AI Proctored Examination System
In COVID times, when exams all over the world are conducted virtually,there is an indispensable need for such a platform. The use of Artificial Intelligence to come up with a more intelligent and secure approach to tackle this problem ensuring integrity of unsupervised examinations is the purpose of this Project. This Web Application provides facility to online examinations Nationwide. It saves time as it allows a number of students/candidates to give the exam at same time and display the results at the end of the test, so there is no need to wait for the result. It is evaluated and generated by the server. Administrator has privileges to create, modify and delete the test papers and its particular questions. Users can register, login and give the test with his specific id, and can see the results as well.
Follow the Below Instructions for setting the project up on your local Machine.
git clone https://github.com/SuyashMore/AI-Proctored-Examination-System.git
cd src/BackendServer/
npm install
pip install oci borneo
The Application Consists of Multiple Servers. Refer the Architecture for more details.Run the Service Servers in Multiple Terminals
Test Service
sudo python3 src/TestServer/server.py
Result Service
sudo python3 src/ResultServer/server.py
Authorization Service
sudo python3 src/AuthServer/server.py
Main Backend Server
cd /src/BackendServer
npm run dev
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.