Code Monkey home page Code Monkey logo

eproctorx's Introduction

EProctorX

A Proctoring layer that can be integrated into any EdX exam (preferably in timed exams). Also saves the images of cheating instances to some directory to allow future reference and cross - validation. Implemented as an Internship project as a part of IITBombayX team.

Installation steps :-

  1. OpenCV 2.4.9
	sudo apt-get install libopencv-dev python-opencv

Copy cv.py,cv.pyc, cv2.x86 64-linux-gnu.so from local to virtual environment site packages

  1. dlib Github proxy settings:
	- git config –global http.proxy http://proxyuser:[email protected]:8080
	- git config –global https.proxy https://proxyuser:[email protected]:8080
	- git config –global ftp.proxy ftp://proxyuser:[email protected]:8080	
	- git config –global url.”https://”.insteadOf git://

Wget proxy settings:

	- Open /.wegtrc file
	- use proxy=on
	- http proxy= proxyuser:[email protected]:8080
	- https proxy= proxyuser:[email protected]:8080
	- ftp proxy= proxyuser:[email protected]:8080

Install dlib:

	- clone dlib repository in proctor folder
	- sudo apt-get cmake
	- cd dlib-18.16/python examples
	- mkdir build
	- cd build
	- cmake ../../tools/python
	- cmake –build . –config Release
	- sudo cp dlib.so /usr/local/lib/python2.7/dist-packages
	- Copy dlib.so virtual environment site packages
  1. Torch (to be installed in desktop environment without using sudo) if trying to install second time due to some failure for first time remove cache of luarocks
	- sudo rm -rf /.cache/luarocks
	- git clone https://github.com/torch/distro.git /torch –recursive

Change permissions of torch folder by sudo chmod 777 torch

	- cd /torch; bash install-deps;
	- ./install.sh
	- source /.bashrc
	- ln -s /root/torch/install/bin/th /usr/local/bin/th
  1. Dependencies of neural networks :
	luarocks install dpnn
	luarocks install nn
	luarocks install optim
	luarocks install csvigo
	luarocks install tds
	luarocks install torchx
	luarocks install optnet
  1. Openface (to be installed in desktop environment)
	- git clone https://github.com/cmusatyalab/openface.git
	- Inside Openface folder - sudo python2 setup.py install
	- Copy openface from /usr/local/lib/python2.7/dist-packages to venv/lib/python2.7
	- In openface folder run - sudo models/get-models.sh

Contributors

eproctorx's People

Contributors

prnvdixit avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.