GithubHelp home page GithubHelp logo

sourabhbit / plagiarism-remover-tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from soumikbaithalu/plagiarism-remover-tool

0.0 1.0 0.0 8.72 MB

Plagiarism Remover Tool is written in PHP (CakePHP framework) and MySQL using synonyms database to rephrase the sentences.

License: MIT License

PHP 99.37% Shell 0.05% Batchfile 0.03% CSS 0.47% JavaScript 0.08%

plagiarism-remover-tool's Introduction

🤖 Plagiarism Remover Tool 🤖

Plagiarism Remover Tool is written in PHP (CakePHP framework) and MySQL using synonyms database to rephrase the sentences.

⭐ Star us on GitHub — it helps!

                                                 PHP MySQL HTML5 CSS3 JavaScript
                                        contributions welcome Forks Stargazers Issues MIT License LinkedIn

👇 Support me here!

Buy Me A Coffee

⌛ Project Demo

Project.Demo.mov

⚠️ TechStack/framework used

  • PHP
  • CakePHP
  • MySQL
  • HTML
  • CSS
  • Javascript

⭐ Features

Our plagiarism remover tool rephrases and rewrites the sentences given in input box via three levels which are Soft, Normal and High and gives an output with a time limit of a few seconds.

📁 Database Configuration

The dataset used can be found here - Click Here

🔑 Prerequisites

  • Download XAMPP from here
  • Launch XAMPP server and start the respective services, network, and mount the htdocs folder. See screenshots here
  • Go to phpMyAdmin and create a new database as 'rephrase'

🚀  Installation

Clone the repo inside /htdocs folder

$ git clone https://github.com/chandrikadeb7/Plagiarism-Remover-Tool.git

Import the database file

Import the database file into the created database 'rephrase'.

💡 Working

Enter your database details in file database.php

class DATABASE_CONFIG {

	public $default = array(
		'datasource' => 'Database/Mysql',
		'persistent' => false,
		'host' => 'localhost',
		'login' => 'root',
		'password' => '',
		'database' => 'rephrase',
		'prefix' => '',
		//'encoding' => 'utf8',
	);

🔑 Run

Run the web app locally

Go to https://localhost:8080/Plagiarism-Remover-Tool on your browser (Chrome/Safari/Firefox)

👏 And it's done!

Feel free to file a new issue with a respective title and description on the the Plagiarism-Remover-Tool repository. If you already found a solution to your problem, I would love to review your pull request!

📘  License

The Plagiarism-Remover-Tool is released under the under terms of the MIT License.

❤️ Contributor

Made by Chandrika Deb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.