An open API service indexing awesome lists of open source software.

https://github.com/abhinav-26/face-recognition-using-transfer-learning


https://github.com/abhinav-26/face-recognition-using-transfer-learning

concepts face-recognisation hacktoberfest hacktoberfest2020 transfer-learning

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Face-Recognisation-Using-Transfer-Learning
In this directory I have created a Face Recognisation Model using the concepts of Transfer Learning. I have created a real-time face detection system which can detect your face at real time and predict the accurcay too. In this Project I have used the concepts of transfer Learning and did a fine tuning to a pre-trained model. For detecting the face I have used LBPH Frontal Face haarClassifier.

# How to Run?
1. Open Jupyter Notebook

2. Create your own dataset

3. Run Model Creating notebook to create your own model

4. Load the model Created and run Face Recognisation to detect the file.

Note : Some errors can be incurred during the process of installation and run , I am still working on it.