https://github.com/cmpadden/too-long-didnt-watch
LLM Generated Movie Summaries
https://github.com/cmpadden/too-long-didnt-watch
Last synced: 3 months ago
JSON representation
LLM Generated Movie Summaries
- Host: GitHub
- URL: https://github.com/cmpadden/too-long-didnt-watch
- Owner: cmpadden
- Created: 2023-11-24T19:31:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T14:40:29.000Z (over 2 years ago)
- Last Synced: 2025-06-24T15:04:00.323Z (12 months ago)
- Language: Vue
- Homepage: https://cmpadden.github.io/too-long-didnt-watch/
- Size: 4.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Too Long Didn't Watch
Explore LLM generated movie summaries powered by OpenAI's GPT.

## Development
```sh
npm run dev
```
## Deployment
```sh
npm run build
# &
npm run preview
```
For more information on deployment, please refer to the official guide:
https://vitejs.dev/guide/static-deploy.html#github-pages
## Background
This website is user-facing portion of my solution to the [Dagster
Essentials](https://github.com/cmpadden/dagster-essentials-capstone/) capstone project.
It demonstrates the power of asset based data pipelines. Data was collected from
Letterboxd and OpenSubtitles, summaries were generated using LangChain and OpenAI's GPT
models, and finally exported to be used on this website.