I made this Project to provide Plagarism detection and similar stack features useful for Faculty and student usage.
Features:
- Online Plagarism Detection
- Offline Plagarism Detection
- Paraphrasing Text
- Summarising Text
- Execute/Modify Code
Here is blog explaining working of Softpage
uses file text3.txt from examples, and shows similarity.
uses file text1.txt as source and text2.txt main file from examples and shows similarity.
uses file text1.txt from examples and shows summary.
uses file F12.java from examples and shows output in prompt below.
uses model T5 condotional generator and retruns multiple versions of sentence
- tkinter
- spacy
- pandas
- nltk
- Beautiful soup
- en_web_core_sm nlp language model for spacy
- model phraser.pt and its dependencies used in paraphraser.py (if using paraphrasing)
Api used