Face Recognition System using Raspberry Pi for Marking attendance.
- CMAKE module
- face_recognition module
- numpy module
- os module
- pymysql module
- sys module
- imutils module
- Amazon Relational Database module
It is diveded into three parts
- Raspberry Pi
- Android App
- AWS EC2 Instances
- This module recognize faces stored in memory by making encoding in xml format of each person/student and after recognizing person/student, it send send signal/data to AWS server and mark attendence.
- In case of unknown person/student it simply says Unknown.
- Train before adding students/persons. So that image can be changed to encoding format so that he/she can be recognized Note: Wifi/Internet should be connected to Raspberry Pi to avail this system.