This project is a Streamlit web app that classifies IMDB movie reviews as Positive or Negative using a pre-trained Simple RNN model built with TensorFlow/Keras.
- Pre-trained SimpleRNN model on IMDB dataset
- Text preprocessing (tokenization + padding)
- Interactive Streamlit UI for entering reviews
- Real-time sentiment predictions with confidence score