An Application that recommends you books based on the emotional state of the human being, described by him
- CopilotKit
- NextJS
- TailwindCSS
- Shadcn UI
Create a .env or .env.local and enter the following key
GOOGLE_API_KEY="GOOGLE API KEY (which you can get from the google ai studio)"Then, use pnpm to install the package
pnpm installFinally, to run the dev server
pnpm dev