Skip to content

This project scraps the IMDB comments of the movie name entered by the user and performs analysis on the comments and gives the results

License

Notifications You must be signed in to change notification settings

Kesu-1407/Movie_sentiment_analysis

Repository files navigation

Movie Sentiment Analysis

In this project we scrap the IMBD comments of the movie entered by the user and analyse them using logistic regression with 88.8% accuracy.

The project includes the User Interface built using Streamlit and the backend using Python with logistic regression as the ML model.

The model is trained on IMDB dataset consisting on 50k comments. The trained model is saved and loaded in the app.py file already.

Deployment

To host this project

1.Clone it

  https://github.com/Kesu-1407/Movie_sentiment_analysis

2.Go to project directory

  cd Movie_sentiment_analysis

Dependencies

1.Streamlit

pip install streamlit

2.Start the server

streamlit run app.py

Screenshots

  1. Classification Report

App Screenshot

  1. Analysis

App Screenshot

  1. Pie Chart and WordCloud

App Screenshot

  1. Comments scraped and their classification App Screenshot

Authors

About

This project scraps the IMDB comments of the movie name entered by the user and performs analysis on the comments and gives the results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages