Different ML and heuristic modules to help organize family photos
The project is planned to work like this:
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
- F. Schroff, D. Kalenichenko, J. Philbin. FaceNet: A Unified Embedding for Face Recognition and Clustering, arXiv:1503.03832, 2015. PDF
- Face Recognition Using Pytorch: facenet-pytorch