@@ -54,7 +54,7 @@ pip install inference-cli && inference server start --dev
5454
5555This will pull the proper image for your machine and start it in development mode.
5656
57- In development mode, a Jupyter notebook server with a quickstart guide runs on
57+ In development mode, a Jupyter notebook server with a quickstart guide runs on
5858[ http://localhost:9001/notebook/start ] ( http://localhost:9001/notebook/start ) . Dive in there for a whirlwind tour
5959of your new Inference Server's functionality!
6060
@@ -86,7 +86,7 @@ Workflows allow you to extend simple model predictions to build computer vision
8686 <!-- Left cell (thumbnail) -->
8787 <td width="300" valign="top">
8888 <a href="https://youtu.be/aPxlImNxj5A">
89- <img src="https://img.youtube.com/vi/aPxlImNxj5A/0.jpg"
89+ <img src="https://img.youtube.com/vi/aPxlImNxj5A/0.jpg"
9090 alt="Self Checkout with Workflows" width="300" />
9191 </a>
9292 </td>
@@ -104,7 +104,7 @@ Workflows allow you to extend simple model predictions to build computer vision
104104 <tr >
105105 <td width="300" valign="top">
106106 <a href="https://youtu.be/r3Ke7ZEh2Qo">
107- <img src="https://img.youtube.com/vi/r3Ke7ZEh2Qo/0.jpg"
107+ <img src="https://img.youtube.com/vi/r3Ke7ZEh2Qo/0.jpg"
108108 alt="Workflows Tutorial" width="300" />
109109 </a>
110110 </td>
@@ -116,7 +116,7 @@ Workflows allow you to extend simple model predictions to build computer vision
116116 </strong><br />
117117 <strong>Created: 6 Jan 2025</strong><br /><br />
118118 Learn how to build and deploy Workflows for common use-cases like detecting
119- vehicles, filtering detections, visualizing results, and calculating dwell
119+ vehicles, filtering detections, visualizing results, and calculating dwell
120120 time on a live video stream.
121121 </td>
122122 </tr >
@@ -125,7 +125,7 @@ Workflows allow you to extend simple model predictions to build computer vision
125125 <!-- Left cell (thumbnail) -->
126126 <td width="300" valign="top">
127127 <a href="https://youtu.be/tZa-QgFn7jg">
128- <img src="https://img.youtube.com/vi/tZa-QgFn7jg/0.jpg"
128+ <img src="https://img.youtube.com/vi/tZa-QgFn7jg/0.jpg"
129129 alt="Smart Parking with AI" width="300" />
130130 </a>
131131 </td>
@@ -143,7 +143,7 @@ Workflows allow you to extend simple model predictions to build computer vision
143143</table >
144144
145145## 📟 connecting via api
146-
146+
147147Once you've installed Inference, your machine is a fully-featured CV center.
148148You can use its API to run models and workflows on images and video streams.
149149By default, the server is running locally on
@@ -334,42 +334,36 @@ We would love your input to improve Roboflow Inference! Please see our [contribu
334334 <img
335335 src="https://media.roboflow.com/notebooks/template/icons/purple/youtube.png?ik-sdk-version=javascript-1.4.3&updatedAt=1672949634652"
336336 width="3%"
337- />
338- </a>
337+ /></a>
339338 <img src="https://raw.githubusercontent.com/ultralytics/assets/main/social/logo-transparent.png" width="3%"/>
340339 <a href="https://roboflow.com">
341340 <img
342341 src="https://media.roboflow.com/notebooks/template/icons/purple/roboflow-app.png?ik-sdk-version=javascript-1.4.3&updatedAt=1672949746649"
343342 width="3%"
344- />
345- </a>
343+ /></a>
346344 <img src="https://raw.githubusercontent.com/ultralytics/assets/main/social/logo-transparent.png" width="3%"/>
347345 <a href="https://www.linkedin.com/company/roboflow-ai/">
348346 <img
349347 src="https://media.roboflow.com/notebooks/template/icons/purple/linkedin.png?ik-sdk-version=javascript-1.4.3&updatedAt=1672949633691"
350348 width="3%"
351- />
352- </a>
349+ /></a>
353350 <img src="https://raw.githubusercontent.com/ultralytics/assets/main/social/logo-transparent.png" width="3%"/>
354351 <a href="https://docs.roboflow.com">
355352 <img
356353 src="https://media.roboflow.com/notebooks/template/icons/purple/knowledge.png?ik-sdk-version=javascript-1.4.3&updatedAt=1672949634511"
357354 width="3%"
358- />
359- </a>
355+ /></a>
360356 <img src="https://raw.githubusercontent.com/ultralytics/assets/main/social/logo-transparent.png" width="3%"/>
361357 <a href="https://disuss.roboflow.com">
362358 <img
363359 src="https://media.roboflow.com/notebooks/template/icons/purple/forum.png?ik-sdk-version=javascript-1.4.3&updatedAt=1672949633584"
364360 width="3%"
365- />
361+ /></a>
366362 <img src="https://raw.githubusercontent.com/ultralytics/assets/main/social/logo-transparent.png" width="3%"/>
367363 <a href="https://blog.roboflow.com">
368364 <img
369365 src="https://media.roboflow.com/notebooks/template/icons/purple/blog.png?ik-sdk-version=javascript-1.4.3&updatedAt=1672949633605"
370366 width="3%"
371- />
372- </a>
373- </a>
367+ /></a>
374368 </div >
375369</div >
0 commit comments