Akash-Ramjyothi / Copy-Catcher

The project "Copy-Catcher" is a simple plagiarism detection tool in python code, the basic idea is to normalize python representation and use difflib to get the modification from referenced code to candidate code. The plagiarism defined is how many referenced code is plagiarized by candidate code, which means swap referenced code and candidate code will get different result. The Similarity of the two files are being compared here.

Home Page:https://github.com/Akash-Ramjyothi/Copy-Catcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy-Catcher

πŸ“œ Description:

The project "Copy-Catcher" is a simple plagiarism detection tool in python code, the basic idea is to normalize python representation and use difflib to get the modification from referenced code to candidate code. The plagiarism defined is how many referenced code is plagiarized by candidate code, which means swap referenced code and candidate code will get different result. The Similarity of the two files are being compared here.

πŸ“½ Sample Demo:

Copy-Catcher.Demo.Made.with.Clipchamp.mp4

πŸ‘€ The above demonstration Shows the working in 3 scenarios:

  • 1st scenario shows 100.00 % Plagiarism between the 2 files.
  • 2nd scenario shows few lines removed, and 18.89 % Plagiarism between the files.
  • 3rd scenario shows all the lines of the file removed and 0.00 % Plagiarism between the files.

πŸ— Built With:

  • Python.
  • difflib.
  • SequenceMatcher.
  • PyCharm.

πŸ“ Feedback Form:

https://forms.gle/mxpiGKb1oqEQJYsM6

πŸ§ͺ Steps to Build locally:

  • Clone the Repository with:
git clone https://github.com/Akash-Ramjyothi/Copy-Catcher 
  • Install required dependencies with:
pip install difflib
  • Run the Script, type:
python3 main.py

πŸ’₯ How to Contribute?

PRs Welcome Open Source Love svg2

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help me know what this Code is all about.

πŸ‘¦ Developed By:

Akash Ramjyothi

               ☎️ PH:+91 8939928002.

🌐 References Used:

About

The project "Copy-Catcher" is a simple plagiarism detection tool in python code, the basic idea is to normalize python representation and use difflib to get the modification from referenced code to candidate code. The plagiarism defined is how many referenced code is plagiarized by candidate code, which means swap referenced code and candidate code will get different result. The Similarity of the two files are being compared here.

https://github.com/Akash-Ramjyothi/Copy-Catcher


Languages

Language:Python 99.9%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:C 0.0%