This is real-time face and eye detection app. It uses your machine's webcam for face detection.
Python 3.8
- Clone the repo:
git clone "https://github.com/MRyderOC/face-detection-app.git"
. - Create a virtual environment:
python3 -m venv myenv
. - Activate the virtual environment:
source myenv/bin/activate
- Install dependencies:
pip3 install -r requirements.txt
. - Run the app:
flask run
. - Open your browser and go to this link.
- Enjoy!