Skip to content

Files

Latest commit

97e5bfc · Jan 28, 2024

History

History
19 lines (15 loc) · 301 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 301 Bytes

Face Detection

To run the app follow the steps:

python3 -m venv venv 
source venv/bin/activate
pip3 install -r requirements.txt
python3 face_detection_webcam.py

or

python3 -m venv venv 
source venv/bin/activate
pip3 install -r requirements.txt
python3 face_detection_image.py