CoolFace
Apppublic

harithkavish/Multi-Object-Detection-using-YOLO

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Multi-Object Detection using YOLO and Custom CNN

A robust, cloud-ready multi-object detection system using FastAPI, YOLOv8, and a custom CNN. Supports MLOps, edge (browser) inference, and cloud deployment.

Usage

  • Run the backend: uvicorn app:app
  • Try the browser demo: open tfjs_demo/index.html
  • See .github/workflows/train-and-upload.yml for CI/CD