An open API service indexing awesome lists of open source software.

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...

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

![image](https://github.com/user-attachments/assets/bf51e325-c1b4-48c3-8f5d-897b003b22a3)
![image](https://github.com/user-attachments/assets/c40b33c0-af03-4d0d-b6b2-a6a9db8799bd)

$~$

### 📤 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
```