A openCV GUI App made in tkinter
🏠 Homepage
git clone https://github.com/anmolmalik01/Face-check.git
python3 main.py
🔷 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
👤 Anmol
- Twitter: @anmolmalik01
- Instagram: @anmolmalik01
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator