Skip to content

MayankShrivastava17/python-spelling-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-spelling-checker

A web-based application to check your spelling.

The demo of the repo is present in link.

Requirement

  • Python >= 3.5
  • autocorrect==2.3.0
  • Flask==1.1.2

How to install

Either download it manually or install it via PyPi

How to run

  • Ensure that requirement are installed Open terminal/command window and type :

    pip install -r requirements.txt

  • Clone the project and run :

    python app.py

  • The demo will be live at http://localhost:5000/

How to deploy

Since you can only deploy static page in GitHub pages.

You can use Heroku or Pythoneverywhere for deployment.