Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 808 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 808 Bytes

Created Date: 30 Jan 2019

NLP-Flask-Website

static folder contains all the CSS and images
template folder contains all the HTML pages
api.py file contains all the route to HTML pages and python scripts
Note: if you want don't know much about FLASK and webapp, go through : https://medium.com/@pemagrg/build-a-web-app-using-pythons-flask-for-beginners-f28315256893

To Execute

  1. run api.py
  2. open the url that it gives you after you run the code
  3. Tada!! the web app will open!

Still confused as to how to run?
Well, then open your terminal,

cd <path/to/your/project>
$python api.py<br>

it will give a link to open
click and the web app will be open in your Web browser.

Demo of "Flask Website for NLP"

nlpgif