diff --git a/showcase/main.py b/showcase/main.py index e38ec8dbd..f1fdd1a72 100644 --- a/showcase/main.py +++ b/showcase/main.py @@ -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", ), ], ), @@ -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).",