An open API service indexing awesome lists of open source software.

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: 7 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

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

![Demo](https://github.com/user-attachments/assets/1c414c8b-d507-4a00-ba2b-17ff5c1dd0ce)

### Install
````
pip install -r requirements.txt
````

### Run
````
uvicorn main:app --reload
````