Use a powerful CNN to identify faces in images with python
FaceFinder
There is lots of face recognition software out there on github, but most of it focuses on speed over accuracy and uses models such as ‘hog’. However, FaceFinder is one of the most powerful face recognition programs which uses a very large CNN to make accurate predictions.
Here’s why:
- Several modern technologies make use of face recognition and its importance in the world is constantly increasing.
- You shouldn’t have to train a full neural net of your own every time you want to perform face recognition.
- FaceFinder contains code which runs approximately 3.7 times faster than average.
If you’re making an app of your own and want it to perform face recognition, this is your go-to option.
A list of