face recognition web app
- Python version-3 and above
- Install PyCharm
- Clone repo.
- Setup python interpreter as 3.7. 5.Install flask. Windows Pycharm, you can go to File->Settings->Project interpreter, click the green +.type flask.
- Install cmake(sudo apt-get install cmake),face_recognition(pip3 install face_recognition)
- Install mysql.(1. sudo apt-get install libmysqlclient-dev,2. pip3 install mysql). 8.Install mysql-connector-python same as flask. 9.Install mysql.(https://stackoverflow.com/questions/41645309/mysql-error-access-denied-for-user-rootlocalhost)
- Run project. Change password in db.py.