Skip to content

saadtariq-ds/imdb-movie-reviews-sentiment-analysis

Repository files navigation

IMDB-Movie-Reviews-Sentiment-Analysis

This repository contains a IMDB Movie Review Sentiment Analysis model built using TensorFlow and a Recurrent Neural Network (RNN) to predict sentiment of a movie review. A Streamlit interface allows users to interact with the model and visualize predictions.

Features

  • Deep Learning Model: Uses an Recurrent Neural Network (RNN) built with TensorFlow/Keras.
  • Interactive UI: Powered by Streamlit for real-time predictions.

Installation

  1. Clone the Repository
    git clone https://github.com/saadtariq-ds/IMDB-Movie-Reviews-Sentiment-Analysis.git
    
  2. Create and Activate Virtual Environment (Recommended)
    python -m venv venv
    venv\Scripts\activate
    
  3. Install Dependencies
    pip install -r requirements.txt
    

Running Streamlit App

After installing the dependencies, launch the Streamlit app:

streamlit run app.py

About

This repository contains a IMDB Movie Review Sentiment Analysis model built using TensorFlow and a Recurrent Neural Network (RNN) to predict sentiment of a movie review. A Streamlit interface allows users to interact with the model and visualize predictions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors