/apstylecheck

Web app to check text from grammatical issues and AP style

Primary LanguagePythonMIT LicenseMIT

FreeStyle

FreeStyle is a web application to find correct grammar and AP style errors.

Technologies Used: Python (Flask), HTML, CSS, custom AP style check library

Website ---> http://freestyles.herokuapp.com/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Dependencies:

pip install Flask
pip install word2number
pip install num2words
pip install GingerIt
  1. Clone repo
git clone https://github.com/SumitNalavade/apstylecheck.git
  1. Navigate to the folder

  2. Setup the flask server

export FLASK_APP=flaskapp
export FLASK_DEBUG=1
flask run
  1. View the page on http://localhost:5000/

License

MIT