Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.13 KB

Plagiarism-in-Hindi

An Application to check plagiarism in Hindi

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Open terminal and type
git clone https://github.com/orvil1026/Plagiarism-in-Hindi.git

or simply download using the url below

https://github.com/orvil1026/Plagiarism-in-Hindi/archive/refs/heads/master.zip

To Install project requrirements

pip install -r requirements.txt

Set flask_app.py as FLASK_APP

set FLASK_APP=flask_app.py
$env:FLASK_APP = "flask_app.py"

To run the program in local server use the following command

flask run

Output

Contributor