This repository contains code for plagiarism engine which is being used for building a plagiarism tool to help professors conduct and evaluate assignments fairly
-
Install
python3
andpip3
-
Clone the repository
git clone https://github.com/Gururaj29/plagiarism_check
Enter the repository
cd plagiarism_check
-
Install all the dependencies by running this command:
pip3 install -r requirements.txt
-
If you are using
Ubuntu
, then run this command to install clang dependencies:sudo apt-get install clang libclang-dev
-
Run
main.py
-
Run all the unit tests and integration tests by running this command:
make test