Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🎬 Movie Mood Classifier

A simple Python script that classifies a movie review as Positive, Negative, or Neutral using the TextBlob library.


How to Run

pip install textblob
python -m textblob.download_corpora
python movie_mood_classifier.py

Example Output

🎬 MOVIE MOOD CLASSIFIER 🎬
Enter a movie review below:

> The visuals were stunning, and the story was heartwarming.

🧠 Sentiment Analysis Result: Positive 😊

Features

  • Under 100 lines
  • Uses TextBlob for sentiment polarity
  • Handles empty input safely
  • Displays clean, emoji-coded results

Tech Stack

  • Language: Python
  • Library: TextBlob
  • Environment: Conda / Virtualenv

Credits

Developed by Diya Satish Kumar 🎓 Computer Science Student @ SVNIT Surat Contributed for Hacktoberfest 2025 💖