Skip to content

jevrii/comp3278-face-recognition

Repository files navigation

COMP3278 Project: Face Recognition

Face recognition using python and mysql.

Installation

Environment

Create virtual environment using Anaconda.

conda create -n face python=3.x
conda activate face
pip install -r requirements.txt

Extract model

cd app/cv_backend
tar -xvzf train.tar.gz

MySQL Install

Mac

Ubuntu

Windows

Database credentials setup

You should obtain an account and password after MySQL installation. Change db_user, db_passwd, db_name in app/config.yml accordingly.

Email setup

This app uses the gmail SMTP server. To use the "send to my email" feature, change the credentials in app/config.yaml.

You also need to enable "Less secure app access" in gmail: See https://myaccount.google.com/lesssecureapps.

Login Interface

python app/Welcome_code.py

The camera will be activated and recognize your face using the pretrained model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages