https://github.com/humayan-kabir/plagiarism-detector
This project is designed to detect plagiarism in competitive programming contests. It scrapes online solutions for specified problem IDs from blogs and other sources using Python, filters the relevant code, and then compares it with submitted solutions to identify potential plagiarism using various matching algorithms.
https://github.com/humayan-kabir/plagiarism-detector
Last synced: about 1 month ago
JSON representation
This project is designed to detect plagiarism in competitive programming contests. It scrapes online solutions for specified problem IDs from blogs and other sources using Python, filters the relevant code, and then compares it with submitted solutions to identify potential plagiarism using various matching algorithms.
- Host: GitHub
- URL: https://github.com/humayan-kabir/plagiarism-detector
- Owner: Humayan-Kabir
- Created: 2020-01-28T14:59:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T15:46:02.000Z (over 6 years ago)
- Last Synced: 2025-01-08T06:36:10.506Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 252 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plagiarism-Detector
This is my 350 project. It is a plagiarism detector for c/c++/java.