| Feature | Where | What it does |
|---|---|---|
| Floating AI Chat | Every page (🤖 button) | Ask anything — study tips, concepts, motivation |
| Topic AI Tips | Topics page (✨ AI Tips button) | 5 actionable study tips per topic |
| Schedule Insights | Schedule page (auto-loads) | Workload analysis & improvement suggestions |
| Dashboard AI Advisor | Dashboard (auto-loads) | Personalised daily focus plan |
# macOS / Linux
curl -fsSL https://ollama.com/install.sh | sh
# Windows
# Download installer from https://ollama.com/downloadollama pull llama3.2 # recommended (~2GB, fast)
# or
ollama pull mistral # alternativeollama serve
# Keep this terminal openpip install flask
python app.py
# Open http://localhost:5000Edit app.py line:
OLLAMA_MODEL = "llama3.2" # change to any installed modelList installed models: ollama list
After setup, everything runs locally — no API keys, no costs, no data leaves your machine.