From 3f86f38b20887b42f3884a2334bb51b949d52da1 Mon Sep 17 00:00:00 2001 From: msamylea Date: Tue, 14 May 2024 05:19:43 -0400 Subject: [PATCH] AutoGen Virtual Focus Group (#2598) * Update gallery.json * Update gallery.json * Update gallery.json * Update gallery.json --------- Co-authored-by: Shaokun Zhang --- website/src/data/gallery.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/data/gallery.json b/website/src/data/gallery.json index 87ac5c75439..5ad6932fd92 100644 --- a/website/src/data/gallery.json +++ b/website/src/data/gallery.json @@ -6,6 +6,13 @@ "image": "autotx.png", "tags": ["tools", "groupchat", "app", "blockchain"] }, + { + "title": "AutoGen Virtual Focus Group", + "link": "https://github.com/msamylea/autogen_focus_group", + "description": "A virtual consumer focus group with multiple custom personas, product details, and final analysis created with AutoGen, Ollama/Llama3, and Streamlit.", + "image": "default.png", + "tags": ["ui", "groupchat"] + }, { "title": "Function Generator & Validator", "link": "https://github.com/abhaymathur21/TensionCode",