File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed 
projects/Plagarism_checker Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # Plagarism checker  
2+ 
3+ <!-- Remove the below lines and add yours --> 
4+ 
5+ Python script for checking the amount of similarity between two (or more) text files.
6+ 
7+ ### Prerequisites  
8+ 
9+ <!-- Remove the below lines and add yours --> 
10+ 
11+ Sklearn module
12+ Installation:
13+ 
14+ ``` 
15+ $ pip install -U scikit-learn 
16+ ``` 
17+ 
18+ ### How to run the script  
19+ 
20+ <!-- Remove the below lines and add yours --> 
21+ 
22+ ``` 
23+ $ python plag.py 
24+ ``` 
25+ 
26+ ### Screenshot/GIF showing the sample use of the script  
27+ 
28+ <!-- Remove the below lines and add yours --> 
29+ 
30+ # <img  alt =" PLAG "  src =" https://i.imgur.com/yDka1b4.png " >  
31+ 
32+ ## _ Author Name_  
33+ 
34+ <!-- Remove the below lines and add yours --> 
35+ 
36+ Darahaas Yajamanyam
37+ darahaas15(https://github.com/darahaas15 )
                         You can’t perform that action at this time. 
           
                  
0 commit comments