https://github.com/iv4n-ga6l/FastAPI-Realtime-Face-Detection
A simple FastAPI web app that streams live video from a webcam and performs real-time face detection using face cascade classifier
https://github.com/iv4n-ga6l/FastAPI-Realtime-Face-Detection
face-detection fastapi haar-cascade haar-cascade-classifier haarcascade-frontalface python
Last synced: 5 months ago
JSON representation
A simple FastAPI web app that streams live video from a webcam and performs real-time face detection using face cascade classifier
- Host: GitHub
- URL: https://github.com/iv4n-ga6l/FastAPI-Realtime-Face-Detection
- Owner: iv4n-ga6l
- Created: 2024-11-11T01:55:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T10:13:52.000Z (11 months ago)
- Last Synced: 2025-03-26T12:08:56.535Z (6 months ago)
- Topics: face-detection, fastapi, haar-cascade, haar-cascade-classifier, haarcascade-frontalface, python
- Language: Python
- Homepage:
- Size: 6.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Real-Time Face Detection
A simple FastAPI web app that streams live video from a webcam and performs real-time face detection using face cascade classifier

### Install
````
pip install -r requirements.txt
````### Run
````
uvicorn main:app --reload
````