Skip to content

Harsh-Thanki/face_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

face_detection

Complete face-detection app using Python and the OpenCV module.

Detects faces in a video stream (webcam, but can be extended/modified to read video input from several other sources) of all complexions in a variety of lighting conditions.

Feel free to clone, use, modify, or create pull requests.

How To Use

Ensure you have the latest version of Python installed. Go to https://python.org/downloads to download the latest release for your local computer.

1. Create a virtual environment

2. Clone this repository

$ git clone git@github.com:Harsh-Thanki/img_recognize.git

3. Install the required Python module

$ pip install requirements.txt

4. Start the Program

$ python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages