Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AbhiiNaithani/proctoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proctoring Setup

Steps to Run the Program

  1. Create and activate a virtual environment:

    • Linux/Mac:
      python3 -m venv venv && source venv/bin/activate
    • Windows:
      python -m venv venv
      source venv/Scripts/activate
  2. Install dependencies:

    pip install -r requirements.txt
    
    pip install opencv-python torch torchvision matplotlib sounddevice mediapipe
  3. Navigate to the source directory:

    cd src
  4. Run the program:

    python run.py

To deactivate the virtual environment:

deactivate

About

AI exam proctoring system using google mediapipe and python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • HTML 4.6%