Skip to content

Latest commit

 

History

History

README.md

⭐ About

A tool where students can enter study topics and get AI-generated study plans and tips

https://github.com/kom-senapati/study-buddy

$~$

Screenshots

image image

$~$

📤 Set up

  • These are the steps required to install the project.
  1. Get API key from GROQ or OpenAI
  2. Clone the repo
  3. Install NPM packages
    npm install
  4. Enter your API Keys in .env.local as stated in .env.example.
  5. Run development server
    npm run dev