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.
- Deep Learning Model: Uses an Recurrent Neural Network (RNN) built with TensorFlow/Keras.
- Interactive UI: Powered by Streamlit for real-time predictions.
- Clone the Repository
git clone https://github.com/saadtariq-ds/IMDB-Movie-Reviews-Sentiment-Analysis.git - Create and Activate Virtual Environment (Recommended)
python -m venv venv venv\Scripts\activate - Install Dependencies
pip install -r requirements.txt
After installing the dependencies, launch the Streamlit app:
streamlit run app.py