demo-low.mp4
In this project, we will train a YOLOv11 model to detect
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cd deployment
make init
cd deployment
make deploy_ocr
cd deployment
make streamlit
You can:
- Go to
localhost:8265
to see the dashboard of the server - Access the Swagger UI at
localhost:8000/docs
- The UI is avaiable at
localhost:8501