coll-j / code-plagiarism

Source Code plagiarism checker using cosine similarity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-plagiarism

Source Code plagiarism checker using cosine similarity from scikit-learn

The program compare each files from a student with all other files from othe students.
If the similarity score is over the threshold, the program will print out the similarity score along with the files' name.

About

Source Code plagiarism checker using cosine similarity


Languages

Language:Java 80.4%Language:Jupyter Notebook 19.6%