/Face-check

A openCV GUI app made in tkinter.

Primary LanguagePython

Welcome to Face Check ✅ 👋

License: MIT Twitter: anmolmalik01

A openCV GUI App made in tkinter

Install

git clone https://github.com/anmolmalik01/Face-check.git

Usage

python3 main.py

Demo

Demo

Instructions

🔷 Face Detector
◽ Image: Select an image and detect
◽ Video: Select a video and detect faces in that video
◽ Live Video: opens webcam and detects faces

🔷 Face Recognizer
------------ How it runs ------------
◽ Add images in the images folder. Name the folder as the label( which will be shown under the image )
◽ Add the person to the list **Person name should be same as folder name including uppercase.
◽ Train the model **Model is pre-trained for the person pre available
◽ Pick an image to predict
◽ See the prediction

🔷 Extras
◽ Press q twice to quit any program otherwise it will be stuck.
◽ You can split images into training and test set.

🔷 Dependencies
◽ OpenCV
◽ numpy
◽ Tkinter
◽ PILLOW
◽ scikit-learn

Author

👤 Anmol

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator