Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -274,34 +274,14 @@ def display_projects():
|
|
274 |
def display_skills():
|
275 |
st.title('Skills')
|
276 |
|
277 |
-
# Custom CSS to ensure even spacing
|
278 |
-
st.markdown("""
|
279 |
-
<style>
|
280 |
-
.stTabs [data-baseweb="tab-list"] {
|
281 |
-
gap: 2px;
|
282 |
-
}
|
283 |
-
.stTabs [data-baseweb="tab"] {
|
284 |
-
height: 50px;
|
285 |
-
white-space: pre-wrap;
|
286 |
-
background-color: #FFFFFF;
|
287 |
-
border-radius: 4px;
|
288 |
-
color: #000000;
|
289 |
-
padding: 10px 20px;
|
290 |
-
}
|
291 |
-
.stTabs [aria-selected="true"] {
|
292 |
-
background-color: #F0F2F6;
|
293 |
-
}
|
294 |
-
</style>
|
295 |
-
""", unsafe_allow_html=True)
|
296 |
-
|
297 |
# Define tab titles
|
298 |
tab_titles = [
|
299 |
-
"Programming
|
300 |
"AI & ML",
|
301 |
-
"Data
|
302 |
-
"Data
|
303 |
-
"Visualization
|
304 |
-
"Specialized
|
305 |
]
|
306 |
|
307 |
# Create tabs
|
@@ -310,215 +290,167 @@ def display_skills():
|
|
310 |
# Programming & Core Technologies
|
311 |
with tabs[0]:
|
312 |
st.header("Programming & Core Technologies")
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
#### Databases
|
324 |
-
- **Systems**:
|
325 |
-
• MySQL, PostgreSQL
|
326 |
-
• MongoDB
|
327 |
-
• Snowflake, Redshift
|
328 |
-
""")
|
329 |
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
• VS Code, PyCharm
|
337 |
-
|
338 |
-
#### General
|
339 |
-
- **Productivity**:
|
340 |
-
• Office Suite
|
341 |
-
• Project Management
|
342 |
-
• Documentation
|
343 |
-
""")
|
344 |
|
345 |
# AI & Machine Learning
|
346 |
with tabs[1]:
|
347 |
st.header("AI & Machine Learning")
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
• Vision Transformers
|
361 |
-
• ResNet
|
362 |
-
• Neural Networks
|
363 |
-
• BiLSTM
|
364 |
-
""")
|
365 |
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
• OpenCV
|
379 |
-
• Image Processing
|
380 |
-
""")
|
381 |
|
382 |
-
# Data Engineering
|
383 |
with tabs[2]:
|
384 |
-
st.header("Data Engineering")
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
- **Platforms**:
|
391 |
-
• AWS (Certified)
|
392 |
-
• GCP
|
393 |
-
• Cloud Architecture
|
394 |
-
|
395 |
-
#### Big Data
|
396 |
-
- **Technologies**:
|
397 |
-
• Apache Spark
|
398 |
-
• Apache Airflow
|
399 |
-
• BigQuery
|
400 |
-
• Hadoop
|
401 |
-
""")
|
402 |
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
|
|
|
|
|
|
417 |
|
418 |
-
# Data Architecture
|
419 |
with tabs[3]:
|
420 |
-
st.header("Data Architecture")
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
• Streaming Analytics
|
434 |
-
• Batch Processing
|
435 |
-
• Time Series Analysis
|
436 |
-
""")
|
437 |
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
• Indexing Strategies
|
450 |
-
• Caching Systems
|
451 |
-
""")
|
452 |
|
453 |
-
# Visualization
|
454 |
with tabs[4]:
|
455 |
st.header("Visualization & Tools")
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
|
|
|
|
472 |
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
• Web Development
|
480 |
-
|
481 |
-
#### Collaboration
|
482 |
-
- **Tools**:
|
483 |
-
• JIRA
|
484 |
-
• Notion
|
485 |
-
• Git Workflow
|
486 |
-
""")
|
487 |
|
488 |
# Specialized Systems
|
489 |
with tabs[5]:
|
490 |
st.header("Specialized Systems")
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
• Multi-model Consensus
|
504 |
-
• Classifier Combinations
|
505 |
-
• Voting Systems
|
506 |
-
""")
|
507 |
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
def display_apps():
|
523 |
st.markdown('## Apps')
|
524 |
st.markdown("""
|
|
|
274 |
def display_skills():
|
275 |
st.title('Skills')
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
# Define tab titles
|
278 |
tab_titles = [
|
279 |
+
"Programming & Core",
|
280 |
"AI & ML",
|
281 |
+
"Data Engineering",
|
282 |
+
"Data Architecture",
|
283 |
+
"Visualization",
|
284 |
+
"Specialized Systems"
|
285 |
]
|
286 |
|
287 |
# Create tabs
|
|
|
290 |
# Programming & Core Technologies
|
291 |
with tabs[0]:
|
292 |
st.header("Programming & Core Technologies")
|
293 |
+
st.markdown("""
|
294 |
+
- **Programming Languages**:
|
295 |
+
• Python (Advanced)
|
296 |
+
• SQL (Advanced)
|
297 |
+
• Shell Scripting
|
298 |
+
|
299 |
+
- **Database Systems**:
|
300 |
+
• Relational: MySQL, PostgreSQL
|
301 |
+
• NoSQL: MongoDB
|
302 |
+
• Data Warehouses: Snowflake, Redshift
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
|
304 |
+
- **Development Tools**:
|
305 |
+
• Version Control: Git, GitHub
|
306 |
+
• Containerization: Docker
|
307 |
+
• IDE: VS Code, PyCharm
|
308 |
+
• Microsoft Office Suite
|
309 |
+
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
|
311 |
# AI & Machine Learning
|
312 |
with tabs[1]:
|
313 |
st.header("AI & Machine Learning")
|
314 |
+
st.markdown("""
|
315 |
+
- **Machine Learning Frameworks**:
|
316 |
+
• PyTorch
|
317 |
+
• TensorFlow
|
318 |
+
• Scikit-Learn
|
319 |
+
• XGBoost, Random Forest, AdaBoost
|
320 |
+
|
321 |
+
- **Deep Learning**:
|
322 |
+
• Vision Transformers
|
323 |
+
• ResNet Architectures
|
324 |
+
• Neural Networks
|
325 |
+
• BiLSTM
|
|
|
|
|
|
|
|
|
|
|
326 |
|
327 |
+
- **LLM & NLP**:
|
328 |
+
• LLaMA-3 (70B/8B)
|
329 |
+
• GPT-3.5
|
330 |
+
• Sentence Transformers
|
331 |
+
• Advanced Prompt Engineering
|
332 |
+
• Multi-agent Architectures
|
333 |
+
|
334 |
+
- **Computer Vision**:
|
335 |
+
• MediaPipe
|
336 |
+
• OpenCV
|
337 |
+
• Image Processing Pipelines
|
338 |
+
""")
|
|
|
|
|
|
|
339 |
|
340 |
+
# Data Engineering & Cloud
|
341 |
with tabs[2]:
|
342 |
+
st.header("Data Engineering & Cloud")
|
343 |
+
st.markdown("""
|
344 |
+
- **Cloud Platforms**:
|
345 |
+
• AWS (Certified)
|
346 |
+
• Google Cloud Platform (GCP)
|
347 |
+
• Cloud Architecture Design
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
|
349 |
+
- **Big Data Technologies**:
|
350 |
+
• Apache Spark (PySpark)
|
351 |
+
• Apache Airflow
|
352 |
+
• BigQuery
|
353 |
+
• Hadoop Ecosystem
|
354 |
+
|
355 |
+
- **Data Pipeline Tools**:
|
356 |
+
• ETL/ELT Pipeline Design
|
357 |
+
• Workflow Orchestration
|
358 |
+
• Concurrent Processing
|
359 |
+
• Real-time Data Streaming
|
360 |
+
|
361 |
+
- **Infrastructure**:
|
362 |
+
• CI/CD Pipelines
|
363 |
+
• Infrastructure as Code
|
364 |
+
• Kubernetes Basics
|
365 |
+
""")
|
366 |
|
367 |
+
# Data Architecture & Analytics
|
368 |
with tabs[3]:
|
369 |
+
st.header("Data Architecture & Analytics")
|
370 |
+
st.markdown("""
|
371 |
+
- **Data Modeling**:
|
372 |
+
• OLAP/OLTP Systems
|
373 |
+
• Star/Snowflake Schema
|
374 |
+
• Data Normalization
|
375 |
+
• Database Optimization
|
376 |
+
|
377 |
+
- **Analytics Techniques**:
|
378 |
+
• Streaming Analytics
|
379 |
+
• Batch Processing
|
380 |
+
• Time Series Analysis
|
381 |
+
• Statistical Analysis
|
|
|
|
|
|
|
|
|
382 |
|
383 |
+
- **Data Processing**:
|
384 |
+
• Pandas, NumPy
|
385 |
+
• Data Wrangling
|
386 |
+
• Feature Engineering
|
387 |
+
• Data Quality Assurance
|
388 |
+
|
389 |
+
- **Performance Optimization**:
|
390 |
+
• Query Optimization
|
391 |
+
• Indexing Strategies
|
392 |
+
• Caching Mechanisms
|
393 |
+
""")
|
|
|
|
|
|
|
394 |
|
395 |
+
# Visualization & Deployment
|
396 |
with tabs[4]:
|
397 |
st.header("Visualization & Tools")
|
398 |
+
st.markdown("""
|
399 |
+
- **Business Intelligence**:
|
400 |
+
• Tableau
|
401 |
+
• Power BI
|
402 |
+
• Dashboard Design
|
403 |
+
• KPI Monitoring
|
404 |
+
|
405 |
+
- **Technical Visualization**:
|
406 |
+
• Plotly
|
407 |
+
• Seaborn
|
408 |
+
• Matplotlib
|
409 |
+
• Interactive Charts
|
410 |
+
|
411 |
+
- **Deployment & Interface**:
|
412 |
+
• Streamlit
|
413 |
+
• Flask
|
414 |
+
• Web Development
|
415 |
+
• API Design
|
416 |
|
417 |
+
- **Collaboration Tools**:
|
418 |
+
• JIRA
|
419 |
+
• Notion
|
420 |
+
• Git Workflow
|
421 |
+
• Agile Methodologies
|
422 |
+
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
423 |
|
424 |
# Specialized Systems
|
425 |
with tabs[5]:
|
426 |
st.header("Specialized Systems")
|
427 |
+
st.markdown("""
|
428 |
+
- **Recommender Systems**:
|
429 |
+
• Hybrid Filtering Techniques
|
430 |
+
• Content-Based Filtering
|
431 |
+
• Collaborative Filtering
|
432 |
+
• Matrix Factorization (SVD)
|
433 |
+
|
434 |
+
- **Ensemble Methods**:
|
435 |
+
• Multi-model Consensus Systems
|
436 |
+
• Classifier Combinations
|
437 |
+
• Voting Systems
|
438 |
+
• Stacking Implementations
|
|
|
|
|
|
|
|
|
439 |
|
440 |
+
- **Performance Optimization**:
|
441 |
+
• CUDA Acceleration
|
442 |
+
• Parallel Processing
|
443 |
+
• Resource Management
|
444 |
+
• Scalability Design
|
445 |
+
|
446 |
+
- **Custom Solutions**:
|
447 |
+
• Natural Language Processing
|
448 |
+
• Computer Vision Systems
|
449 |
+
• Time Series Forecasting
|
450 |
+
• Anomaly Detection
|
451 |
+
""")
|
452 |
+
|
453 |
+
|
454 |
def display_apps():
|
455 |
st.markdown('## Apps')
|
456 |
st.markdown("""
|