Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.53 KB

README.md

File metadata and controls

62 lines (37 loc) · 1.53 KB

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