Skip to content

A simple Flask website for all NLP tasks which includes Text Preprocessing, Keyword Extraction, Text Summarization etc. Created Date: 30 Jan 2019

Notifications You must be signed in to change notification settings

pemagrg1/NLP-Flask-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Flask website for all NLP tasks which includes Text Preprocessing, Keyword Extraction, Text Summarization etc. Created Date: 30 Jan 2019

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published