This tool is designed to help educational institutions identify potential cases of plagiarism in Entity Relationship Diagrams (ERD) submissions and maintain academic integrity. By comparing submitted ERDs within the same batch and against a database of existing ERDs, the tool can flag out similar or identical diagrams, raising red flags for further investigation.
git clone https://github.com/Bloodlusted/Image-Plagiarism-Detector.git
In the project directory, install the necessary dependencies
npm install
npm start
To enable user authentication and access the web application, you need to start the server.
Install the required Python packages:
pip install -r requirements.txt
Run app.py
Login | Username | Password |
---|---|---|
1 | admin | password |
2 | dummy | password |
3 | bob | pineapple |