Movies Review System Spoiler-Free Sentiment-Analysis based Movies Review System)

Date:

Movie Review System

Movie Review System

  • This project is about a Review System designed specifically for people who like to take a hint about the movie plot and if it’s worth to watch it or not through reviews.

  • This system provides a surface where they can do so by organising their reviews into spoiler and non-spoiler along with a touch of Sentimntal Analysis-whether a given review is positive or negative.

Tech Stack

Backend: Tensorflow, Keras, scikit-learn, Word2Vec, Pickle,, Render (Deployment)

Frontend: Streamlit (Build)

Other: Git and Github

Features

  • Segregation of reviews of a movie into Spoiler and Non-Spoiler Reviews
  • Sentiment-Analysed Reviews (positive-negative)
  • Can access the movie’s details (TMDB) for the which the reviews is being searched
  • Light/dark mode toggle

Run Locally

  • (REQUIRED) Download Microsoft Edge and it’s compatible Selenium driver

Clone the project

  git clone [https://github.com/YuvrajSingh-mist/Movie_Review_System.git]

Go to the project directory

  cd Movie_Review_System

Install dependencies

  pip install -r requirements.txt

Start the Web-App

  streamlit run Home.py

Authors