Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jeopardy Live demo to Showcase #1192

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions showcase/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ class Section:
github_username="ghchinoy",
),
Resource(
title="Mesop App Maker",
description="Generate apps with Mesop using LLMs.",
app_url="https://huggingface.co/spaces/richard-to/mesop-app-maker",
img_url="https://github.com/user-attachments/assets/1a826d44-c87b-4c79-aeaf-29bc8da3b1c0",
github_url="https://github.com/richard-to/mesop-app-maker",
title="Mesop Jeopardy Live",
description="Jeopardy using Gemini Multimodal Live API (audio/text).",
app_url="https://huggingface.co/spaces/richard-to/mesop-jeopardy-live",
img_url="https://github.com/user-attachments/assets/97d704e1-6df6-4a05-8a77-8e91363295fa",
github_url="https://github.com/richard-to/mesop-jeopardy-live",
github_username="richard-to",
),
Resource(
Expand All @@ -80,12 +80,20 @@ class Section:
),
Resource(
title="Mesop Jeopardy",
description="A simple jeopardy game built using Mesop.",
description="Jeopardy using Mesop + Gemini 1.5 (text only)",
app_url="https://huggingface.co/spaces/richard-to/mesop-jeopardy",
img_url="https://github.com/richard-to/mesop-jeopardy/assets/539889/bc27447d-129f-47ae-b0b1-8f5c546762ed",
github_url="https://github.com/richard-to/mesop-jeopardy",
github_username="richard-to",
),
Resource(
title="Mesop App Maker",
description="Generate apps with Mesop using LLMs.",
app_url="https://huggingface.co/spaces/richard-to/mesop-app-maker",
img_url="https://github.com/user-attachments/assets/1a826d44-c87b-4c79-aeaf-29bc8da3b1c0",
github_url="https://github.com/richard-to/mesop-app-maker",
github_username="richard-to",
),
],
),
Section(
Expand Down
Loading