gachou / gachou-frontend

The web-frontend of gachou (moved to Gitlab)
https://gitlab.com/gachou/gachou-frontend
1 stars 0 forks source link

face recognition library #2

Open husayt opened 6 years ago

husayt commented 6 years ago

This might be useful for grouping by person:

https://cmusatyalab.github.io/openface/demo-2-comparison/

husayt commented 6 years ago

Then there is another Python library:

https://github.com/ageitgey/face_recognition

It is using Dlib state-of-the-art face recognition built with deep learning. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark.

nknapp commented 6 years ago

That would be a cool thing. I will remember that, once I get so far. I was thinking about creating an interface for pluggable metadata-extractors, but a dynamic model is problematic.

"Persons", "Faces" (automatically recognized once and verified once) should definitely be part of the metadata model, though.

How would you suggest do integrate this library into gachou (which is now typescript-based)? Is there a micro-service variant of OpenFace?