https://github.com/michaelfromyeg/letterboxd-recommender
From your Letterboxd reviews, recommend a movie to watch. Based on my experiments with Claude.
https://github.com/michaelfromyeg/letterboxd-recommender
letterboxd movie recommendations svelte
Last synced: 7 months ago
JSON representation
From your Letterboxd reviews, recommend a movie to watch. Based on my experiments with Claude.
- Host: GitHub
- URL: https://github.com/michaelfromyeg/letterboxd-recommender
- Owner: michaelfromyeg
- Created: 2024-08-27T18:03:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T18:01:47.000Z (10 months ago)
- Last Synced: 2024-12-15T02:24:18.179Z (7 months ago)
- Topics: letterboxd, movie, recommendations, svelte
- Language: TypeScript
- Homepage: https://michaelfromyeg.github.io/letterboxd-recommender/
- Size: 442 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Letterboxd Recommender
Get a movie recommendation based on your Letterboxd watch history.
## About
The app consists on a one-page Svelte front-end and single AWS Lambda function deployed via SAM.
## TO-DOs
- [ ] Improve look-and-feel on mobile
- [ ] Configure secrets correctly on AWS