https://github.com/dynamo63/face-detector
A Streamlit App Face Detector
https://github.com/dynamo63/face-detector
face-detector opencv-python python3 streamlit
Last synced: about 2 months ago
JSON representation
A Streamlit App Face Detector
- Host: GitHub
- URL: https://github.com/dynamo63/face-detector
- Owner: dynamo63
- Created: 2021-03-22T13:09:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T14:53:14.000Z (about 5 years ago)
- Last Synced: 2025-07-20T21:39:41.269Z (11 months ago)
- Topics: face-detector, opencv-python, python3, streamlit
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# face-detector
A Streamlit App Face Detector
## Requirements
- python3.9
## Installation
```bash
pip install -r requirements.txt
```
## Running
```bash
streamlit run face_detector.py
```