Educational Chatbot
An AI-powered educational assistant for NCERT curriculum (Classes 8-12) with subject-specific guidance.
Features
- Class-wise subject selection (8, 9, 10, 11-12 Science/Commerce/Arts)
- Subject-specific introductions and sample questions
- Groq API integration for AI responses
- Built-in fallback knowledge base
- Responsive design with Tailwind CSS
Live Demo
Visit: https://csemkriot.github.io/allsubject-bot
Setup
- Clone the repository
- Install dependencies:
npm install
- Add your Groq API key to
.env file
- Start development server:
npm start
Deploy
The project automatically deploys to GitHub Pages on push to main branch.
Manual deployment: npm run deploy