Git Product home page Git Product logo

unsupervised-test's Introduction

AI Proctoring System

Features

  • GUI for test taking
  • User Authentication
  • Face Verification
  • Mouse Location Tracking to detect cheating
  • Facial Tracking during exam to detect fraud

Output

output-vedio

  • Click on the image to see the output vedio

Installation

-Install conda ( https://www.digitalocean.com/community/tutorials/how-to-install-the-anaconda-python-distribution-on-ubuntu-20-04 ) -Run the following command to create conda environment via environment.yml

conda env create --file=environment.yml

-activate the environment

conda activate GovTechThon

-run the main.sh file via

bash main.sh

Error

  • In Case of error "27667 Illegal instruction (core dumped)" update dlib via:
pip uninstall face_recognition
pip uninstall dlib
pip install CMake
pip insall dlib
pip install face_recognition

Future Scope

  • Creditability score using the performance and cheating instances!
  • Object Detection to detect objects through which cheating can be done!
  • Web version?

unsupervised-test's People

Contributors

mananmadan avatar gupta2022 avatar aditya1271 avatar mudit-morningstar avatar shefalikansal avatar umang1652 avatar

Stargazers

 avatar  avatar Adarsh M L avatar Vishnu avatar  avatar  avatar  avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

gupta2022

unsupervised-test's Issues

Window showing final performance not appearing

  • root.destroy() is added after the showResults() function is completed , still the final performance is not being shown!
  • works fine if root.destroy() is not added but that is necessary for the whole system to shut down after the test

Ai Procotoring Test

Can you give me step by step procedure how to make this code run because I have been trying it for the past 5 days

NameError: name 're' is not defined

Hey when i run the login.py file i am getting this error :

C:\Users\Nihal krishna\Desktop\Unsupervised-Test-master\final>python login.py
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\Nihal krishna\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 1892, in call
return self.func(*args)
File "C:\Users\Nihal krishna\Desktop\Unsupervised-Test-master\final\login.py", line 34, in login
username=remove(username)
File "C:\Users\Nihal krishna\Desktop\Unsupervised-Test-master\final\login.py", line 17, in remove
pattern = re.compile(r'\s+')
NameError: name 're' is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.