iam-mhaseeb / Realtime-Face-Detection-Model-from-Live-Video

An implementation to leverage open source tools to build real-time face detection systems that have real-world usefulness.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime-Face-Detection-Model-from-Live-Video

An implementation to leverage open source tools to build real-time face detection systems that have real-world usefulness.

Installation

Installation is simplest:

  1. Clone the repository
  2. Install dependencies mentioned below
  3. You are good to go!

Installation notes

Realtime Face Detection Model depends on:

  1. OpenCV
  2. face-recognition
  3. dlib

Usage

Check out A simple usage example for a short intro. A sample usage is:

python face_detector.py

then you and window opens up with live video catching from your webcam.

Contributing

Feel free to submit pull requests to me.

Authors

Disclaimer

This project is MIT Licenced but you must take a look on libraries & frameworks used in this project before using in your commercial project.

Licensing

This project is licensed under the MIT License - see the MITLicense file for details

About

An implementation to leverage open source tools to build real-time face detection systems that have real-world usefulness.

License:MIT License


Languages

Language:Python 100.0%