Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.14 KB

File metadata and controls

25 lines (17 loc) · 1.14 KB

FaceRecognizer

FaceRecognizer is a Python demo application used for face recognition. It has been created as a part of bachelor thesis and consists of simple GUI, SQLite database used as storage for identities and trained convolutional neural network (CNN) with same architecture as Light-CNN network.

Prerequisites

Libraries needed to be installed before using FaceRecognizer app:

Numbers in parentheses are versions of libraries used in development of the application. You can use different versions, but if you do so, application running is not guaranteed.

Running the app

You can run the application from command line by executing main.py file:

python main.py