Back to Python Mini Projects

Plagarism checker

projects/Plagarism_checker/README.md

latest682 B
Original Source

Plagarism checker

<!--Remove the below lines and add yours -->

Python script for checking the amount of similarity between two (or more) text files.

Prerequisites

<!--Remove the below lines and add yours -->

Sklearn module Installation:

$ pip install -U scikit-learn

How to run the script

<!--Remove the below lines and add yours -->
$ python plag.py

Screenshot/GIF showing the sample use of the script

<!--Remove the below lines and add yours -->

Author Name

<!--Remove the below lines and add yours -->

Darahaas Yajamanyam

darahaas15