Back to Projects

Movie Critic

PythonTensorFlowKerasLSTMStreamlit

An interactive 'Movie Critic' chatbot trained on IMDb movie reviews. Uses a Long Short-Term Memory (LSTM) network to generate review-style text and engage in movie-related conversation.

Project Demo

Project Overview

A sequence-to-sequence model capable of generating coherent text in the style of movie reviews. This project demonstrates the capabilities of Recurrent Neural Networks (RNNs) in handling sequential data.

Key Components

Data Pipeline: Custom preprocessing for tokenization and sequence padding.
LSTM Architecture: Embedding layer followed by LSTM units and Dense output layers.
Interactive Interface: A Streamlit-based chat interface for real-time interaction with the model.
ML Engineer Portfolio | Building Scalable AI Solutions