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

npm run dev

Deployment

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