YOLOv8 Object Detection app with Flask & OpenCV. Detect objects in images, videos, & live webcam.
359
This repository provides a Docker image for a Flask-based web application using YOLOv8n for advanced object detection. The application supports image, video, and live webcam detection with a straightforward and intuitive user interface.
docker pull faizkhan7/object-detector-yolov8:latest
docker run -p 5000:5000 faizkhan7/object-detector-yolov8:latest
If you encounter issues, ensure Docker is properly installed and running. Check Docker logs for any errors that might indicate issues with the container.
Content type
Image
Digest
sha256:e88c6f4a7…
Size
3.3 GB
Last updated
about 2 years ago
docker pull faizkhan7/object-detector-yolov8