Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.07 KB

Face_Recognition_Tensorflow

built with Python3 built with Tensorflow2.x

This is a example of how to create your own dataset and Face Recognition Model without using any pre trained model.

For creating dataset, you have to capture picture of a person or you can scrape images from internet using one of my project on data scraping. You can clone data scraping project from here https://github.com/iamatulsingh/pinterest-image-scrap.git



Model Summary

model summary

How to run the code?

pip install mtcnn
python main.py

NOTE you can comment or uncomment training code in main.py file according to your need.



Model Accuracy

model accuracy