Skip to content

faceregΒΆ

Build Status pypi pyversions codecov

Documentation: https://facereg.verifid.app

Source Code: https://github.com/verifid/facereg

facereg is a module for face recognition with OpenCV and Deep Learning.

For now it can be used for just images. It is easy to use with a handy feature which downloads images from Google for you with given keywords to create dataset/s.

Uses two different technics CNN and HoG for recognition based on dlib's face recognition system with using face_recognition. facereg has totally three different layers and only recognizer has connection on encoder.

CLI is available that you can download images from Google and do face recognition.