GPT-3 playlist recommendation app based on the book you're reading.
DEMO: https://readingmood.up.railway.app/
This is a Next.js project bootstrapped with create-next-app
.
- git clone
- npm i
- create
.env
file based on.env.example
To get OpenAI API key go to https://platform.openai.com/account/api-keys
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.