The features included in the project are as follows:
- On the student’s webpage side, there are “Login” page, “Rules & Regulations” page, “System compatibility check” page, “User face input collection” page, “Exam” page, and the “Result” page.
- On the admin’s webpage side, there are “Students Listing” page (CRUD process of students can be performed) and “Exam Results” page (Each Student Result Status, Total Scores, Trust Score, and all violation record details can be reviewed)
- Face Verification: To detect if the person verified is answering or someone else is when taking the exam.
- Face Liveness: To verify the liveness of the students by detecting and preventing the use of static images or videos for authentication.
- Distracted Movement Detection: To detect and monitor the student's head position and movements to ensure exam integrity and to prevent cheating.
- Multiple Faces Detection: To monitor and verify the identity of the individual presence during the exam and to ensure they are not impersonating the actual exam taker.
- Prohibited Keys Detection: To identify and flag the use of restricted or unauthorized keys on the computer’s keyboard during the exam to prevent cheating.
- ‘Move away from the Test Interface’ Detection: To monitor and detect any attempts made by the student to switch or interact with other windows or applications during the exam.
- Common Noise Detection: To detect possible noises that may occur during the examination process to identify whether it is cheating or not.
- Python
- Open CV
- media pipe
- YOLOv8
- Dlib
- Flask
- MySQL
- PyAutoGUI
- PyGetWindow
- First, you need to clone the repo:
https://github.com/Gorav22/AI-Proctor-Exam-Monitor.git
- Run the
requirements.txt
file for the installation. - Run the
app.py
file.