Skip to content

r-papso/face-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages