This application uses Flask and Socket io to create a server and waitress to allow multi threading og the application.
It uses the face_recognition library along with open cv to perform facial recognition on some faces provided in the faceImages folder.
How to sart the application:
Pip3 installs
pip3 install requirements.txt
If that doesnt work you might want to try installing them individually.
If youre seeing errors these libraries might be depandant on other libraries so you might have to do a update.
To Launch
python server.py
One the server script is ran successfuly you can navigate to http://localhost:8080 or the lint that is given by the console.