Face recognition in a photo
The meaning of the project is simple: find all the faces in the photographs and recognize
who it is belongs. I built this system almost from scratch with almost no knowledge in this area, and now this is a working project with a bunch of satisfied customers (there were cool customers).
The purpose of the project is to count the most frequently encountered people in the
photo. For this I used OpenCV. Still, it seemed to me the most convenient.
- But for face detection, Deepface and the Facenet512 model are used with an accuracy
of 99.5%.
- Finally, with the help of Matplotlib, I reproduce the results in the form of a bar chart.
Similar projects
The meaning of the project is simple: to find all the faces in the photographs and recognize who it belongs to.
I made this project almost from scratch with almost no knowledge in this area,
and now this is a working project with a bunch of satisfied customers (there were cool customers)
Deepface, OpenCV, Matplotlib | Source Code
This project is an improvisation, and was not originally intended as something serious. I am very proud of the work I did there. At first I thought to make this bot for myself, but later it was useful to one client. Although the quality of the code suffers, but in the near future I will redo its architecture.
DiscordPy(теперь nextcord), Youtube_dl | Source Code