juan-csv / face-recognition

This is an implementation of the ageitgey/face_recognition repository based facial recognition demo. The implementation has a graphic interface where you can register new users, you can also add new users manually by adding a photo in the images folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face recognition

this is an implementation of the ageitgey/face_recognition repository based facial recognition demo. The implementation has a graphic interface where you can register new users, you can also add new users manually by adding a photo in the images folder.

How to run demo:

python main.py 

and go to http://localhost:8080/

alt text

If you want you can use only the facial recognition function

python f_main.py --path_im data_test/juan.jpg

alt text

References

About

This is an implementation of the ageitgey/face_recognition repository based facial recognition demo. The implementation has a graphic interface where you can register new users, you can also add new users manually by adding a photo in the images folder.

License:MIT License


Languages

Language:Python 42.9%Language:JavaScript 32.8%Language:CSS 15.5%Language:HTML 8.8%