Our Project is a database that stores user information. In order to access the database you must first register , filling out all required fields and upload an image of your face. The app then checks to see if the username is taken. If it is not taken you can now login.
When logging our app uses two factor authentication. You are asked for your username and password and once entered you are requried to take a picture of your face using a webcam. This will then compare the image using our facial recognition system to the image used to register. Once this verifies you are logged in and can procceed to search the database for registered users!
- Download the latest version of python
- Run code on a Script/Text editor
- Project dependencies - run 'pip install -r requirements.txt' in command prompt in the file directory
- Latest Verison of python
Navigate into the 'project' directory
Open Command Prompt
Enter 'python3 run.py'
Go to '127.0.0.1:5000' on your web browser
OR
Version 1.0
This project is licensed under the MIT License - see the LICENSE file for details
John French - Supervised our project
Adam Geitgey - for Providing us with a facial recognition module
Stackoverflow - Helped with fixing bugs and issues.