LearnBud AI is a comprehensive, AI-powered educational platform designed to democratize access to high-quality tutoring. Optimized for diverse learning environments, including those in India and Africa, it leverages advanced Generative AI (Gemini 2.5 and Veo) to transform static study materials into interactive, multimodal learning experiences. The
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio:
ai.studio
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in .env.local to your Gemini API key
3. Run the app:
`npm run dev`