Flask web app for image upload and YOLO-based object detection.
- Python, Flask
- Ultralytics YOLO
- Pillow
pip install flask ultralytics pillow
python app.pyPlace the YOLO weights file (Basic-1st.pt) in the project root and update the model path in app.py if needed.
- Image upload endpoint
- YOLO inference on uploaded images
- Web UI via
index.html