Skip to content

An web application for checking submitted assignments

Notifications You must be signed in to change notification settings

abirhasanmubin/CopyChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CopyChecker

CopyChecker checks the authenticity of an assignment between two assignments offered to the teacher with just a couple of clicks. This assignment plagiarism checker web application works with common text submission.

Prerequisites

Python and MySQL must be installed in machine to run this application.

Installing

For running CopyChecker:

  • First install virtual environment package
pip install virtualenv
  • Make a directory and change to new directory
mkdir virt
cd virt
  • Create a virtual environment
virtualenv -p python3 vir_env
  • If you are a linux user then activate virtual enviroment through
source vir_env/bin/activate
  • If you are a windows user then activate virtual enviroment through
vir_env\Scripts\activate
  • Then git clone project or download
git clone https://github.com/abirhasanmubin/CopyChecker.git
  • Extract it and go to extracted location
cd CopyChecker
  • Then install required packages from
pip install -r requirements.txt
  • Finally runserver through
python manage.py runserver

Built With

Algorithm

Authors

Manual

CopyChecker Manual

About

An web application for checking submitted assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published