https://github.com/kom-senapati/study-buddy
📚 AI-powered study plans and tips generator...
https://github.com/kom-senapati/study-buddy
copilotkit groq nextjs study
Last synced: 7 months ago
JSON representation
📚 AI-powered study plans and tips generator...
- Host: GitHub
- URL: https://github.com/kom-senapati/study-buddy
- Owner: kom-senapati
- Created: 2024-10-16T04:39:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T04:57:34.000Z (about 1 year ago)
- Last Synced: 2025-04-15T14:04:05.578Z (7 months ago)
- Topics: copilotkit, groq, nextjs, study
- Language: TypeScript
- Homepage: https://study-buddy-xi.vercel.app
- Size: 270 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Study Buddy
### ⭐ About
A tool where students can enter study topics and get AI-generated study plans and tips
$~$
Screenshots


$~$
### 📤 Set up
- These are the steps required to install the project.
1. Get API key from [GROQ](https://console.groq.com).
2. Clone the repo
```sh
git clone https://github.com/kom-senapati/study-buddy
```
3. Install NPM packages
```sh
npm install
```
4. Enter your API Keys in `.env.local` as stated in `.env.example`.
5. Run development server
```sh
npm run dev
```