Skip to content

eshi13/frwa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

face recognition web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • C 1.0%
  • JavaScript 0.6%
  • C++ 0.6%
  • HTML 0.6%
  • CSS 0.4%