Skip to content

fosscit/FlaskTextBlob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskTextBlob

Simple sentiment analysis web app using flask and TextBlob.

What is TextBlob:

TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more. img

Flask app to perform sentiment analysis using TextBlob:

The source code for the tutorial is available in GitHub. Live preview for the web app is available in heroku

Let’s create 2 empty files:

Flask naming conventions recommends placing templates, HTML files inside templates folder. So your directory should look like this:

img2

Run:

python app.py

FlaskApp

img3

About

🚀Code for Flask & TextBlob: Sentiment Analysis tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published