- 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'
- This app is made with the OpenCV Computer Vision Library and Python
- Detecting a single face and multiple faces
- Linux
- Install pyinstaller with the command:
pip install pyinstaller
- You can build the app for your specific distro using the command:
pyinstaller --onefile name.py
- Widnows
- Install auto-py-to-exe with the command:
pip install auto-py-to-exe
- Build the app from the GUI