Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 701 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 701 Bytes

photo-organizer 🖼️

Different ML and heuristic modules to help organize family photos

Project

The project is planned to work like this:

FlowChart

Currently, only the facial identification is being implemented (using FaceNet).

You can try the app of Facial Identification from Streamlit: https://share.streamlit.io/jfthuong/photo-organizer/main/app_facial_recognition.py

References

  1. F. Schroff, D. Kalenichenko, J. Philbin. FaceNet: A Unified Embedding for Face Recognition and Clustering, arXiv:1503.03832, 2015. PDF
  2. Face Recognition Using Pytorch: facenet-pytorch