Skip to content

mark-delchev/face-detection

Repository files navigation

Face detection app

Main features

  • Drawing green rectangles if any faces are detected in a video or an image
  • Detecting multiple faces in an image
  • Detecting if there are no faces in an image
  • Detecting faces in a video or live with your webcam
  • To close the webcam press 'q'

Technologies used

  • This app is made with the OpenCV Computer Vision Library and Python

Detection results

  • Detecting a single face and multiple faces

How to build

  • Linux
  1. Install pyinstaller with the command:
pip install pyinstaller
  1. You can build the app for your specific distro using the command:
pyinstaller --onefile name.py
  • Widnows
  1. Install auto-py-to-exe with the command:
pip install auto-py-to-exe
  1. Build the app from the GUI

Thank you for reading.

About

A face detection app making use of OpenCV library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages