MRyderOC / face-detection-app

Real-time face and eye detection app. It uses your machine's webcam for face detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-detection-app

This is real-time face and eye detection app. It uses your machine's webcam for face detection.

Technologies

Python 3.8

You can find required libraries in requirements.txt.

How to use

  1. Clone the repo: git clone "https://github.com/MRyderOC/face-detection-app.git".
  2. Create a virtual environment: python3 -m venv myenv.
  3. Activate the virtual environment: source myenv/bin/activate
  4. Install dependencies: pip3 install -r requirements.txt.
  5. Run the app: flask run.
  6. Open your browser and go to this link.
  7. Enjoy!

Results

Result image

Acknowledgments

  • These scripts uses Haar Cascade Classifier same as OpenCV. You can find the raw files here. Also, find the underlying idea in this paper.
  • Thanks to Krish for the instructions.

About

Real-time face and eye detection app. It uses your machine's webcam for face detection.

License:MIT License


Languages

Language:Python 68.2%Language:HTML 31.8%