|
18 | 18 | [](https://pypistats.org/packages/inference) |
19 | 19 | [](https://hub.docker.com/u/roboflow) |
20 | 20 | [](https://github.com/roboflow/inference/blob/main/LICENSE.core) |
21 | | -[](https://discord.gg/GbfgXGJ8Bk) |
22 | 21 |
|
23 | 22 | <!-- [](https://huggingface.co/spaces/Roboflow/workflows) --> |
24 | 23 |
|
@@ -86,42 +85,61 @@ Workflows allow you to extend simple model predictions to build computer vision |
86 | 85 | <tr> |
87 | 86 | <!-- Left cell (thumbnail) --> |
88 | 87 | <td width="300" valign="top"> |
89 | | - <a href="https://youtu.be/tZa-QgFn7jg"> |
90 | | - <img src="https://img.youtube.com/vi/tZa-QgFn7jg/0.jpg" |
91 | | - alt="Smart Parking with AI" width="300" /> |
| 88 | + <a href="https://youtu.be/aPxlImNxj5A"> |
| 89 | + <img src="https://img.youtube.com/vi/aPxlImNxj5A/0.jpg" |
| 90 | + alt="Self Checkout with Workflows" width="300" /> |
92 | 91 | </a> |
93 | 92 | </td> |
94 | 93 | <!-- Right cell (title, date, description) --> |
95 | 94 | <td valign="middle"> |
96 | 95 | <strong> |
97 | | - <a href="https://youtu.be/tZa-QgFn7jg">Tutorial: Build a Smart Parking System</a> |
| 96 | + <a href="https://youtu.be/aPxlImNxj5A">Tutorial: Build an AI-Powered Self-Serve Checkout</a> |
98 | 97 | </strong><br /> |
99 | | - <strong>Created: 27 Nov 2024</strong><br /><br /> |
100 | | - Build a smart parking lot management system using Roboflow Workflows! |
101 | | - This tutorial covers license plate detection with YOLOv8, object tracking |
102 | | - with ByteTrack, and real-time notifications with a Telegram bot. |
| 98 | + <strong>Created: 2 Feb 2025</strong><br /><br /> |
| 99 | + Make a computer vision app that identifies different pieces of hardware, calculates |
| 100 | + the total cost, and records the results to a database. |
103 | 101 | </td> |
104 | 102 | </tr> |
105 | 103 |
|
106 | 104 | <tr> |
107 | 105 | <td width="300" valign="top"> |
108 | | - <a href="https://youtu.be/VCbcC5OEGRU"> |
109 | | - <img src="https://img.youtube.com/vi/VCbcC5OEGRU/0.jpg" |
| 106 | + <a href="https://youtu.be/r3Ke7ZEh2Qo"> |
| 107 | + <img src="https://img.youtube.com/vi/r3Ke7ZEh2Qo/0.jpg" |
110 | 108 | alt="Workflows Tutorial" width="300" /> |
111 | 109 | </a> |
112 | 110 | </td> |
113 | 111 | <td valign="middle"> |
114 | 112 | <strong> |
115 | | - <a href="https://youtu.be/VCbcC5OEGRU"> |
116 | | - Tutorial: Build a Traffic Monitoring Application with Workflows |
| 113 | + <a href="https://youtu.be/r3Ke7ZEh2Qo"> |
| 114 | + Tutorial: Intro to Workflows |
117 | 115 | </a> |
118 | 116 | </strong><br /> |
119 | | - <strong>Created: 22 Oct 2024</strong><br /><br /> |
| 117 | + <strong>Created: 6 Jan 2025</strong><br /><br /> |
120 | 118 | Learn how to build and deploy Workflows for common use-cases like detecting |
121 | 119 | vehicles, filtering detections, visualizing results, and calculating dwell |
122 | 120 | time on a live video stream. |
123 | 121 | </td> |
124 | 122 | </tr> |
| 123 | + |
| 124 | + <tr> |
| 125 | + <!-- Left cell (thumbnail) --> |
| 126 | + <td width="300" valign="top"> |
| 127 | + <a href="https://youtu.be/tZa-QgFn7jg"> |
| 128 | + <img src="https://img.youtube.com/vi/tZa-QgFn7jg/0.jpg" |
| 129 | + alt="Smart Parking with AI" width="300" /> |
| 130 | + </a> |
| 131 | + </td> |
| 132 | + <!-- Right cell (title, date, description) --> |
| 133 | + <td valign="middle"> |
| 134 | + <strong> |
| 135 | + <a href="https://youtu.be/tZa-QgFn7jg">Tutorial: Build a Smart Parking System</a> |
| 136 | + </strong><br /> |
| 137 | + <strong>Created: 27 Nov 2024</strong><br /><br /> |
| 138 | + Build a smart parking lot management system using Roboflow Workflows! |
| 139 | + This tutorial covers license plate detection with YOLOv8, object tracking |
| 140 | + with ByteTrack, and real-time notifications with a Telegram bot. |
| 141 | + </td> |
| 142 | + </tr> |
125 | 143 | </table> |
126 | 144 |
|
127 | 145 | ## 📟 connecting via api |
@@ -242,7 +260,7 @@ Pass an optional [Roboflow API Key](https://app.roboflow.com/settings/api) to th |
242 | 260 | platform. When running with an API Key, usage is metered according to |
243 | 261 | Roboflow's [pricing tiers](https://roboflow.com/pricing). |
244 | 262 |
|
245 | | -| | Open Access | With API Key | |
| 263 | +| | Open Access | With API Key (Metered) | |
246 | 264 | |-------------------------|-------------|--------------| |
247 | 265 | | [Pre-Trained Models](https://inference.roboflow.com/quickstart/aliases/#supported-pre-trained-models) | ✅ | ✅ |
248 | 266 | | [Foundation Models](https://inference.roboflow.com/foundation/about/) | ✅ | ✅ |
|
0 commit comments