- Notifications
You must be signed in to change notification settings - Fork0
Face-Recognition-Attendence-with-AWS-Rekognition-Raspberry-Pi3
License
NotificationsYou must be signed in to change notification settings
GetSetCoding/Face-Recognition-Attendence-with-AWS-Rekognition-Raspberry-Pi3
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Face Recognition Attendence with AWS Rekognition & Raspberry Pi3 it works with RPI3 using the camera module
Python2
Boto3
pipinstallboto3
Python3
Boto3
pip3installboto3
Step 1 : Create a AWS S3 Bucket in that bucket create folders with the name of the students and add their images atleat 5-10
Step 4 : Complete the process you will get Accesss Key ID & Secret Access Key Copy both and add it in train.py and main.py
train.py
s3_client = boto3.client( 's3', aws_access_key_id='',# add the aws access key aws_secret_access_key=''# add the aws secret access key )collectionId='' #collection namerek_client=boto3.client('rekognition', aws_access_key_id='',# add the aws access key aws_secret_access_key='',# add the aws secret access key region_name='',)# add the region hererecognition.py
rek_client=boto3.client('rekognition', aws_access_key_id='',# add the aws access key aws_secret_access_key='',# add the aws secret access key region_name='ap-south-1',)# add the region hereBoth files
bucket = '' #S3 bucket namerecognition.py
directory = '' #folder name on your raspberry piFirst Run Train.py File on RPI
python train.pyRun main.py File on RPI
python main.pyRun main_button.py if you want to add a button functionality and connect the booton with GPIO 26
python main_button.pyRun main_motion.py if you want to add Motion sensor functionality and connect the Motion Sensor with GPIO 4
python main_motion.pyLicensed under theMIT License
About
Face-Recognition-Attendence-with-AWS-Rekognition-Raspberry-Pi3
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published



