Skip to content

"Plagiarism Checker: Easily compare files in the 'test_files' and 'uploaded_files' folders, generate an HTML report, and view results in your browser."

Notifications You must be signed in to change notification settings

rohithbojja/CodePlagiarsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodePlagiarsm

Plagiarism Checker Readme

This readme file provides instructions on how to use the Plagiarism Checker tool to compare files for similarities and generate a report. Please follow the steps below to get started.

Table of Contents

  1. Getting Started
  2. Running the Plagiarism Checker
  3. Viewing the Report

Getting Started

1. Clone the Repository

If you haven't already, clone the Plagiarism Checker repository to your local machine.

git clone https://github.com/your-username/plagiarism-checker.git
cd plagiarism-checker

2. Organize Your Files

Before running the Plagiarism Checker, make sure you have two specific folders set up:

  • Test Files: Place the files you want to check for plagiarism in the test_files folder. This is where the tool will look for the documents you want to compare.

  • Uploaded Files: Put the documents you want to compare the test files with in the uploaded_files folder. These are the documents that will be used as reference.

3. Install Dependencies (if not already installed)

Make sure you have Python installed on your system. Additionally, ensure you have the required dependencies. If you haven't already, you can install them using the following command:

pip install -r requirements.txt

Running the Plagiarism Checker

Now that your files are organized and the dependencies are installed, you can run the Plagiarism Checker.

1. Open a Terminal or Command Prompt

Open a terminal or command prompt on your system.

2. Navigate to the Plagiarism Checker Directory

Use the cd command to navigate to the directory where you have cloned the Plagiarism Checker repository:

cd path/to/plagiarism-checker

3. Run the Plagiarism Checker

Use the following command to run the Plagiarism Checker:

python plagiarism.py

The Plagiarism Checker will compare the files in the test_files folder with the files in the uploaded_files folder and generate a report.

Viewing the Report

Once the Plagiarism Checker has finished running, it will generate a report in HTML format. Follow these steps to view the report:

1. Locate the Report

The report file, named report.html, will be generated in the same directory where the Plagiarism Checker script is located.

2. Open the Report in a Browser

To view the report, open your preferred web browser and navigate to the location of the report.html file.

You will see the Plagiarism Checker report, which will display the results of the comparison between the files in the test_files and uploaded_files folders.

Congratulations! You have successfully run the Plagiarism Checker and viewed the report. If you have any questions or encounter any issues, please refer to the documentation or seek assistance from the tool's maintainers.

About

"Plagiarism Checker: Easily compare files in the 'test_files' and 'uploaded_files' folders, generate an HTML report, and view results in your browser."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published