Spaces:
Running
Running
Abhinav
commited on
Commit
·
377ee11
1
Parent(s):
484bee1
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,42 @@ pinned: false
|
|
10 |
tag: agent-demo-track
|
11 |
short_description: Quiz Generator by PDFs
|
12 |
videoOverview: https://youtu.be/DcDEcS23ssc
|
13 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
tag: agent-demo-track
|
11 |
short_description: Quiz Generator by PDFs
|
12 |
videoOverview: https://youtu.be/DcDEcS23ssc
|
13 |
+
---
|
14 |
+
|
15 |
+
# Quizy: Intelligent PDF Quiz Generator
|
16 |
+
|
17 |
+
## Overview
|
18 |
+
Quizy is an AI-powered application that automatically generates interactive quizzes from PDF documents. Simply upload any PDF file, and Quizy will analyze the content and create a customized quiz to test comprehension and knowledge retention.
|
19 |
+
|
20 |
+
## Features
|
21 |
+
- **Automatic Quiz Generation**: Upload any PDF and get an interactive quiz instantly
|
22 |
+
- **Multiple Question Types**: Supports various question formats:
|
23 |
+
- Single choice questions
|
24 |
+
- Multiple choice questions
|
25 |
+
- True/False questions
|
26 |
+
- Fill-in-the-blank questions
|
27 |
+
- **Instant Feedback**: Get immediate results after submitting your answers
|
28 |
+
- **Solution Explanations**: Review detailed answers for each question
|
29 |
+
|
30 |
+
## Technology Stack
|
31 |
+
- **Frontend**: Gradio web interface with custom CSS/JavaScript
|
32 |
+
- **Backend**: Python
|
33 |
+
- **PDF Processing**: PyPDF2 for text extraction
|
34 |
+
- **AI Engine**: LLAMA 3.1 (Modal Labs)
|
35 |
+
|
36 |
+
## Getting Started
|
37 |
+
1. Upload any PDF document using the file upload button
|
38 |
+
2. Click "Generate Quiz" to analyze the document and create questions
|
39 |
+
3. Answer the questions in the interactive quiz
|
40 |
+
4. Submit your answers to see your results
|
41 |
+
5. Review the correct answers and explanations
|
42 |
+
|
43 |
+
## Demo
|
44 |
+
Watch the video overview to see Quizy in action: [YouTube Demo](https://youtu.be/DcDEcS23ssc)
|
45 |
+
|
46 |
+
## Try It Now
|
47 |
+
|
48 |
+
[Quizy: The Quiz Generator](https://huggingface.co/spaces/Agents-MCP-Hackathon/Quizy)
|
49 |
+
|
50 |
+
Quizy is available as a Hugging Face Space. Experience it today and transform your learning materials into interactive quizzes!
|
51 |
+
|