-An application written during HackMIT
Facebook Profile Rocognition is an online application that allows you to find the Facebook profile of the person of interest by providing a input photo.
The Facebook graphics API (https://facebook-sdk.readthedocs.io/en/latest/api.html) is utilized to get the publicly available photos and the link to each profile; the face recognition module (https://github.com/ageitgey/face_recognition) is used to compare the photos in your friend database and the input photo.
- Grab your friends list
- Grab the available photos for each person on the list
- Upload a photo/photos as input
- Face recognition on both sides
- Mathcing the faces
- Provide recommendations (links to profile)