Skip to content

Commit 0d1e509

Browse files
committed
chore: updated README
1 parent 9c4f766 commit 0d1e509

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

ai_agent_tutorials/ai_multimodal_design_agent/README.md ai_agent_tutorials/multimodal_design_agent_team/README.md

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
# Multimodal AI Design Agent Team
22

3-
A multimodal design analysis tool powered by Google's Gemini 2.0 multimodal capabilities. This application leverages multiple specialized AI agents to provide comprehensive analysis of UI/UX designs of your product and your competitors, combining visual understanding, user experience evaluation, and market research insights.
3+
A Streamlit application that provides comprehensive design analysis using a team of specialized AI agents powered by Google's Gemini model.
44

5-
## Demo
6-
7-
8-
https://github.com/user-attachments/assets/1a389bb3-a24f-408b-bfed-e491e3d8cac4
9-
10-
11-
12-
## About
13-
14-
The Design Agent Team utilizes Gemini 2.0's advanced multimodal capabilities to analyze design assets from multiple perspectives:
15-
16-
- 🎨 **Visual Design Analysis**: Evaluates design elements, patterns, color schemes, typography, and visual hierarchy
17-
- 🔄 **UX Analysis**: Assesses user flows, interaction patterns, usability, and accessibility
18-
- 📊 **Market Analysis**: Provides market insights, competitor analysis, and positioning recommendations
5+
This application leverages multiple specialized AI agents to provide comprehensive analysis of UI/UX designs of your product and your competitors, combining visual understanding, user experience evaluation, and market research insights.
196

207
## Features
218

9+
- **Specialized Legal AI Agent Team**
10+
11+
- 🎨 **Visual Design Agent**: Evaluates design elements, patterns, color schemes, typography, and visual hierarchy
12+
- 🔄 **UX Analysis Agent**: Assesses user flows, interaction patterns, usability, and accessibility
13+
- 📊 **Market Analysis Agent**: Provides market insights, competitor analysis, and positioning recommendations
14+
2215
- **Multiple Analysis Types**: Choose from Visual Design, UX, and Market Analysis
2316
- **Comparative Analysis**: Upload competitor designs for comparative insights
2417
- **Customizable Focus Areas**: Select specific aspects for detailed analysis
@@ -32,7 +25,7 @@ The Design Agent Team utilizes Gemini 2.0's advanced multimodal capabilities to
3225
```bash
3326
# Clone the repository
3427
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
35-
cd ai_agent_tutorials/ai_multimodal_design_agent
28+
cd ai_agent_tutorials/multimodal_design_agent_team
3629

3730
# Create and activate virtual environment (optional)
3831
python -m venv venv
@@ -43,8 +36,7 @@ The Design Agent Team utilizes Gemini 2.0's advanced multimodal capabilities to
4336
```
4437

4538
2. **Get API Key**
46-
- Visit [Google AI Studio](https://makersuite.google.com/app/apikey)
47-
- Create or select a project
39+
- Visit [Google AI Studio](https://aistudio.google.com/apikey)
4840
- Generate an API key
4941

5042
3. **Run the Application**

0 commit comments

Comments
 (0)