Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def display_projects():
|
|
92 |
|
93 |
# Add content to each tab
|
94 |
with tabs[0]:
|
95 |
-
st.
|
96 |
st.markdown("""
|
97 |
- **Description**: Developed AI platform combining LLaMA-3 70B and Deepseek R1 with low-temperature settings for stable, tailored resume and CV generation
|
98 |
- **Key Features**:
|
@@ -109,7 +109,7 @@ def display_projects():
|
|
109 |
""")
|
110 |
|
111 |
with tabs[1]:
|
112 |
-
st.
|
113 |
st.markdown("""
|
114 |
- **Description**: Built an AI-powered job search assistant using dual-LLaMA architecture for comprehensive job matching and analysis
|
115 |
- **Key Features**:
|
@@ -125,7 +125,7 @@ def display_projects():
|
|
125 |
""")
|
126 |
|
127 |
with tabs[2]:
|
128 |
-
st.
|
129 |
st.markdown("""
|
130 |
- **Description**: Created an AI-driven resume analysis and enhancement tool using LLaMA 3.3 model
|
131 |
- **Key Features**:
|
@@ -142,7 +142,7 @@ def display_projects():
|
|
142 |
""")
|
143 |
|
144 |
with tabs[3]:
|
145 |
-
st.
|
146 |
st.markdown("""
|
147 |
- **Description**: Engineered comprehensive job aggregation platform for data roles with advanced analytics
|
148 |
- **Technical Achievements**:
|
@@ -159,7 +159,7 @@ def display_projects():
|
|
159 |
""")
|
160 |
|
161 |
with tabs[4]:
|
162 |
-
st.
|
163 |
st.markdown("""
|
164 |
- **Description**: Advanced payment routing optimization system for Bitcoin Lightning Network
|
165 |
- **Technical Achievements**:
|
@@ -174,7 +174,7 @@ def display_projects():
|
|
174 |
""")
|
175 |
|
176 |
with tabs[5]:
|
177 |
-
st.
|
178 |
st.markdown("""
|
179 |
- **Description**: Developed satellite imagery analysis system for infrastructure change detection
|
180 |
- **Technical Achievements**:
|
@@ -191,7 +191,7 @@ def display_projects():
|
|
191 |
""")
|
192 |
|
193 |
with tabs[6]:
|
194 |
-
st.
|
195 |
st.markdown("""
|
196 |
- **Description**: Created comprehensive stock market analysis system with multilingual capabilities
|
197 |
- **Technical Achievements**:
|
@@ -207,7 +207,7 @@ def display_projects():
|
|
207 |
""")
|
208 |
|
209 |
with tabs[7]:
|
210 |
-
st.
|
211 |
st.markdown("""
|
212 |
- **Description**: Engineered comprehensive Twitter analytics platform using GCP services
|
213 |
- **Technical Achievements**:
|
@@ -223,7 +223,7 @@ def display_projects():
|
|
223 |
""")
|
224 |
|
225 |
with tabs[8]:
|
226 |
-
st.
|
227 |
st.markdown("""
|
228 |
- **Description**: Built hybrid recommendation system combining multiple filtering approaches
|
229 |
- **Technical Achievements**:
|
@@ -239,7 +239,7 @@ def display_projects():
|
|
239 |
""")
|
240 |
|
241 |
with tabs[9]:
|
242 |
-
st.
|
243 |
st.markdown("""
|
244 |
- **Description**: Developed real-time American Sign Language translation system
|
245 |
- **Technical Achievements**:
|
@@ -256,7 +256,7 @@ def display_projects():
|
|
256 |
""")
|
257 |
|
258 |
with tabs[10]:
|
259 |
-
st.
|
260 |
st.markdown("""
|
261 |
- **Description**: Developed deep learning system for squat form analysis and error detection
|
262 |
- **Technical Achievements**:
|
@@ -289,7 +289,7 @@ def display_skills():
|
|
289 |
|
290 |
# Programming & Core Technologies
|
291 |
with tabs[0]:
|
292 |
-
st.
|
293 |
st.markdown("""
|
294 |
- **Programming Languages**:
|
295 |
• Python (Advanced)
|
@@ -310,7 +310,7 @@ def display_skills():
|
|
310 |
|
311 |
# AI & Machine Learning
|
312 |
with tabs[1]:
|
313 |
-
st.
|
314 |
st.markdown("""
|
315 |
- **Machine Learning Frameworks**:
|
316 |
• PyTorch
|
@@ -339,7 +339,7 @@ def display_skills():
|
|
339 |
|
340 |
# Data Engineering & Cloud
|
341 |
with tabs[2]:
|
342 |
-
st.
|
343 |
st.markdown("""
|
344 |
- **Cloud Platforms**:
|
345 |
• AWS (Certified)
|
@@ -366,7 +366,7 @@ def display_skills():
|
|
366 |
|
367 |
# Data Architecture & Analytics
|
368 |
with tabs[3]:
|
369 |
-
st.
|
370 |
st.markdown("""
|
371 |
- **Data Modeling**:
|
372 |
• OLAP/OLTP Systems
|
@@ -394,7 +394,7 @@ def display_skills():
|
|
394 |
|
395 |
# Visualization & Deployment
|
396 |
with tabs[4]:
|
397 |
-
st.
|
398 |
st.markdown("""
|
399 |
- **Business Intelligence**:
|
400 |
• Tableau
|
@@ -423,7 +423,7 @@ def display_skills():
|
|
423 |
|
424 |
# Specialized Systems
|
425 |
with tabs[5]:
|
426 |
-
st.
|
427 |
st.markdown("""
|
428 |
- **Recommender Systems**:
|
429 |
• Hybrid Filtering Techniques
|
|
|
92 |
|
93 |
# Add content to each tab
|
94 |
with tabs[0]:
|
95 |
+
st.subheader("LLM-powered Resume & CV Crafter")
|
96 |
st.markdown("""
|
97 |
- **Description**: Developed AI platform combining LLaMA-3 70B and Deepseek R1 with low-temperature settings for stable, tailored resume and CV generation
|
98 |
- **Key Features**:
|
|
|
109 |
""")
|
110 |
|
111 |
with tabs[1]:
|
112 |
+
st.subheader("Multi-Agent Job Search System")
|
113 |
st.markdown("""
|
114 |
- **Description**: Built an AI-powered job search assistant using dual-LLaMA architecture for comprehensive job matching and analysis
|
115 |
- **Key Features**:
|
|
|
125 |
""")
|
126 |
|
127 |
with tabs[2]:
|
128 |
+
st.subheader("Resume Easz")
|
129 |
st.markdown("""
|
130 |
- **Description**: Created an AI-driven resume analysis and enhancement tool using LLaMA 3.3 model
|
131 |
- **Key Features**:
|
|
|
142 |
""")
|
143 |
|
144 |
with tabs[3]:
|
145 |
+
st.subheader("Job Easz")
|
146 |
st.markdown("""
|
147 |
- **Description**: Engineered comprehensive job aggregation platform for data roles with advanced analytics
|
148 |
- **Technical Achievements**:
|
|
|
159 |
""")
|
160 |
|
161 |
with tabs[4]:
|
162 |
+
st.subheader("Bitcoin Lightning Path Optimization")
|
163 |
st.markdown("""
|
164 |
- **Description**: Advanced payment routing optimization system for Bitcoin Lightning Network
|
165 |
- **Technical Achievements**:
|
|
|
174 |
""")
|
175 |
|
176 |
with tabs[5]:
|
177 |
+
st.subheader("National Infrastructure Monitoring")
|
178 |
st.markdown("""
|
179 |
- **Description**: Developed satellite imagery analysis system for infrastructure change detection
|
180 |
- **Technical Achievements**:
|
|
|
191 |
""")
|
192 |
|
193 |
with tabs[6]:
|
194 |
+
st.subheader("Stock Market Analysis with OpenAI Integration")
|
195 |
st.markdown("""
|
196 |
- **Description**: Created comprehensive stock market analysis system with multilingual capabilities
|
197 |
- **Technical Achievements**:
|
|
|
207 |
""")
|
208 |
|
209 |
with tabs[7]:
|
210 |
+
st.subheader("Twitter Trend Analysis")
|
211 |
st.markdown("""
|
212 |
- **Description**: Engineered comprehensive Twitter analytics platform using GCP services
|
213 |
- **Technical Achievements**:
|
|
|
223 |
""")
|
224 |
|
225 |
with tabs[8]:
|
226 |
+
st.subheader("Restaurant Recommendation System")
|
227 |
st.markdown("""
|
228 |
- **Description**: Built hybrid recommendation system combining multiple filtering approaches
|
229 |
- **Technical Achievements**:
|
|
|
239 |
""")
|
240 |
|
241 |
with tabs[9]:
|
242 |
+
st.subheader("ASL Translator")
|
243 |
st.markdown("""
|
244 |
- **Description**: Developed real-time American Sign Language translation system
|
245 |
- **Technical Achievements**:
|
|
|
256 |
""")
|
257 |
|
258 |
with tabs[10]:
|
259 |
+
st.subheader("Squat Easy")
|
260 |
st.markdown("""
|
261 |
- **Description**: Developed deep learning system for squat form analysis and error detection
|
262 |
- **Technical Achievements**:
|
|
|
289 |
|
290 |
# Programming & Core Technologies
|
291 |
with tabs[0]:
|
292 |
+
st.subheader("Programming & Core Technologies")
|
293 |
st.markdown("""
|
294 |
- **Programming Languages**:
|
295 |
• Python (Advanced)
|
|
|
310 |
|
311 |
# AI & Machine Learning
|
312 |
with tabs[1]:
|
313 |
+
st.subheader("AI & Machine Learning")
|
314 |
st.markdown("""
|
315 |
- **Machine Learning Frameworks**:
|
316 |
• PyTorch
|
|
|
339 |
|
340 |
# Data Engineering & Cloud
|
341 |
with tabs[2]:
|
342 |
+
st.subheader("Data Engineering & Cloud")
|
343 |
st.markdown("""
|
344 |
- **Cloud Platforms**:
|
345 |
• AWS (Certified)
|
|
|
366 |
|
367 |
# Data Architecture & Analytics
|
368 |
with tabs[3]:
|
369 |
+
st.subheader("Data Architecture & Analytics")
|
370 |
st.markdown("""
|
371 |
- **Data Modeling**:
|
372 |
• OLAP/OLTP Systems
|
|
|
394 |
|
395 |
# Visualization & Deployment
|
396 |
with tabs[4]:
|
397 |
+
st.subheader("Visualization & Tools")
|
398 |
st.markdown("""
|
399 |
- **Business Intelligence**:
|
400 |
• Tableau
|
|
|
423 |
|
424 |
# Specialized Systems
|
425 |
with tabs[5]:
|
426 |
+
st.subheader("Specialized Systems")
|
427 |
st.markdown("""
|
428 |
- **Recommender Systems**:
|
429 |
• Hybrid Filtering Techniques
|