docker service that uses YOLOv11 to recognize turtles.
Here's a sample of what you can expect to see with this project:
- YOLOv11: A popular real-time object detection model
- FastAPI: A modern, fast (high-performance) web framework for building APIs
- Docker: A platform for easily building, shipping, and running distributed applications
To start the application locally, follow these steps:
- Install the required packages:
pip install -r requirements.txt
- Start the application:
uvicorn main:app --reload --host 0.0.0.0 --port 8001
To start the service locally, use the following command:
docker run ghcr.io/iad/tao-turtles-recognition
The service will be accessible on port 8001.
Alternatively, you can use the publicly available service at: http://isturtle.iadlab.ru/docs
Special Thanks to Alex-Lekov/yolov8-fastapi