abhineetraj1 / face-dectection-python

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%