Skip to content

SaadMalix/Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Sentiment Analysis Web App

A simple yet powerful Flask-based Sentiment Analysis Web Application that uses TextBlob, VADER, and NLP techniques to determine whether a given text is Positive, Negative, or Neutral.
It also includes auto spell-correction and custom slang handling (e.g., “madd” → “mad”, “luv” → “love”).


🚀 Features

✅ Analyze sentiment of any text (Positive, Negative, Neutral)
✅ Combines VADER and TextBlob for improved accuracy
✅ Auto-corrects spelling mistakes using TextBlob
✅ Detects and fixes common slang/typo words
✅ Beautiful and responsive frontend (HTML + CSS)
✅ Simple and lightweight Flask backend


🧩 Tech Stack

Component Technology
Frontend HTML5, CSS3
Backend Flask (Python)
NLP Libraries TextBlob, NLTK (VADER)
Language Python 3

About

A Web app using python that analysis text for its sentiment. Used NLTK, Flask and TextBlob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors