Skip to content

cr-trojan23/project3006

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEP_PROJECT

Face Biometrics in public transportation systems

Tools used: Python, Amazon Web Services (S3, Amazon Rekognition, RDS), AWS Python SDK(Boto3), OpenCV, MySQL

Setup

1. Setup AWS Credentials

sudo apt install awscli

After installing AWSCLI, use your Secret Keys generated from IAM to config local system with AWS.

aws configure

Enter your Access Key ID, Secret Access key and default region name.

2. Configure a MySQL server and edit the config-example.json file to update the server endpoint, database name, password and port. Rename the file to config.json

mv config-example.json config.json

3. Clone the repository and install the require packages.
https://github.com/cr-trojan23/project3006.git
cd project3006
pip3 install -r requirements.txt
python3 main.py

Infrastructure

INFRA

About

BCI3006 Biometrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages