Team: Siddhant Das, Sheida Ebrahimi
This web application combines Cohere AI and Svelte to deliver a nostalgic movie recommendation website. When users input a year, they will be recommended a movie of that particular year, including some relative trivia using Cohere.
- Python
- Docker
- Clone this repository
- Make your current working directory
/backend
- Run
docker build -t nostalgia .
- Run
docker run -p 5000:5000 nostalgia
- Go to https://uhacks11.vercel.app
To exit the server use: ctrl + c