File size: 1,313 Bytes
878fe86
 
 
 
 
 
 
 
 
4f67d2d
878fe86
4f67d2d
 
bee9fc5
4f67d2d
d48380f
3681bae
4f67d2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: mit
title: AI Learning Tutor For Computer Science Students
sdk: gradio
emoji: 📈
colorFrom: gray
colorTo: red
thumbnail: >-
  https://cdn-uploads.huggingface.co/production/uploads/68668dfd4357f5b535fd7bdc/HhR3xv58d3TUca9PBpZWS.png
sdk_version: 5.43.1
---
---
# AI Friendly Study Tutor

A student-friendly AI tutor built with the Groq API and Gradio. Select a subject, topic, language, and level. Then generate a clear explanation, curated resources, a structured roadmap, and a short quiz. Finish by evaluating your answers to see your score and feedback.

## Features

- **Generate Explanation**: Step-by-step explanation of the topic.
- **Generate Resources**: At least 3 recommended links (articles, videos, docs) with a short reason.
- **Generate Roadmap**: A structured learning path with stages, estimated effort, and outcomes.
- **Generate Quiz**: 3–5 multiple-choice questions with radio-button options (one correct answer).
- **Display Results**: Evaluates your selected answers and returns a score with brief feedback.

## Tech

- **Frontend/Backend**: [Gradio]
- **Model Runtime**: [Groq API] using `llama-3.1-8b-instant`

## Run Locally

1. **Create a virtual environment (optional)**

   ```bash
   python -m venv .venv
   source .venv/bin/activate  # Windows: .venv\Scripts\activate