Spaces:
Running
Running
Commit
·
bb3d482
1
Parent(s):
9024623
Update index.html
Browse files- index.html +44 -1
index.html
CHANGED
@@ -70,7 +70,50 @@
|
|
70 |
</div>
|
71 |
|
72 |
<!-- Project 2 -->
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
</div>
|
76 |
</body>
|
|
|
70 |
</div>
|
71 |
|
72 |
<!-- Project 2 -->
|
73 |
+
<div class="project">
|
74 |
+
<img class="thumbnail" src="portfolio_projects/thumbnail/wiseai.jpg" alt="WiseAI Thumbnail">
|
75 |
+
<div class="project-info">
|
76 |
+
<h2 class="project-title">WiseAI</h2>
|
77 |
+
<a class="project-link" href="https://colab.research.google.com/github/vitaliy-sharandin/data_science_projects/blob/master/portfolio/nlp/fine-tuned-llm/wiseai.ipynb" target="_blank">Open in Colab</a>
|
78 |
+
<a class="project-link" href="https://huggingface.co/spaces/vitaliy-sharandin/WiseAI" target="_blank">View in Spaces</a>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
+
|
82 |
+
<!-- Project 3 -->
|
83 |
+
<div class="project">
|
84 |
+
<img class="thumbnail" src="portfolio_projects/thumbnail/energy_demand.jpg" alt="Energy Demand Thumbnail">
|
85 |
+
<div class="project-info">
|
86 |
+
<h2 class="project-title">Energy Demand Based on Weather</h2>
|
87 |
+
<a class="project-link" href="https://colab.research.google.com/github/vitaliy-sharandin/data_science_projects/blob/master/portfolio/regression/Energy_demand_based_on_weather.ipynb" target="_blank">Open in Colab</a>
|
88 |
+
</div>
|
89 |
+
</div>
|
90 |
+
|
91 |
+
<!-- Project 4 -->
|
92 |
+
<div class="project">
|
93 |
+
<img class="thumbnail" src="portfolio_projects/thumbnail/ai_risks.jpg" alt="AI Risks Analysis Thumbnail">
|
94 |
+
<div class="project-info">
|
95 |
+
<h2 class="project-title">AI Risks Analysis (EDA)</h2>
|
96 |
+
<a class="project-link" href="https://colab.research.google.com/github/vitaliy-sharandin/data_science_projects/blob/master/portfolio/eda/AI_risks_EDA.ipynb" target="_blank">Open in Colab</a>
|
97 |
+
</div>
|
98 |
+
</div>
|
99 |
+
|
100 |
+
<!-- Project 5 -->
|
101 |
+
<div class="project">
|
102 |
+
<img class="thumbnail" src="portfolio_projects/thumbnail/pollution_temp_krakow.jpg" alt="Global Pollution Thumbnail">
|
103 |
+
<div class="project-info">
|
104 |
+
<h2 class="project-title">Global Pollution and Temperature Phenomena Influence on Krakow</h2>
|
105 |
+
<a class="project-link" href="https://colab.research.google.com/github/vitaliy-sharandin/data_science_projects/blob/master/portfolio/eda/Global_pollution_and_temperature_phenomena_influence_on_Krakow.ipynb" target="_blank">Open in Colab</a>
|
106 |
+
</div>
|
107 |
+
</div>
|
108 |
+
|
109 |
+
<!-- Project 6 -->
|
110 |
+
<div class="project">
|
111 |
+
<img class="thumbnail" src="portfolio_projects/thumbnail/fraud_detection.jpg" alt="Fraud Detection Thumbnail">
|
112 |
+
<div class="project-info">
|
113 |
+
<h2 class="project-title">Fraud Detection</h2>
|
114 |
+
<a class="project-link" href="https://colab.research.google.com/github/vitaliy-sharandin/data_science_projects/blob/master/portfolio/classification/Fraud_detection.ipynb" target="_blank">Open in Colab</a>
|
115 |
+
</div>
|
116 |
+
</div>
|
117 |
|
118 |
</div>
|
119 |
</body>
|