-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sean Droke edited this page Oct 7, 2019
·
1 revision
Welcome to the Facial-Recognition-Attendance wiki!
The premise of the assignment is to create a web application for attendance management that pairs with an existing machine learning facial recognition model.
Proposed Technology Stack: React.js, Django (Python), SQL
Facial Recognition Model: https://github.com/ageitgey/face_recognition
The facial recognition model linked above is pretty simple to install locally on your respective machine. Given we intend to make this a web application we will likely need some sort of permanent server to host this probably CIS-linux2.
The pip command to install is...
pip3 install face_recognition