This project was created as part of the Software Engineering Final Project for the International Computer Science class of 2017. The program supports .docx files and can check online or cross check between documents.
This project includes the requirements.txt which can be installed using pip install. You are also required to have a google custom search engine API KEY and save it onto an .env file in order to run the code.
The project comes with its own GUI for ease of use. You can run the gui.py file, choose between which type of checking you want. If you chose to check online, then a similarity score and links of similar content will show up. Otherwise if local then you will be shown the similarity score between the 2 documents.