Skip to content

Commit cfd3764

Browse files
committed
Update README.md
1 parent c075d82 commit cfd3764

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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)

0 commit comments

Comments
 (0)