Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 628 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 628 Bytes

frwa

face recognition web app

  1. Python version-3 and above
  2. Install PyCharm
  3. Clone repo.
  4. Setup python interpreter as 3.7. 5.Install flask. Windows Pycharm, you can go to File->Settings->Project interpreter, click the green +.type flask.
  5. Install cmake(sudo apt-get install cmake),face_recognition(pip3 install face_recognition)
  6. 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)
  7. Run project. Change password in db.py.