A web-based application to check your spelling.
The demo of the repo is present in link.
- Python >= 3.5
- autocorrect==2.3.0
- Flask==1.1.2
Either download it manually or install it via PyPi
-
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/
Since you can only deploy static page in GitHub pages.
You can use Heroku or Pythoneverywhere for deployment.