• Post category:StudyBullet-11
  • Reading time:3 mins read


Along with a Project

What you will learn

Sentiment Analysis

Natural Language Processing

TextBlob

Building WebApps with Flask

Description


Get Instant Notification of New Courses on our Telegram channel.


  • Sentiment Analysis is widely used in the area of Machine Learning under Natural Language Processing.
  • In this course, you will know how to use sentiment analysis on reviews with the help of a NLP library called TextBlob.
  • You will learn and develop a Flask based WebApp that takes reviews from the user and perform sentiment analysis on the same.
English
language

Content

Introduction

Introduction to the course
About the Instructor

Sentiment Analysis with NLP

Natural Language Processing
Sentiment Analysis
Need of Text Classification with example
Process of Text Classification

Starting the project

What we are building?
Installations and Resources

Part-1 (TextBlob)

Initializing the Project
Sentiment Analysis with TextBlob

Part-2 (Flask UI)

Flask UI-1
Flask UI-2
Flask UI-3

Implementation and Output

Implementation
Final Output