Skip to content

Commit

Permalink
add links to video explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Jun 28, 2024
1 parent cfd3950 commit 2ebb416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Built using: [🏗️ Haystack](https://haystack.deepset.ai/) • 🦙 Llama 3 8

## How does it work?

🎬 [**Project walkthrough video**](https://www.youtube.com/watch?v=C1oJ1ArYYZA)

![AutoQuizzer](autoquizzer.png)

- **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.
Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def compute_display_web_rag(quiz):
<div align="center">
<p style="font-size: 44px;">🧑‍🏫 AutoQuizzer</p>
<p style="font-size: 25px;">AutoQuizzer generates a quiz from a URL. You can play the quiz, or let the LLM play it.</p>
<p style="font-size: 20px;"><b>Built using: <a href="https://haystack.deepset.ai/">🏗️ Haystack</a> • 🦙 Llama 3 8B Instruct • ⚡ Groq</b></p>
<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>
</div>
"""

Expand Down

0 comments on commit 2ebb416

Please sign in to comment.