This web application is basically a system which uses face recognition to login to any account. People can use this login application for various websites or web applications. It also has provision for registering face for new entries.
- Python - face_recognition - https://github.com/ageitgey/face_recognition
- Python - pickle - for storing serialized data
- Heroku - https://www.heroku.com/
- Download the entire repository to your local system
- Run any terminal or cmd preferably as Administrator
- Run commands:
- git init (provided you have git installed)
- heroku create face-rec-login (please use a diffenent name than mine)
- git add .
- git commit -m "add files"
- git push heroku master
- To login: Go to link: https://face-rec-login.herokuapp.com
- To register: Go to link: https://face-rec-login.herokuapp.com/register