https://github.com/i2rys/pfd
Python face detection using OpenCV with Cascade.
https://github.com/i2rys/pfd
cascade-face-detection face-detection i2rys opencv-face-detection pfd python-face-detection
Last synced: about 2 months ago
JSON representation
Python face detection using OpenCV with Cascade.
- Host: GitHub
- URL: https://github.com/i2rys/pfd
- Owner: I2rys
- License: mit
- Created: 2021-11-05T04:09:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T04:15:36.000Z (over 4 years ago)
- Last Synced: 2026-01-03T12:21:52.347Z (6 months ago)
- Topics: cascade-face-detection, face-detection, i2rys, opencv-face-detection, pfd, python-face-detection
- Language: Python
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PFD
Python face detection using OpenCV with Cascade
## Installation
Github:
git clone https://github.com/I2rys/PFD
Python Packages:
pip install -r requirements.txt
## Usage
```
python index.py
```
## License
MIT © I2rys