Skip to content
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 @@ -43,12 +43,12 @@ class Section:
img_url="https://github.com/user-attachments/assets/107afb9c-f08c-4f27-bd00-e122415c069e",
),
Resource(
title="Mesop Prompt Tuner",
description="Prompt tuning app heavily inspired by Anthropic Console Workbench.",
app_url="https://huggingface.co/spaces/richard-to/mesop-prompt-tuner",
img_url="https://github.com/user-attachments/assets/2ec6cbfb-c28b-4f60-98f9-34bfca1f6938",
github_url="https://github.com/richard-to/mesop-prompt-tuner",
github_username="richard-to",
title="Vidhai - AI Driven Farm Planner",
description="AI-driven farm planning app for smallholder farmers in Tamil Nadu. Built with Mesop and Google ADK, it uses generative AI and semantic search to guide farms toward regenerative agroforestry.",
app_url="https://vidhai.sankalp.life/",
img_url="https://github.com/user-attachments/assets/586c5b1e-7179-4dbc-82f1-e78ec72c432d",
github_url="",
github_username="justsankalp",
),
],
),
Expand Down Expand Up @@ -77,6 +77,14 @@ class Section:
github_url="https://github.com/mandieq/retail_embeddings",
github_username="mandieq",
),
Resource(
title="Mesop Prompt Tuner",
description="Prompt tuning app heavily inspired by Anthropic Console Workbench.",
app_url="https://huggingface.co/spaces/richard-to/mesop-prompt-tuner",
img_url="https://github.com/user-attachments/assets/2ec6cbfb-c28b-4f60-98f9-34bfca1f6938",
github_url="https://github.com/richard-to/mesop-prompt-tuner",
github_username="richard-to",
),
Resource(
title="Mesop Jeopardy Live",
description="Jeopardy using Gemini Multimodal Live API (audio/text).",
Expand Down
Loading