Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (28 loc) · 1.04 KB

Face-Recognition-System

A Machine Learning model created using prebuild model. We need to feed the images to the model and it will predict if the same person is there else it will mark as unknown. You can downlaod any images and store it in the images folder and the name of the image will be displayed. Needs GPU to run smoothly. To use this model open terminal and paste this commands 1.

git clone https://github.com/MohamedArafath205/Face-Recognition-System.git
  1. If you face any error simply click on the green code button and select download as zip.
  2. Extract the zip file.
  3. Run
pip install opencv-python
  1. After that run
pip install face-recognition

Now you are good to use my program.

If you face any problems while downlaoding the face-recognition library please download dlib file regarding to your python version.

If you face any issues you can contact me via mail: mohamedarafath205@gmail.com

For using my Tkinter applicaiton

  1. Download Tkinter and webbrowser
pip install tkinter
pip install webbrowser