Spaces:
Running
Running
add links to video explanation
Browse files
README.md
CHANGED
@@ -22,6 +22,8 @@ Built using: [ποΈ Haystack](https://haystack.deepset.ai/) β’ π¦ Llama 3 8
|
|
22 |
|
23 |
## How does it work?
|
24 |
|
|
|
|
|
25 |

|
26 |
|
27 |
- **Quiz generation Pipeline**: downloads HTML content from the URL, extracts the text and passes it to Llama 3 to generate a quiz in JSON format.
|
|
|
22 |
|
23 |
## How does it work?
|
24 |
|
25 |
+
π¬ [**Project walkthrough video**](https://www.youtube.com/watch?v=C1oJ1ArYYZA)
|
26 |
+
|
27 |

|
28 |
|
29 |
- **Quiz generation Pipeline**: downloads HTML content from the URL, extracts the text and passes it to Llama 3 to generate a quiz in JSON format.
|
app.py
CHANGED
@@ -172,7 +172,7 @@ HEADER = """
|
|
172 |
<div align="center">
|
173 |
<p style="font-size: 44px;">π§βπ« AutoQuizzer</p>
|
174 |
<p style="font-size: 25px;">AutoQuizzer generates a quiz from a URL. You can play the quiz, or let the LLM play it.</p>
|
175 |
-
<p style="font-size: 20px;"><b>Built using: <a href="https://haystack.deepset.ai/">ποΈ Haystack</a> β’ π¦ Llama 3 8B Instruct β’ β‘ Groq</b></p>
|
176 |
</div>
|
177 |
"""
|
178 |
|
|
|
172 |
<div align="center">
|
173 |
<p style="font-size: 44px;">π§βπ« AutoQuizzer</p>
|
174 |
<p style="font-size: 25px;">AutoQuizzer generates a quiz from a URL. You can play the quiz, or let the LLM play it.</p>
|
175 |
+
<p style="font-size: 20px;"><b><a href="https://www.youtube.com/watch?v=C1oJ1ArYYZA)">π¬ Project walkthrough video</a> - Built using: <a href="https://haystack.deepset.ai/">ποΈ Haystack</a> β’ π¦ Llama 3 8B Instruct β’ β‘ Groq</b></p>
|
176 |
</div>
|
177 |
"""
|
178 |
|