Skip to content

Commit 2e3895f

Browse files
committed
Added a Readme File
1 parent aa56962 commit 2e3895f

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

ReadMe.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# 🎬 MovieGPT — Conversational Movie Dialogue AI
2+
3+
👉 https://codingblood.github.io/DialogGPT/
4+
5+
**MovieGPT** is an end-to-end conversational AI project that generates movie-style dialogue responses using custom-trained language models. The system integrates a backend API, a user-friendly frontend, experimentation tracking, and deployment workflows — aimed at providing a production-grade conversational experience using open datasets and modern development practices.
6+
7+
This repository is built as a **zero-cost learning project** to understand how real-world AI systems are designed, trained, deployed, and monitored from end to end.
8+
9+
---
10+
11+
## 📦 Project Summary
12+
13+
MovieGPT leverages the **Movie Dialog Corpus** dataset to train language models that can generate human-like dialogue. Initially built with simpler models (e.g., LSTM), this project is designed to evolve into a more powerful conversational model akin to GPT-style architectures.
14+
15+
This repo includes:
16+
17+
- Backend API using **FastAPI**
18+
- Interactive chat UI built with **React**
19+
- Language model training scripts
20+
- Experiment tracking and version control
21+
- Containerization with Docker
22+
- CI/CD workflows
23+
- Deployment readiness for cloud platforms
24+
25+
---
26+
27+
## 🎯 Dataset
28+
29+
This project uses the **Movie Dialog Corpus** dataset from Kaggle:
30+
31+
👉 https://www.kaggle.com/datasets/Cornell-University/movie-dialog-corpus/code
32+
33+
The dataset contains movie conversations and pairs of dialogue exchanges, which are preprocessed and used for training conversational models.
34+
35+
---

0 commit comments

Comments
 (0)