StudyMate AI is an AI-powered student utility application that helps students understand concepts, summarize notes, generate quizzes, and improve written answers.
- 📚 Explain a Concept
- 📝 Summarize Notes
- ❓ Generate Quiz
- ✍️ Improve My Answer
⚠️ Empty input validation- 🛡️ Error handling
- 🤖 Local AI using Llama 3.2
- Python
- Streamlit
- Ollama
- Llama 3.2
- Requests
- Student selects a study tool.
- Student enters study content.
- StudyMate creates a structured prompt.
- The prompt is sent to the local Llama 3.2 model through Ollama.
- AI generates the response.
- The response is displayed clearly in the application.
Install the required packages:
pip install streamlit requests