Verify student faces during exams
First you should read the steps of Implementing this project here ch6_page_46
And you can also view the final presentaion slides here_pages 33_41
- clone the project
- run the following command to install the all the requirements packages
pip3 install -r requirements.txt
- then you can write simple script python to test our model which has acurracy more than 98% in verifing faces in real time "remember that you should read the chapter first to understand what you should do to write this script"