Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,9 +69,6 @@ def display_work_experience():
|
|
| 69 |
- Find my work on [Medium](https://medium.com/@nihar-palem) and [Substack](https://niharpalem.substack.com/publish/posts).
|
| 70 |
""")
|
| 71 |
|
| 72 |
-
|
| 73 |
-
import streamlit as st
|
| 74 |
-
|
| 75 |
def display_projects():
|
| 76 |
st.title('My Projects')
|
| 77 |
|
|
@@ -276,18 +273,102 @@ def display_projects():
|
|
| 276 |
""")
|
| 277 |
def display_skills():
|
| 278 |
st.markdown('## Skills')
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
| 283 |
-
- **
|
| 284 |
-
- **
|
| 285 |
-
-
|
| 286 |
-
-
|
| 287 |
-
-
|
| 288 |
-
- **Version Control**: Git, GitHub
|
| 289 |
-
- **
|
| 290 |
-
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 291 |
def display_apps():
|
| 292 |
st.markdown('## Apps')
|
| 293 |
st.markdown("""
|
|
|
|
| 69 |
- Find my work on [Medium](https://medium.com/@nihar-palem) and [Substack](https://niharpalem.substack.com/publish/posts).
|
| 70 |
""")
|
| 71 |
|
|
|
|
|
|
|
|
|
|
| 72 |
def display_projects():
|
| 73 |
st.title('My Projects')
|
| 74 |
|
|
|
|
| 273 |
""")
|
| 274 |
def display_skills():
|
| 275 |
st.markdown('## Skills')
|
| 276 |
+
|
| 277 |
+
# Programming & Core Technologies
|
| 278 |
+
st.markdown("### 💻 Programming & Core Technologies")
|
| 279 |
+
st.markdown("""
|
| 280 |
+
- **Programming Languages**: Python (Advanced), SQL (Advanced)
|
| 281 |
+
- **Database Systems**:
|
| 282 |
+
- Relational: MySQL, PostgreSQL
|
| 283 |
+
- NoSQL: MongoDB
|
| 284 |
+
- Data Warehouses: Snowflake, Redshift
|
| 285 |
+
- **Version Control**: Git, GitHub
|
| 286 |
+
- **Development Tools**: Docker, Microsoft Office Suite (Excel, Word, PowerPoint)
|
| 287 |
+
""")
|
| 288 |
+
|
| 289 |
+
# AI & Machine Learning
|
| 290 |
+
st.markdown("### 🤖 AI & Machine Learning")
|
| 291 |
+
st.markdown("""
|
| 292 |
+
- **Machine Learning Frameworks**:
|
| 293 |
+
- PyTorch, TensorFlow, Scikit-Learn
|
| 294 |
+
- XGBoost, Random Forest, AdaBoost
|
| 295 |
+
- **Deep Learning**:
|
| 296 |
+
- Vision Transformers, ResNet Architectures
|
| 297 |
+
- Neural Networks, BiLSTM
|
| 298 |
+
- **LLM & NLP**:
|
| 299 |
+
- LLaMA-3 (70B/8B), GPT-3.5
|
| 300 |
+
- Sentence Transformers
|
| 301 |
+
- Advanced Prompt Engineering
|
| 302 |
+
- Multi-agent Architectures
|
| 303 |
+
- **Computer Vision**:
|
| 304 |
+
- MediaPipe
|
| 305 |
+
- Image Processing
|
| 306 |
+
""")
|
| 307 |
+
|
| 308 |
+
# Data Engineering & Cloud
|
| 309 |
+
st.markdown("### ☁️ Data Engineering & Cloud")
|
| 310 |
+
st.markdown("""
|
| 311 |
+
- **Cloud Platforms**:
|
| 312 |
+
- AWS (Certified)
|
| 313 |
+
- Google Cloud Platform (GCP)
|
| 314 |
+
- **Big Data Technologies**:
|
| 315 |
+
- Apache Spark (PySpark)
|
| 316 |
+
- Apache Airflow
|
| 317 |
+
- BigQuery
|
| 318 |
+
- **Data Pipeline Tools**:
|
| 319 |
+
- ETL/ELT Pipeline Design
|
| 320 |
+
- Workflow Orchestration
|
| 321 |
+
- Concurrent Processing
|
| 322 |
+
""")
|
| 323 |
+
|
| 324 |
+
# Data Architecture & Analytics
|
| 325 |
+
st.markdown("### 📊 Data Architecture & Analytics")
|
| 326 |
+
st.markdown("""
|
| 327 |
+
- **Data Modeling**:
|
| 328 |
+
- OLAP/OLTP Systems
|
| 329 |
+
- Star/Snowflake Schema
|
| 330 |
+
- Data Normalization
|
| 331 |
+
- **Analytics Techniques**:
|
| 332 |
+
- Streaming Analytics
|
| 333 |
+
- Batch Processing
|
| 334 |
+
- Time Series Analysis
|
| 335 |
+
- **Data Processing**:
|
| 336 |
+
- Pandas, NumPy
|
| 337 |
+
- Data Wrangling
|
| 338 |
+
- Feature Engineering
|
| 339 |
+
""")
|
| 340 |
+
|
| 341 |
+
# Visualization & Deployment
|
| 342 |
+
st.markdown("### 📈 Visualization & Deployment")
|
| 343 |
+
st.markdown("""
|
| 344 |
+
- **Visualization Tools**:
|
| 345 |
+
- Tableau
|
| 346 |
+
- Power BI
|
| 347 |
+
- Plotly, Seaborn, Matplotlib
|
| 348 |
+
- **Deployment & Interface**:
|
| 349 |
+
- Streamlit
|
| 350 |
+
- Flask
|
| 351 |
+
- Web Application Development
|
| 352 |
+
- **Collaboration Tools**:
|
| 353 |
+
- JIRA
|
| 354 |
+
- Notion
|
| 355 |
+
- Project Management Tools
|
| 356 |
+
""")
|
| 357 |
+
|
| 358 |
+
# Specialized Systems
|
| 359 |
+
st.markdown("### 🔧 Specialized Systems")
|
| 360 |
+
st.markdown("""
|
| 361 |
+
- **Recommender Systems**:
|
| 362 |
+
- Hybrid Filtering (TF-IDF + Collaborative)
|
| 363 |
+
- Matrix Factorization (SVD)
|
| 364 |
+
- **Ensemble Methods**:
|
| 365 |
+
- Multi-model Consensus Systems
|
| 366 |
+
- Classifier Combinations
|
| 367 |
+
- **Performance Optimization**:
|
| 368 |
+
- CUDA Acceleration
|
| 369 |
+
- Parallel Processing
|
| 370 |
+
- Resource Management
|
| 371 |
+
""")
|
| 372 |
def display_apps():
|
| 373 |
st.markdown('## Apps')
|
| 374 |
st.markdown("""
|