Skip to content

This project performs Sentiment Analysis on a small IMDb dataset (positive, negative, neutral reviews). It uses a simple Naive Bayes model with text preprocessing and vectorization.

Notifications You must be signed in to change notification settings

SamahCS/Sentiment-Analysis-on-IMDb-Reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎭 Sentiment Analysis on IMDb Reviews

This project performs Sentiment Analysis on a small IMDb dataset (positive, negative, neutral reviews).
It uses a simple Naive Bayes model with text preprocessing and vectorization.


πŸ“‚ Project Structure

  • data/ β†’ contains imdb_reviews.csv dataset
  • notebooks/ β†’ exploratory analysis & model training notebook
  • src/ β†’ clean Python code for training and prediction
  • requirements.txt β†’ required libraries

πŸš€ How to Run

1️⃣ Clone the repository

git clone https://github.com/YOUR_USERNAME/Sentiment-Analysis.git
cd Sentiment-Analysis

About

This project performs Sentiment Analysis on a small IMDb dataset (positive, negative, neutral reviews). It uses a simple Naive Bayes model with text preprocessing and vectorization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages