Created on 9th January 2021
•
Our web-app can detect plagiarism within text, providing a sentence-wise report with percentage of plagiarism and the link of the possible article from which the text is plagiarised. We assure reliable results.
While getting links from google and comparing sentences within the given text and the internet link, we faced a challenge for reducing the time complexity to get accurate results within satisfactory time. Designing a good UI was also a challenge. Python was also a new language for us, most of us got to learn it in the python week. We also faced challenges integrating our text-matching script with backend and optimizing the performance of the web-app in general.