Skip to content

divyang-20/face-reco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition

To run the above python code add .env file to outer directory and run app.py.

Database

Using localhost with user as "root" and password as "". Create database with name "face_reco" and table with name "infos".

.env

SECRET_KEY = "yashdmeniax"

CURSOR_CLASS = "DictCursor"

UPLOAD_FOLDER = "static/uploads/"

DB_FOLDER = "static/dbimages/"

HOST = "localhost"

USER = "root"

PASSWORD = ""

DATABASE = "face_reco"

About

Face Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published