Skip to content

This project helps to locate/visualize human faces through digital camera.

License

Notifications You must be signed in to change notification settings

abhineetraj1/face-dectection-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceDectection (in python)

This project helps to locate/visualize human faces through digital camera.

Installation

  • Download python 3.8
  • Use pip command to install the libraries
pip3 install -r requirements.txt
  • If your facing problem while installing PyAudio in python, then download PyAudio from here, according to your system configuration and run:-
pip3 install filename
  • run app.py
python3 app.py

Note:-

  • Do not delete default.xml file
  • The face detection models are trained according to 2022 data.

Programming languages used

Python

Authors

@abhineetraj1

Releases

No releases published

Packages

No packages published

Languages