From 2ebb416f7077a24ed51aff3cf10f2148e1b5ed36 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Fri, 28 Jun 2024 19:21:00 +0200 Subject: [PATCH] add links to video explanation --- README.md | 2 ++ app.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d424620..aa8f4fd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/app.py b/app.py index 10cef54..61cd23e 100644 --- a/app.py +++ b/app.py @@ -172,7 +172,7 @@ def compute_display_web_rag(quiz):

🧑‍🏫 AutoQuizzer

AutoQuizzer generates a quiz from a URL. You can play the quiz, or let the LLM play it.

-

Built using: 🏗️ Haystack • 🦙 Llama 3 8B Instruct • ⚡ Groq

+

🎬 Project walkthrough video - Built using: 🏗️ Haystack • 🦙 Llama 3 8B Instruct • ⚡ Groq

"""