Object Counting using Ultralytics YOLO11

We made it very simple to count the objects using Ultralytics YOLO11 :heart_on_fire:

Code :arrow_right: Object Counting - Ultralytics YOLO Docs

Give it a try and drop your thoughts in the comments below :point_down:

Is this available via REST API?

1 Like

Currently, we do not offer REST API support for Ultralytics Solutions. However, you can use our Python code to count objects in videos or live streams. Thank you for understanding!

Unfortunately, this is for a no-code tool Iā€™m working on so I was hoping for a REST API. Thanks.

Thank you for clarifying! While Ultralytics YOLO11 does not natively support a REST API, you can deploy it as one by integrating the YOLO11 Python package with a web framework like Flask or FastAPI. This allows you to expose object counting functionality via endpoints, enabling compatibility with no-code tools. If you need guidance on this setup, let me know, and Iā€™d be happy to point you to relevant resources!