Spaces:
Runtime error
Runtime error
Update projects.py
Browse files- projects.py +17 -17
projects.py
CHANGED
@@ -25,23 +25,23 @@ def display_projects():
|
|
25 |
|
26 |
# Add content to each tab
|
27 |
with tabs[0]:
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
with tabs[1]:
|
46 |
st.subheader("LLM-powered Resume & CV Crafter")
|
47 |
st.markdown("""
|
|
|
25 |
|
26 |
# Add content to each tab
|
27 |
with tabs[0]:
|
28 |
+
st.subheader("AdHubby: AI-Powered Marketing Campaign Generator")
|
29 |
+
st.markdown("""
|
30 |
+
- **Description**: Multi-agent multimodal AI system that creates comprehensive marketing campaigns by combining strategic analysis, visual generation, and local landmark integration for small businesses
|
31 |
+
- **Key Features**:
|
32 |
+
• Smart Marketing Intelligence with AI-powered briefing generation and competitive analysis
|
33 |
+
• 9 Professional Marketing Formats (social carousels, billboards, email newsletters, print brochures, etc.)
|
34 |
+
• Local Integration automatically incorporating 5 relevant landmarks into marketing visuals
|
35 |
+
• Visual Style Engine with 5 artistic styles (Anime, Cartoon, Minimalist, Watercolor, Vintage)
|
36 |
+
- **Technical Achievements**:
|
37 |
+
• Engineered multi-agent architecture: Strategic Agent (Tenstorrent-powered Llama-3.1-8B), Visual Agent (Stable Diffusion XL), QA Agent (LLM-as-judge)
|
38 |
+
• Implemented advanced prompting with domain context injection and two-stage LLM judging system
|
39 |
+
• Built comprehensive workflow delivering ready-to-deploy marketing materials in under 8 hours (hackathon timeframe)
|
40 |
+
• Developed innovative geo-targeted visual asset generation for location-based marketing
|
41 |
+
- **Technologies**: Streamlit, Tenstorrent (via Koyeb), Llama-3.1-8B, Stable Diffusion XL, Hugging Face API, Multi-Agent Architecture
|
42 |
+
- **Achievement**: 🏆 **Tenstorrent Multi-Agent Hackathon Recognition** - Built in **5** hours
|
43 |
+
- **Reference**: [GitHub Repository](https://github.com/niharpalem/AdHubby.com)
|
44 |
+
""")
|
45 |
with tabs[1]:
|
46 |
st.subheader("LLM-powered Resume & CV Crafter")
|
47 |
st.markdown("""
|