-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
🧠 Issue : Build Basic AI Tutor / Q&A Chatbot
Labels: frontend, backend, ai-integration, good-first-issue
📋 Description
Develop a simple AI Tutor Bot that allows users to ask questions on a specific subject (e.g., Math, Biology) and get clear, easy-to-understand answers.
The bot should have a clean chat-style interface and communicate with an AI model (like OpenAI API or Hugging Face endpoint).
🎯 Core Tasks
- Create a chat interface (input box + message list).
- Set up a backend or API call to handle questions and fetch AI responses.
- Add a subject filter (e.g., select "Math" or "Biology").
- Display AI responses in the chat window.
- Handle loading and error states gracefully.
💡 Tech Suggestions
Frontend: React / Next.js / HTML + CSS
Backend (optional): Node.js / Express
AI API: OpenAI / Hugging Face Inference API
🚀 Future Enhancements
- Voice input (speech-to-text).
- Save recent Q&A history.
- Add support for multiple subjects.
Reactions are currently unavailable