An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Too Long Didn't Watch

Explore LLM generated movie summaries powered by OpenAI's GPT.

Screenshot 2023-11-24 at 2 56 08 PM

## 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.