Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -154,6 +154,24 @@ def display_projects():
|
|
154 |
- **Technologies Used**: Satellite Imagery Analysis, Change ViT Model, Google Earth Engine (GEE), Python Map Libraries
|
155 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/Data298)
|
156 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
|
158 |
|
159 |
def display_skills():
|
|
|
154 |
- **Technologies Used**: Satellite Imagery Analysis, Change ViT Model, Google Earth Engine (GEE), Python Map Libraries
|
155 |
- **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/Data298)
|
156 |
""")
|
157 |
+
with tabs[8]:
|
158 |
+
st.header("JobEasz: Data Job Search Platform")
|
159 |
+
st.markdown("""
|
160 |
+
- **Description**: Developed a comprehensive job aggregation platform for data-related roles, leveraging advanced data engineering techniques to streamline the job search process. The platform unifies listings from major job sites, provides daily updates, and offers real-time market trend visualizations.
|
161 |
+
- **Technologies Used**: Python for Web Scraping, PyArrow & Pandas for Data Processing, Hugging Face Datasets for Storage, Streamlit for Frontend, Plotly for Visualization
|
162 |
+
- **Key Features**:
|
163 |
+
• Daily updates with ~3000 jobs across various data roles in the US
|
164 |
+
• Custom filtering by role and location
|
165 |
+
• Direct application links to original postings
|
166 |
+
• Automated ETL pipeline for data extraction and processing
|
167 |
+
• Cloud-based storage for scalability and performance
|
168 |
+
- **Data Engineering Highlights**:
|
169 |
+
• Efficient data parsing and processing using PyArrow
|
170 |
+
• Scalable data storage and retrieval with Hugging Face Datasets
|
171 |
+
• Real-time data transformation and interactive visualizations
|
172 |
+
- **Skills**: Web Scraping, Python, Streamlit, Hugging Face, ETL, Data Cleaning, Dashboard Building
|
173 |
+
- **Reference**: [Link to Project](#https://huggingface.co/spaces/Niharmahesh/job_easz)
|
174 |
+
""")
|
175 |
|
176 |
|
177 |
def display_skills():
|