/face-detection

Face Detection Application i made using python and open-cv

Primary LanguagePython

Face detection I created using Open-CV

To use to application follow the steps below


  1. Clone the repository
git clone https://github.com/anshrk/face-detection
cd face-detection
  1. Installed the required libraries
# use a virtual environment if needed
pip3 install -r requirements.txt
  1. Use the app
# detecting an image
python3 face_detect.py <path of the image>
# eg
python3 face_detect.py test/abba.png
python3 face_detect.py test/foo.jpg

# detecting through facecam
python3 live.py

TO BE NOTED

  • Pressing any key while the image is in focus will close the application.
  • Right-click to save an image.

Made by Ansh