Spaces:
Running
Running
Update projects.py
Browse files- projects.py +29 -10
projects.py
CHANGED
|
@@ -6,6 +6,7 @@ def display_projects():
|
|
| 6 |
|
| 7 |
# Define tab titles
|
| 8 |
tab_titles = [
|
|
|
|
| 9 |
"Resume & CV Crafter",
|
| 10 |
"Multi-Agent Job Search",
|
| 11 |
"Resume Easz",
|
|
@@ -24,6 +25,24 @@ def display_projects():
|
|
| 24 |
|
| 25 |
# Add content to each tab
|
| 26 |
with tabs[0]:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
st.subheader("LLM-powered Resume & CV Crafter")
|
| 28 |
st.markdown("""
|
| 29 |
- **Description**: Developed AI platform combining LLaMA-3 70B and Deepseek R1 with low-temperature settings for stable, tailored resume and CV generation
|
|
@@ -40,7 +59,7 @@ def display_projects():
|
|
| 40 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/Resume_and_CV_crafter)
|
| 41 |
""")
|
| 42 |
|
| 43 |
-
with tabs[
|
| 44 |
st.subheader("Multi-Agent Job Search System")
|
| 45 |
st.markdown("""
|
| 46 |
- **Description**: Built an AI-powered job search assistant using dual-LLaMA architecture for comprehensive job matching and analysis
|
|
@@ -56,7 +75,7 @@ def display_projects():
|
|
| 56 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/Multi_Agent_Job_search_and_match)
|
| 57 |
""")
|
| 58 |
|
| 59 |
-
with tabs[
|
| 60 |
st.subheader("Resume Easz")
|
| 61 |
st.markdown("""
|
| 62 |
- **Description**: Created an AI-driven resume analysis and enhancement tool using LLaMA 3.3 model
|
|
@@ -73,7 +92,7 @@ def display_projects():
|
|
| 73 |
- **Reference**: [Link to Project](https://resume-easz.streamlit.app/)
|
| 74 |
""")
|
| 75 |
|
| 76 |
-
with tabs[
|
| 77 |
st.subheader("Job Easz")
|
| 78 |
st.markdown("""
|
| 79 |
- **Description**: Engineered comprehensive job aggregation platform for data roles with advanced analytics
|
|
@@ -90,7 +109,7 @@ def display_projects():
|
|
| 90 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/job_easz)
|
| 91 |
""")
|
| 92 |
|
| 93 |
-
with tabs[
|
| 94 |
st.subheader("Bitcoin Lightning Path Optimization")
|
| 95 |
st.markdown("""
|
| 96 |
- **Description**: Advanced payment routing optimization system for Bitcoin Lightning Network
|
|
@@ -105,7 +124,7 @@ def display_projects():
|
|
| 105 |
- **Technologies**: XGBoost, Random Forest, AdaBoost, Graph Algorithms
|
| 106 |
""")
|
| 107 |
|
| 108 |
-
with tabs[
|
| 109 |
st.subheader("National Infrastructure Monitoring")
|
| 110 |
st.markdown("""
|
| 111 |
- **Description**: Developed satellite imagery analysis system for infrastructure change detection
|
|
@@ -122,7 +141,7 @@ def display_projects():
|
|
| 122 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/Data298)
|
| 123 |
""")
|
| 124 |
|
| 125 |
-
with tabs[
|
| 126 |
st.subheader("Stock Market Analysis with OpenAI Integration")
|
| 127 |
st.markdown("""
|
| 128 |
- **Description**: Created comprehensive stock market analysis system with multilingual capabilities
|
|
@@ -138,7 +157,7 @@ def display_projects():
|
|
| 138 |
- **Technologies**: PySpark, Apache Airflow, Snowflake, OpenAI GPT-3.5
|
| 139 |
""")
|
| 140 |
|
| 141 |
-
with tabs[
|
| 142 |
st.subheader("Twitter Trend Analysis")
|
| 143 |
st.markdown("""
|
| 144 |
- **Description**: Engineered comprehensive Twitter analytics platform using GCP services
|
|
@@ -154,7 +173,7 @@ def display_projects():
|
|
| 154 |
- **Technologies**: Google Cloud Platform, BigQuery, Apache Airflow, Tableau
|
| 155 |
""")
|
| 156 |
|
| 157 |
-
with tabs[
|
| 158 |
st.subheader("Restaurant Recommendation System")
|
| 159 |
st.markdown("""
|
| 160 |
- **Description**: Built hybrid recommendation system combining multiple filtering approaches
|
|
@@ -170,7 +189,7 @@ def display_projects():
|
|
| 170 |
- **Technologies**: Collaborative Filtering, Content-Based Filtering, Flask, Folium
|
| 171 |
""")
|
| 172 |
|
| 173 |
-
with tabs[
|
| 174 |
st.subheader("ASL Translator")
|
| 175 |
st.markdown("""
|
| 176 |
- **Description**: Developed real-time American Sign Language translation system
|
|
@@ -187,7 +206,7 @@ def display_projects():
|
|
| 187 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/slr-easz)
|
| 188 |
""")
|
| 189 |
|
| 190 |
-
with tabs[
|
| 191 |
st.subheader("Squat Easy")
|
| 192 |
st.markdown("""
|
| 193 |
- **Description**: Developed deep learning system for squat form analysis and error detection
|
|
|
|
| 6 |
|
| 7 |
# Define tab titles
|
| 8 |
tab_titles = [
|
| 9 |
+
"AdHubby: AI-Powered Marketing Campaign Generator",
|
| 10 |
"Resume & CV Crafter",
|
| 11 |
"Multi-Agent Job Search",
|
| 12 |
"Resume Easz",
|
|
|
|
| 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("""
|
| 48 |
- **Description**: Developed AI platform combining LLaMA-3 70B and Deepseek R1 with low-temperature settings for stable, tailored resume and CV generation
|
|
|
|
| 59 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/Resume_and_CV_crafter)
|
| 60 |
""")
|
| 61 |
|
| 62 |
+
with tabs[2]:
|
| 63 |
st.subheader("Multi-Agent Job Search System")
|
| 64 |
st.markdown("""
|
| 65 |
- **Description**: Built an AI-powered job search assistant using dual-LLaMA architecture for comprehensive job matching and analysis
|
|
|
|
| 75 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/Multi_Agent_Job_search_and_match)
|
| 76 |
""")
|
| 77 |
|
| 78 |
+
with tabs[3]:
|
| 79 |
st.subheader("Resume Easz")
|
| 80 |
st.markdown("""
|
| 81 |
- **Description**: Created an AI-driven resume analysis and enhancement tool using LLaMA 3.3 model
|
|
|
|
| 92 |
- **Reference**: [Link to Project](https://resume-easz.streamlit.app/)
|
| 93 |
""")
|
| 94 |
|
| 95 |
+
with tabs[4]:
|
| 96 |
st.subheader("Job Easz")
|
| 97 |
st.markdown("""
|
| 98 |
- **Description**: Engineered comprehensive job aggregation platform for data roles with advanced analytics
|
|
|
|
| 109 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/job_easz)
|
| 110 |
""")
|
| 111 |
|
| 112 |
+
with tabs[5]:
|
| 113 |
st.subheader("Bitcoin Lightning Path Optimization")
|
| 114 |
st.markdown("""
|
| 115 |
- **Description**: Advanced payment routing optimization system for Bitcoin Lightning Network
|
|
|
|
| 124 |
- **Technologies**: XGBoost, Random Forest, AdaBoost, Graph Algorithms
|
| 125 |
""")
|
| 126 |
|
| 127 |
+
with tabs[6]:
|
| 128 |
st.subheader("National Infrastructure Monitoring")
|
| 129 |
st.markdown("""
|
| 130 |
- **Description**: Developed satellite imagery analysis system for infrastructure change detection
|
|
|
|
| 141 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/Data298)
|
| 142 |
""")
|
| 143 |
|
| 144 |
+
with tabs[7]:
|
| 145 |
st.subheader("Stock Market Analysis with OpenAI Integration")
|
| 146 |
st.markdown("""
|
| 147 |
- **Description**: Created comprehensive stock market analysis system with multilingual capabilities
|
|
|
|
| 157 |
- **Technologies**: PySpark, Apache Airflow, Snowflake, OpenAI GPT-3.5
|
| 158 |
""")
|
| 159 |
|
| 160 |
+
with tabs[8]:
|
| 161 |
st.subheader("Twitter Trend Analysis")
|
| 162 |
st.markdown("""
|
| 163 |
- **Description**: Engineered comprehensive Twitter analytics platform using GCP services
|
|
|
|
| 173 |
- **Technologies**: Google Cloud Platform, BigQuery, Apache Airflow, Tableau
|
| 174 |
""")
|
| 175 |
|
| 176 |
+
with tabs[9]:
|
| 177 |
st.subheader("Restaurant Recommendation System")
|
| 178 |
st.markdown("""
|
| 179 |
- **Description**: Built hybrid recommendation system combining multiple filtering approaches
|
|
|
|
| 189 |
- **Technologies**: Collaborative Filtering, Content-Based Filtering, Flask, Folium
|
| 190 |
""")
|
| 191 |
|
| 192 |
+
with tabs[10]:
|
| 193 |
st.subheader("ASL Translator")
|
| 194 |
st.markdown("""
|
| 195 |
- **Description**: Developed real-time American Sign Language translation system
|
|
|
|
| 206 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/slr-easz)
|
| 207 |
""")
|
| 208 |
|
| 209 |
+
with tabs[11]:
|
| 210 |
st.subheader("Squat Easy")
|
| 211 |
st.markdown("""
|
| 212 |
- **Description**: Developed deep learning system for squat form analysis and error detection
|