Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: pink
|
|
@@ -8,349 +8,163 @@ pinned: false
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<style>
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
}
|
| 19 |
-
.
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
.
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
text-align: center;
|
| 31 |
-
}
|
| 32 |
-
.stat-card h2 {
|
| 33 |
-
margin: 0;
|
| 34 |
-
font-size: 2.5rem;
|
| 35 |
-
font-weight: bold;
|
| 36 |
-
}
|
| 37 |
-
.info-grid {
|
| 38 |
-
display: grid;
|
| 39 |
-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
| 40 |
-
gap: 1.5rem;
|
| 41 |
-
margin: 2rem 0;
|
| 42 |
-
}
|
| 43 |
-
.info-card {
|
| 44 |
-
background: #f8f9fa;
|
| 45 |
-
border-radius: 12px;
|
| 46 |
-
padding: 1.5rem;
|
| 47 |
-
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
|
| 48 |
-
}
|
| 49 |
-
.info-card h3 {
|
| 50 |
-
margin-top: 0;
|
| 51 |
-
color: #667eea;
|
| 52 |
-
}
|
| 53 |
-
.schedule-table {
|
| 54 |
-
background: white;
|
| 55 |
-
border-radius: 12px;
|
| 56 |
-
overflow: hidden;
|
| 57 |
-
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
|
| 58 |
-
}
|
| 59 |
-
.schedule-table table {
|
| 60 |
-
width: 100%;
|
| 61 |
-
border-collapse: collapse;
|
| 62 |
-
}
|
| 63 |
-
.schedule-table th {
|
| 64 |
-
background: #667eea;
|
| 65 |
-
color: white;
|
| 66 |
-
padding: 1rem;
|
| 67 |
-
text-align: left;
|
| 68 |
-
}
|
| 69 |
-
.schedule-table td {
|
| 70 |
-
padding: 0.8rem 1rem;
|
| 71 |
-
border-bottom: 1px solid #f0f0f0;
|
| 72 |
-
}
|
| 73 |
-
.schedule-table tr:last-child td {
|
| 74 |
-
border-bottom: none;
|
| 75 |
-
}
|
| 76 |
-
.prize-grid {
|
| 77 |
-
display: grid;
|
| 78 |
-
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
| 79 |
-
gap: 1rem;
|
| 80 |
-
margin: 2rem 0;
|
| 81 |
-
}
|
| 82 |
-
.prize-card {
|
| 83 |
-
background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
|
| 84 |
-
border-radius: 12px;
|
| 85 |
-
padding: 1.5rem;
|
| 86 |
-
text-align: center;
|
| 87 |
-
position: relative;
|
| 88 |
-
overflow: hidden;
|
| 89 |
-
}
|
| 90 |
-
.prize-card.gold {
|
| 91 |
-
background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
|
| 92 |
-
color: #333;
|
| 93 |
-
}
|
| 94 |
-
.prize-card.silver {
|
| 95 |
-
background: linear-gradient(135deg, #C0C0C0 0%, #808080 100%);
|
| 96 |
-
color: white;
|
| 97 |
-
}
|
| 98 |
-
.prize-card.bronze {
|
| 99 |
-
background: linear-gradient(135deg, #CD7F32 0%, #8B4513 100%);
|
| 100 |
-
color: white;
|
| 101 |
-
}
|
| 102 |
-
.prize-card h3 {
|
| 103 |
-
margin-top: 0;
|
| 104 |
-
font-size: 1.5rem;
|
| 105 |
-
}
|
| 106 |
-
.credits-table {
|
| 107 |
-
display: grid;
|
| 108 |
-
grid-template-columns: 1fr 1fr;
|
| 109 |
-
gap: 1rem;
|
| 110 |
-
margin: 1rem 0;
|
| 111 |
-
}
|
| 112 |
-
.credit-box {
|
| 113 |
-
background: #f0f8ff;
|
| 114 |
-
border: 2px solid #667eea;
|
| 115 |
-
border-radius: 10px;
|
| 116 |
-
padding: 1rem;
|
| 117 |
-
text-align: center;
|
| 118 |
-
}
|
| 119 |
-
.highlight-box {
|
| 120 |
-
background: #fff3cd;
|
| 121 |
-
border: 2px solid #ffc107;
|
| 122 |
-
border-radius: 10px;
|
| 123 |
-
padding: 1rem;
|
| 124 |
-
margin: 1rem 0;
|
| 125 |
-
}
|
| 126 |
-
.button-link {
|
| 127 |
-
display: inline-block;
|
| 128 |
-
background: #667eea;
|
| 129 |
-
color: white;
|
| 130 |
-
padding: 0.8rem 2rem;
|
| 131 |
-
border-radius: 25px;
|
| 132 |
-
text-decoration: none;
|
| 133 |
-
font-weight: bold;
|
| 134 |
-
transition: transform 0.2s;
|
| 135 |
-
}
|
| 136 |
-
.button-link:hover {
|
| 137 |
-
transform: translateY(-2px);
|
| 138 |
-
}
|
| 139 |
-
.compact-info {
|
| 140 |
-
display: flex;
|
| 141 |
-
gap: 2rem;
|
| 142 |
-
flex-wrap: wrap;
|
| 143 |
-
justify-content: center;
|
| 144 |
-
margin: 1rem 0;
|
| 145 |
-
}
|
| 146 |
-
.compact-info-item {
|
| 147 |
-
text-align: center;
|
| 148 |
-
}
|
| 149 |
</style>
|
| 150 |
|
| 151 |
-
<div class="
|
| 152 |
-
<
|
| 153 |
-
<
|
| 154 |
-
<div class="
|
| 155 |
-
<div class="stat-card">
|
| 156 |
-
<h2>100</h2>
|
| 157 |
-
<p style="margin: 0;">Hackers</p>
|
| 158 |
</div>
|
| 159 |
-
<div class="stat-card">
|
| 160 |
-
<h2>8</h2>
|
| 161 |
-
<p style="margin: 0;">Hours</p>
|
| 162 |
-
</div>
|
| 163 |
-
<div class="stat-card">
|
| 164 |
-
<h2>10k+</h2>
|
| 165 |
-
<p style="margin: 0;">Prizes</p>
|
| 166 |
-
</div>
|
| 167 |
-
</div>
|
| 168 |
-
</div>
|
| 169 |
-
|
| 170 |
-
<div class="compact-info">
|
| 171 |
-
<div class="compact-info-item">
|
| 172 |
-
<strong>📆 Date</strong><br>
|
| 173 |
-
Sunday, June 15th
|
| 174 |
-
</div>
|
| 175 |
-
<div class="compact-info-item">
|
| 176 |
-
<strong>📍 Location</strong><br>
|
| 177 |
-
<a href="https://www.google.com/maps/place//data=!4m2!3m1!1s0x47e66fa66a7bb6a3:0xfd1e3a49d6150bc4?sa=X&ved=1t:8290&ictx=111">Hugging Face Paris HQ</a>
|
| 178 |
-
</div>
|
| 179 |
-
<div class="compact-info-item">
|
| 180 |
-
<strong>Participants</strong><br>
|
| 181 |
-
100 cracked hackers
|
| 182 |
-
</div>
|
| 183 |
-
</div>
|
| 184 |
-
|
| 185 |
-
<p align="center">
|
| 186 |
-
<a href="https://discord.gg/mJyWAzjz" class="button-link">🚀 Join Discord Server</a>
|
| 187 |
-
</p>
|
| 188 |
|
| 189 |
-
<
|
|
|
|
| 190 |
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
<
|
| 195 |
-
<h3>💳 Credits & Resources</h3>
|
| 196 |
-
<div class="credits-table">
|
| 197 |
-
<div class="credit-box">
|
| 198 |
-
<strong>Anthropic</strong><br>
|
| 199 |
-
$50 credits
|
| 200 |
-
</div>
|
| 201 |
-
<div class="credit-box">
|
| 202 |
-
<strong>Hugging Face</strong><br>
|
| 203 |
-
Training/testing credits
|
| 204 |
-
</div>
|
| 205 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 206 |
</div>
|
| 207 |
-
|
| 208 |
-
<
|
| 209 |
-
<
|
| 210 |
-
<
|
| 211 |
-
<
|
| 212 |
-
<li><strong>#teamsearch</strong> - Find teammates</li>
|
| 213 |
-
</ul>
|
| 214 |
</div>
|
|
|
|
| 215 |
</div>
|
| 216 |
|
| 217 |
-
|
|
|
|
| 218 |
|
| 219 |
-
<div class="schedule-table">
|
| 220 |
<table>
|
| 221 |
-
<thead>
|
| 222 |
-
<tr>
|
| 223 |
-
<th>Time</th>
|
| 224 |
-
<th>Activity</th>
|
| 225 |
-
</tr>
|
| 226 |
-
</thead>
|
| 227 |
<tbody>
|
| 228 |
-
<tr>
|
| 229 |
-
<
|
| 230 |
-
<td>
|
| 231 |
-
</tr>
|
| 232 |
-
<tr>
|
| 233 |
-
<
|
| 234 |
-
<td>
|
| 235 |
-
</tr>
|
| 236 |
-
<tr>
|
| 237 |
-
<
|
| 238 |
-
<td>🚀 <strong>Dev starts</strong></td>
|
| 239 |
-
</tr>
|
| 240 |
-
<tr>
|
| 241 |
-
<td><strong>1:00 PM</strong></td>
|
| 242 |
-
<td>🍝 Lunch</td>
|
| 243 |
-
</tr>
|
| 244 |
-
<tr>
|
| 245 |
-
<td><strong>1:30 PM</strong></td>
|
| 246 |
-
<td>🏋️♂️ Building continues</td>
|
| 247 |
-
</tr>
|
| 248 |
-
<tr>
|
| 249 |
-
<td><strong>4:00 PM</strong></td>
|
| 250 |
-
<td>🍪 Snacks</td>
|
| 251 |
-
</tr>
|
| 252 |
-
<tr>
|
| 253 |
-
<td><strong>4:30 PM</strong></td>
|
| 254 |
-
<td>🏋️♂️ Final sprint</td>
|
| 255 |
-
</tr>
|
| 256 |
-
<tr>
|
| 257 |
-
<td><strong>6:30 PM</strong></td>
|
| 258 |
-
<td>⏹️ <strong>Dev stops</strong> - Submit projects</td>
|
| 259 |
-
</tr>
|
| 260 |
-
<tr>
|
| 261 |
-
<td><strong>7:30 PM</strong></td>
|
| 262 |
-
<td>🎤 Finalist demos</td>
|
| 263 |
-
</tr>
|
| 264 |
-
<tr>
|
| 265 |
-
<td><strong>8:15 PM</strong></td>
|
| 266 |
-
<td>🏆 Closing ceremony</td>
|
| 267 |
-
</tr>
|
| 268 |
</tbody>
|
| 269 |
</table>
|
| 270 |
-
</div>
|
| 271 |
-
|
| 272 |
-
## 🏆 Prizes
|
| 273 |
|
| 274 |
-
<
|
| 275 |
-
<div class="
|
| 276 |
-
<
|
| 277 |
-
<
|
| 278 |
-
<
|
| 279 |
-
|
| 280 |
-
<
|
| 281 |
-
<
|
| 282 |
-
|
| 283 |
-
<
|
| 284 |
-
<
|
| 285 |
-
|
| 286 |
-
</
|
| 287 |
-
|
| 288 |
-
<
|
| 289 |
-
<
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
<
|
| 293 |
-
</
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
<
|
| 298 |
-
<
|
| 299 |
-
|
| 300 |
-
<ul
|
| 301 |
-
<
|
| 302 |
-
<
|
| 303 |
-
</
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
<
|
| 307 |
-
<
|
| 308 |
-
<
|
| 309 |
-
<
|
| 310 |
-
|
| 311 |
-
|
| 312 |
-
|
| 313 |
-
<
|
| 314 |
-
<
|
| 315 |
-
<
|
| 316 |
-
<
|
| 317 |
-
</div>
|
| 318 |
-
<
|
| 319 |
-
|
| 320 |
-
<
|
| 321 |
-
<
|
| 322 |
-
</
|
| 323 |
-
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
<div
|
| 327 |
-
<
|
| 328 |
-
|
| 329 |
-
<
|
| 330 |
-
<
|
| 331 |
-
|
| 332 |
-
<
|
| 333 |
-
<
|
| 334 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 335 |
</p>
|
| 336 |
-
</div>
|
| 337 |
-
|
| 338 |
-
## 🤝 Organizers & Partners
|
| 339 |
-
|
| 340 |
-
<div class="info-grid">
|
| 341 |
-
<div class="info-card">
|
| 342 |
-
<h3>Organizers</h3>
|
| 343 |
-
<ul style="margin: 0;">
|
| 344 |
-
<li>Unaite team</li>
|
| 345 |
-
<li>Aymeric Roucher (Hugging Face)</li>
|
| 346 |
-
<li>Greg Feingold (Anthropic)</li>
|
| 347 |
-
<li>Accel team</li>
|
| 348 |
-
<li>Jules Boustouller (Pareto)</li>
|
| 349 |
-
</ul>
|
| 350 |
-
</div>
|
| 351 |
-
<div class="info-card">
|
| 352 |
-
<h3>Contact</h3>
|
| 353 |
-
<p style="margin: 0;">📧 <a href="mailto:yoan.dicosmo@gmail.com">yoan.dicosmo@gmail.com</a><br>
|
| 354 |
-
💼 <a href="https://fr.linkedin.com/in/yoandicosmo">LinkedIn</a></p>
|
| 355 |
-
</div>
|
| 356 |
-
</div>
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Agents Hack
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: pink
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<style>
|
| 11 |
+
/* ---------- Global look & feel ---------- */
|
| 12 |
+
body{font-family:system-ui,sans-serif;line-height:1.45;margin:0 auto;max-width:1000px;padding:0 1rem;}
|
| 13 |
+
a{color:#5661ff;text-decoration:none;} a:hover{text-decoration:underline;}
|
| 14 |
+
h1,h2{margin:.4em 0 .2em;} h1{font-size:2rem;}
|
| 15 |
+
img.banner{max-width:100%;border-radius:8px;}
|
| 16 |
+
/* ---------- Cards & grids ---------- */
|
| 17 |
+
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1rem 0;}
|
| 18 |
+
.card{background:#faf9ff;border:1px solid #ece9ff;border-radius:8px;padding:1rem;text-align:center;}
|
| 19 |
+
.badge{display:inline-block;background:#e7e4ff;border-radius:4px;padding:.15rem .5rem;font-size:.8rem;margin-top:.25rem;}
|
| 20 |
+
/* ---------- Tables ---------- */
|
| 21 |
+
table{width:100%;border-collapse:collapse;margin:.5rem 0;}
|
| 22 |
+
th,td{padding:.45rem .6rem;border-bottom:1px solid #e5e5e5;text-align:left;}
|
| 23 |
+
th{background:#f7f7ff;font-weight:600;}
|
| 24 |
+
/* ---------- Collapsible sections ---------- */
|
| 25 |
+
details{margin:.6rem 0;border:1px solid #ece9ff;border-radius:6px;}
|
| 26 |
+
summary{cursor:pointer;padding:.6rem 1rem;font-weight:600;list-style:none;}
|
| 27 |
+
details>div{padding:0 1rem 1rem;}
|
| 28 |
+
/* ---------- Utility ---------- */
|
| 29 |
+
.center{text-align:center;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
</style>
|
| 31 |
|
| 32 |
+
<div class="center">
|
| 33 |
+
<img class="banner" src="https://cdn-uploads.huggingface.co/production/uploads/63d10d4e8eaa4831005e92b5/AVzEtngluX0h_iYIfUyhU.jpeg" alt="Agents Hack banner">
|
| 34 |
+
<h1>Agents Hack — Hugging Face × Anthropic × Unaite</h1>
|
| 35 |
+
<div class="badge">100 hackers • 8 hours • €10 k+ prizes</div>
|
|
|
|
|
|
|
|
|
|
| 36 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
+
<!-- ========= QUICK FACTS ========= -->
|
| 39 |
+
<div class="grid-3">
|
| 40 |
|
| 41 |
+
<div class="card">
|
| 42 |
+
<strong>📆 When</strong><br>
|
| 43 |
+
Sunday <b>June 15</b><br>
|
| 44 |
+
<small>(all day)</small>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
</div>
|
| 46 |
+
|
| 47 |
+
<div class="card">
|
| 48 |
+
<strong>📍 Where</strong><br>
|
| 49 |
+
<a href="https://www.google.com/maps/place//data=!4m2!3m1!1s0x47e66fa66a7bb6a3:0xfd1e3a49d6150bc4?sa=X&ved=1t:8290&ictx=111" target="_blank">
|
| 50 |
+
Hugging Face Paris HQ
|
| 51 |
+
</a>
|
| 52 |
</div>
|
| 53 |
+
|
| 54 |
+
<div class="card">
|
| 55 |
+
<strong>👾 Discord</strong><br>
|
| 56 |
+
Opens <b>Tuesday June 10</b><br>
|
| 57 |
+
<a href="https://discord.gg/mJyWAzjz">Join here →</a>
|
|
|
|
|
|
|
| 58 |
</div>
|
| 59 |
+
|
| 60 |
</div>
|
| 61 |
|
| 62 |
+
<!-- ========= SCHEDULE ========= -->
|
| 63 |
+
<h2>🗓️ On‑site Schedule (Sunday June 15)</h2>
|
| 64 |
|
|
|
|
| 65 |
<table>
|
| 66 |
+
<thead><tr><th style="width:110px;">Time</th><th>Activity</th></tr></thead>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
<tbody>
|
| 68 |
+
<tr><td>09:00</td><td>Team registration & welcome</td></tr>
|
| 69 |
+
<tr><td>10:00</td><td>Opening remarks</td></tr>
|
| 70 |
+
<tr><td>10:30</td><td><b>Dev starts</b></td></tr>
|
| 71 |
+
<tr><td>13:00</td><td>🍝 Lunch</td></tr>
|
| 72 |
+
<tr><td>13:30</td><td>🏋️♂️ Building</td></tr>
|
| 73 |
+
<tr><td>16:00</td><td>🍪 Snacks</td></tr>
|
| 74 |
+
<tr><td>16:30</td><td>🏋️♂️ Building</td></tr>
|
| 75 |
+
<tr><td>18:30</td><td><b>Dev stops</b></td></tr>
|
| 76 |
+
<tr><td>19:30</td><td>Finalist demos</td></tr>
|
| 77 |
+
<tr><td>20:15</td><td>🏆 Closing ceremony</td></tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
</tbody>
|
| 79 |
</table>
|
|
|
|
|
|
|
|
|
|
| 80 |
|
| 81 |
+
<!-- ========= CREDITS ========= -->
|
| 82 |
+
<div class="grid-3">
|
| 83 |
+
<div class="card">
|
| 84 |
+
<strong>💳 Anthropic Credits</strong><br>
|
| 85 |
+
<b>$50</b> per participant
|
| 86 |
+
</div>
|
| 87 |
+
<div class="card">
|
| 88 |
+
<strong>🤗 HF Compute</strong><br>
|
| 89 |
+
Training / inference credits on Sunday
|
| 90 |
+
</div>
|
| 91 |
+
<div class="card">
|
| 92 |
+
<strong>🛠️ Tech Challenge</strong><br>
|
| 93 |
+
“Build an <b>agent</b>”<br>
|
| 94 |
+
Details drop during the week
|
| 95 |
+
</div>
|
| 96 |
+
</div>
|
| 97 |
+
|
| 98 |
+
<!-- ========= SUBMISSIONS & FINALS ========= -->
|
| 99 |
+
<details>
|
| 100 |
+
<summary>🕹️ Final Submissions & Jury Process</summary>
|
| 101 |
+
<div>
|
| 102 |
+
<ul>
|
| 103 |
+
<li><b>Round 1</b> — 18:30<br>
|
| 104 |
+
👉 Publish a dataset <em>and</em> a 2‑minute demo video inside the Hackathon org.</li>
|
| 105 |
+
<li><b>Round 2</b> — 19:00<br>
|
| 106 |
+
Top 5 teams get 30 min to prep a 5‑min live demo.</li>
|
| 107 |
+
</ul>
|
| 108 |
+
<p>The jury (TBA) selects winners right after the demos.</p>
|
| 109 |
+
</div>
|
| 110 |
+
</details>
|
| 111 |
+
|
| 112 |
+
<!-- ========= PRIZES ========= -->
|
| 113 |
+
<details>
|
| 114 |
+
<summary>🏆 Prizes (total €10 k+)</summary>
|
| 115 |
+
<div>
|
| 116 |
+
<table>
|
| 117 |
+
<thead><tr><th>Rank</th><th>Cash</th><th>Anthropic Creds</th><th>HF Creds</th></tr></thead>
|
| 118 |
+
<tbody>
|
| 119 |
+
<tr><td>🥇 1st</td><td>€2 000</td><td>$2 500</td><td>$1 500</td></tr>
|
| 120 |
+
<tr><td>🥈 2nd</td><td>€1 000</td><td>$1 500</td><td>$1 000</td></tr>
|
| 121 |
+
<tr><td>🥉 3rd</td><td>€ 500</td><td>$1 000</td><td>$ 500</td></tr>
|
| 122 |
+
</tbody>
|
| 123 |
+
</table>
|
| 124 |
+
</div>
|
| 125 |
+
</details>
|
| 126 |
+
|
| 127 |
+
<!-- ========= MENTORS & JURY ========= -->
|
| 128 |
+
<details>
|
| 129 |
+
<summary>🧠 Mentors / 🎖️ Jury</summary>
|
| 130 |
+
<div>
|
| 131 |
+
<p>Mentors from Hugging Face, Anthropic, Twin and more will roam the floor and answer Discord questions all day.<br>
|
| 132 |
+
The full mentor + jury list will be revealed soon!</p>
|
| 133 |
+
</div>
|
| 134 |
+
</details>
|
| 135 |
+
|
| 136 |
+
<!-- ========= DISCORD & SHARING ========= -->
|
| 137 |
+
<h2>📣 Join & Share</h2>
|
| 138 |
+
|
| 139 |
+
<div class="grid-3">
|
| 140 |
+
<div class="card">
|
| 141 |
+
<strong>Discord</strong><br>
|
| 142 |
+
<a href="https://discord.gg/mJyWAzjz">jump into the server →</a><br>
|
| 143 |
+
<small>#announcements · #intros · #teamsearch</small>
|
| 144 |
+
</div>
|
| 145 |
+
<div class="card">
|
| 146 |
+
<strong>Tell the world!</strong><br>
|
| 147 |
+
Post on LinkedIn:<br>
|
| 148 |
+
<em>“Excited to be one of only 100 hackers selected for Agents Hack (Hugging Face × Anthropic × Unaite)…”</em>
|
| 149 |
+
</div>
|
| 150 |
+
<div class="card">
|
| 151 |
+
<img src="Carre.jpg" alt="Shareable visual" style="max-width:100%;border-radius:6px;">
|
| 152 |
+
<small>Add this visual to your post</small>
|
| 153 |
+
</div>
|
| 154 |
+
</div>
|
| 155 |
+
|
| 156 |
+
<!-- ========= ORGANISERS & PARTNERS ========= -->
|
| 157 |
+
<h2>🦾 Organisers & Partners</h2>
|
| 158 |
+
<div class="grid-3">
|
| 159 |
+
<div class="card"><b>Unaite</b></div>
|
| 160 |
+
<div class="card">Aymeric Roucher<br><small>(Hugging Face)</small></div>
|
| 161 |
+
<div class="card">Greg Feingold<br><small>(Anthropic)</small></div>
|
| 162 |
+
<div class="card">Accel</div>
|
| 163 |
+
<div class="card">Jules Boustouller<br><small>(Pareto)</small></div>
|
| 164 |
+
</div>
|
| 165 |
+
|
| 166 |
+
<!-- ========= CONTACT ========= -->
|
| 167 |
+
<p class="center" style="margin-top:2rem;">
|
| 168 |
+
Questions? → <a href="mailto:yoan.dicosmo@gmail.com">yoan.dicosmo@gmail.com</a> ·
|
| 169 |
+
<a href="https://fr.linkedin.com/in/yoandicosmo">LinkedIn</a>
|
| 170 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|