Skip to content

ebe-nezer/Plagiarism-checker-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plagiarism Checker

This is Simple project for checking plagiarism of text documents using cosine similarity

Cosine Similarity:

    Cosine similarity is a measure of similarity between two non-zero vectors of an inner product space that measures the cosine of the angle between them.

On Demo we have used three textfiles on the same directory with app.py , once we run the app it will open all textfile and tries to find the similarities between them by using cosine similarity

I used scikit-learn to computer the cosine similarity

Run the file in teminal using below command :

In linux
python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages