Skip to content

Web app to detect similarity between Entity Relationship Diagrams (ERD).

Notifications You must be signed in to change notification settings

Bloodlusted/Image-Plagiarism-Detector

Repository files navigation

ERD Plagiarism Detector

Image

Overview

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.

Usage

1. Clone the Repository

git clone https://github.com/Bloodlusted/Image-Plagiarism-Detector.git

2. Install Dependencies

In the project directory, install the necessary dependencies

npm install

3. Start the Web Application

npm start

4. Start the Server

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

About

Web app to detect similarity between Entity Relationship Diagrams (ERD).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published