Author: Harsh Kumar
Hello geeks This is a web based real time video and image classifier using flask.
#Video Demonstration: https://youtu.be/meYs1yUiYGA
Here are some screenshots
This app is using facenet and mtcnn for face extraction from images and videos and diaplay real time on web page.
Required Files:
To run this project we need (.h5) pretarined model. Gdrive link: https://drive.google.com/drive/folders/1qKiElpNknaGdst82kU9ycETmwUw1MdNM?usp=sharing
Place it on same directory, and you are ready to go
First thing first:
- install required libraries.
- python main.py if you see this kind of screen on your terminal.
Congrats!! you are ready to go Enjoy:)
Bonus tips:
- This model can even work with less number of dataset, but it's always prefer to perform augmentation on images if you have limited dataset.
Don't Forget to star this repo if you find this helpfull.
Reference:
How to use img_vid_trainer: https://github.com/KarthikBalakrishnan11/Face_Recognition_FaceNet