Skip to content

Application that can be used to retrieve images from database by compare user face

Notifications You must be signed in to change notification settings

Nevin-Adatte/face_recognition

Repository files navigation

Face Detection

This is a simple flask app that used to face detection. Along with it login and signup with Sqlite3 database and password hashing are included.

For Run this code

python app.py

To initialize the database

flask --app app shell
from app import db
db.create_all()

Framework used Flask

About

Application that can be used to retrieve images from database by compare user face

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published