plagiarism-detector
There are 48 repositories under plagiarism-detector topic.
dodona-edu/dolos
:detective: Source code plagiarism detection
dimondevceo/turnitinFree
This is a free version of Turnitin. Probably the best tool for IB students.
Wazzabeee/copy-spotter
Make plagiarism detection easier. This script will find similar sentences between given files and highlight them in a side by side comparison.
codeclassroom/PlagCheck
Moss Results scraper with powerful insights & analysis 💡
grantgasser/plagiarism-detection-nlp
Detecting plagiarism with a focus on feature engineering
fuzious/NoMoss
bypass MOSS technique used to detect code plagiarism
felikjunvianto/korpus-plagiarisme-indonesia
Kumpulan dokumen korpus dalam bahasa Indonesia berisi kasus uji deteksi plagiarisme eksternal dengan standar PAN CLEF (http://www.uni-weimar.de/medien/webis/events/pan-11).
scriptographers/UnPlag
:mag_right: A Plagiarism Detector for C++, Python and text files
jatanrathod/Idea-Plagiarism
Detecting Plagiarism made easier!
yangdanny97/OCaMOSS
Plagiarism detection software inspired by MOSS & written in OCaml
silviomori/udacity-machine-learning-plagiarism-detector
Build a plagiarism detector that examines a text file and performs binary classification; labeling that file as either plagiarized or not
Plagius/Plagius-Linux-Installer
Experiment for installing Plagius - Plagiarism Detector in Linux or Mac OS
Reckon77/no_nokol
A plagiarism checker
utkarsh914/plagiarism-detector
Tool to check plagiarism
AhmedRaja1/Plagiarism-Detector
Plagiarism Detectors Implementation Hub
Chaitanya078/textpolice
A web application to check if a document's contents are plagiarized or not and shows the sources of plagiarized contents..
Karthik-02/plagiarism-detection
Provides a comprehensive solution for detecting plagiarism and finding similarities between text documents
oguzhandilber/NLP-Studies
Natural Language Processing using Python.
rayed-therap/plagiarism_detection
Amazon SageMaker implementation of a text plagiarism detector.
SandeepKundalwal/Automated-Plagiarism-Detector
An automated plagiarism detector that handles unzipping, generates plagiarism report and scraps the reports for threshold plagiarism.
tharunchitipolu/Plagiarism-detector
Web Application for checking the similarity between query and document using the concept of Term frequency, Inverse data frequency and Cosine Similarity .It is implemented using python-flask, html5.
bressanmarcos/PlagiarismDetector
A plagiarism detector based on AWS Sagemaker tools and Wikipedia texts.
davidmbillie/ParaphrasePlagiarismCheck
Check matching seven word sequences in two different pieces of text.
MichaelDiam/Plagiarism_Detector_Project
A plagiarism detector that examines a text file and performs binary classification using Gradient Boosting Classifier & SageMaker; labeling that file as either plagiarized or not, depending on how similar that text file is to a provided source text.
otzhora/potator
Code clone detection package for python. It comes with a cli and PIP package
saeedanabtawi/code-vision-cli
Code Vision CLI is a streamlined command-line tool for detecting source code plagiarism, utilizing advanced algorithms and open-source technology, ideal for educators and developers.
Khushiaggarwal710/plagiarism-checker-python
A Python-powered Plagiarism Detector/Checker.
smh87/2-semester-project-P2
Plagiarism Detector
sshrey30/Plagiarism-Checker
Plagiarism checking software | Python
THEQUEZEE/THE-QUEZEE.github.io
Academic research project services
FurkanBaran/PlagCheck-Web-App
This Flask application provides a web-based interface for plagiarism detection. It was developed upon request as a simple project to address specific needs. Users can upload a primary text file along with multiple source files.
GeorgeCodes17/Plagiarism-checker
Here is a simple program to check for plagiarism. Checking how and if an excerpt entered is plagiarised. Simply type in the entry, to check for plagiarism, and a valid URL to compare it to.
patrickbrus/plagiarism_detector
This repository contains the jupyter notebooks and the python code for creating a plagiarism detector using Amazons Sagemaker library.
pushpak25w/Plagiarism-Detection
Plagiarism detection in text documents and source codes.
ruchi961/Plagiarism_Checker_Project
Contains Plagarism checking, implemented with the concept of Longest common subsequence.