Spaces:
Running
Running
title: README | |
emoji: 🔥 | |
colorFrom: indigo | |
colorTo: pink | |
sdk: static | |
pinned: false | |
<style> | |
.hero-banner { | |
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |
color: white; | |
padding: 2rem; | |
border-radius: 20px; | |
text-align: center; | |
margin:auto; | |
margin-bottom: 2rem; | |
} | |
.stats-grid { | |
display: grid; | |
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); | |
gap: 1rem; | |
} | |
.stat-card { | |
background: rgba(255,255,255,0.1); | |
border: 1px solid rgba(255,255,255,0.2); | |
border-radius: 10px; | |
padding: 1.5rem; | |
text-align: center; | |
} | |
.stat-card h2 { | |
margin: 0; | |
font-size: 2.5rem; | |
font-weight: bold; | |
} | |
.info-grid { | |
display: grid; | |
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); | |
gap: 1.5rem; | |
margin: 2rem 0; | |
} | |
.info-card { | |
border-radius: 12px; | |
padding: 1.5rem; | |
box-shadow: 0 2px 8px rgba(0,0,0,0.08); | |
} | |
.info-card h3 { | |
margin-top: 0; | |
color: #667eea; | |
} | |
.schedule-table { | |
width: 100%; | |
border-collapse: collapse; | |
} | |
.schedule-table th { | |
background: #667eea; | |
color: white; | |
padding: 1rem; | |
text-align: left; | |
} | |
.schedule-table td { | |
padding: 0.8rem 1rem; | |
border-bottom: 1px solid #f0f0f0; | |
} | |
.schedule-table tr:last-child td { | |
border-bottom: none; | |
} | |
.prize-grid { | |
display: grid; | |
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); | |
gap: 1rem; | |
margin: 2rem 0; | |
} | |
.prize-card { | |
background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%); | |
border-radius: 12px; | |
padding: 1.5rem; | |
text-align: center; | |
position: relative; | |
overflow: hidden; | |
} | |
.prize-card.gold { | |
background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%); | |
color: #333; | |
} | |
.prize-card.silver { | |
background: linear-gradient(135deg, #C0C0C0 0%, #808080 100%); | |
color: white; | |
} | |
.prize-card.bronze { | |
background: linear-gradient(135deg, #CD7F32 0%, #8B4513 100%); | |
color: white; | |
} | |
.prize-card h3 { | |
margin-top: 0; | |
font-size: 1.5rem; | |
} | |
.credits-table { | |
display: grid; | |
grid-template-columns: 1fr 1fr; | |
gap: 1rem; | |
margin: 1rem 0; | |
} | |
.credit-box { | |
border: 2px solid #667eea; | |
border-radius: 10px; | |
padding: 1rem; | |
text-align: center; | |
} | |
.highlight-box { | |
border: 2px solid #ffc107; | |
border-radius: 10px; | |
padding: 1rem; | |
margin: 1rem 0; | |
} | |
.button-link { | |
display: inline-block; | |
background: #667eea; | |
color: white; | |
padding: 0.8rem 2rem; | |
border-radius: 25px; | |
text-decoration: none; | |
font-weight: bold; | |
transition: transform 0.2s; | |
} | |
.button-link:hover { | |
transform: translateY(-2px); | |
} | |
.compact-info { | |
display: flex; | |
gap: 2rem; | |
flex-wrap: wrap; | |
justify-content: center; | |
margin: 1rem 0; | |
} | |
.compact-info-item { | |
text-align: center; | |
} | |
</style> | |
<div class="hero-banner"> | |
<h1 style="font-size: 3rem; margin: 0;">🔥 Agents Hack 🔥</h1> | |
<h2 style="font-size: 1.5rem; margin: 0.5rem 0; font-weight: normal;">Hugging Face × Anthropic × Unaite</h2> | |
<div class="stats-grid"> | |
<div class="stat-card"> | |
<h2>100</h2> | |
<p style="margin: 0;">Hackers</p> | |
</div> | |
<div class="stat-card"> | |
<h2>8</h2> | |
<p style="margin: 0;">Hours</p> | |
</div> | |
<div class="stat-card"> | |
<h2>10k+</h2> | |
<p style="margin: 0;">Prizes</p> | |
</div> | |
</div> | |
</div> | |
<div class="compact-info"> | |
<div class="compact-info-item"> | |
<strong>📆 Date</strong><br> | |
Sunday, June 15th | |
</div> | |
<div class="compact-info-item"> | |
<strong>📍 Location</strong><br> | |
<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> | |
</div> | |
<div class="compact-info-item"> | |
<strong>Participants</strong><br> | |
100 cracked hackers | |
</div> | |
</div> | |
<p align="center"> | |
<a href="https://discord.gg/mJyWAzjz" class="button-link">🚀 Join Discord Server</a> | |
</p> | |
## 🏃♂️ Quick Info | |
<div class="info-grid"> | |
<div class="info-card"> | |
<h3>💳 Credits & Resources</h3> | |
<div class="credits-table"> | |
<div class="credit-box"> | |
<strong>Anthropic</strong><br> | |
$50 credits | |
</div> | |
<div class="credit-box"> | |
<strong>Hugging Face</strong><br> | |
Training/testing credits | |
</div> | |
</div> | |
</div> | |
<div class="info-card"> | |
<h3>📢 Discord Channels</h3> | |
<ul style="margin: 0;"> | |
<li><strong>#announcements</strong> - Official updates</li> | |
<li><strong>#intros</strong> - Introduce yourself</li> | |
<li><strong>#teamsearch</strong> - Find teammates</li> | |
</ul> | |
</div> | |
</div> | |
## 📅 Schedule | |
<table class="schedule-table"> | |
<thead> | |
<tr> | |
<th>Time</th> | |
<th>Activity</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td><strong>9:00 AM</strong></td> | |
<td>Team registration & welcome</td> | |
</tr> | |
<tr> | |
<td><strong>10:00 AM</strong></td> | |
<td>Opening Remarks</td> | |
</tr> | |
<tr> | |
<td><strong>10:30 AM</strong></td> | |
<td>🚀 <strong>Dev starts</strong></td> | |
</tr> | |
<tr> | |
<td><strong>1:00 PM</strong></td> | |
<td>🍝 Lunch</td> | |
</tr> | |
<tr> | |
<td><strong>1:30 PM</strong></td> | |
<td>🏋️♂️ Building continues</td> | |
</tr> | |
<tr> | |
<td><strong>4:00 PM</strong></td> | |
<td>🍪 Snacks</td> | |
</tr> | |
<tr> | |
<td><strong>4:30 PM</strong></td> | |
<td>🏋️♂️ Final sprint</td> | |
</tr> | |
<tr> | |
<td><strong>6:30 PM</strong></td> | |
<td>⏹️ <strong>Dev stops</strong> - Submit projects to <a href='https://drive.google.com/drive/folders/1IxoGst0Q53PpwnQ2A2HJseFP64hstczt?usp=sharing'>this drive</a></td> | |
</tr> | |
<tr> | |
<td><strong>7:30 PM</strong></td> | |
<td>🎤 Finalist demos</td> | |
</tr> | |
<tr> | |
<td><strong>8:15 PM</strong></td> | |
<td>🏆 Closing ceremony</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
## 🏆 Prizes | |
<div class="prize-grid"> | |
<div class="prize-card gold"> | |
<h3>🥇 1st Place</h3> | |
<p><strong>€2,000</strong></p> | |
<p>+ $2,500 Anthropic credits<br> | |
+ $1,500 HF credits</p> | |
</div> | |
<div class="prize-card silver"> | |
<h3>🥈 2nd Place</h3> | |
<p><strong>€1,000</strong></p> | |
<p>+ $1,500 Anthropic credits<br> | |
+ $1,000 HF credits</p> | |
</div> | |
<div class="prize-card bronze"> | |
<h3>🥉 3rd Place</h3> | |
<p><strong>€500</strong></p> | |
<p>+ $1,000 Anthropic credits<br> | |
+ $500 HF credits</p> | |
</div> | |
</div> | |
## 📤 Submission Process | |
<div class="highlight-box"> | |
<h4 style="margin-top: 0;">🎯 Round 1 - Pre-selection (6:30 PM)</h4> | |
<p>Make a folder for your team in <a href='https://drive.google.com/drive/folders/1IxoGst0Q53PpwnQ2A2HJseFP64hstczt?usp=sharing'>this drive</a> and submit:</p> | |
<ul style="margin-bottom: 0;"> | |
<li><strong>Any code/models/datasets needed to reproduce your submission</strong> (this can also be links to github, links to Hub, etc: whatever lets us quickly access your submission).</li> | |
<li>A <strong>2-minute video</strong> presenting your project & pitch</li> | |
</ul> | |
</div> | |
<div class="highlight-box"> | |
<h4 style="margin-top: 0;">🎯 Round 2 - Final Jury (7:00 PM)</h4> | |
<p style="margin-bottom: 0;">Top 5 finalists prepare a <strong>5-minute live demo</strong> to present to everyone</p> | |
</div> | |
## 🧠 Support Team | |
<div class="info-grid"> | |
<div class="info-card"> | |
<h3>👨🏫 Mentors</h3> | |
<p>Experts from Hugging Face, Anthropic, Twin, and other startups will be available throughout the event - both in-person and on Discord!</p> | |
<p>- <a href="https://www.linkedin.com/in/a-roucher/">Aymeric Roucher, Agents Lead @ Hugging Face</a></p> | |
<p>- <a href="https://www.linkedin.com/in/akseljoonas/">Aksel Joonas Reddi, Building Agents @ Hugging Face</a></p> | |
<p>- <a href="https://www.linkedin.com/in/yoandicosmo/">Yoan Di Cosmo, Investor @ Pareto Holdings</a></p> | |
<p>- <a href="https://www.linkedin.com/in/svbogdanov/">Sergei Bogdanov, Researcher Engineer @ Twin</a></p> | |
<p>- <a href="https://www.linkedin.com/in/seantstrong/">Sean Strong, Startups @ Anthropic</a></p> | |
<p>- <a href="https://www.linkedin.com/in/greg-feingold-3a890a91/">Greg Feingold, Community Programs @ Anthropic</a></p> | |
<p>- <a href="https://www.linkedin.com/in/benoitdubief/">Benoît Dubief, EMEA Startups @ Anthropic</a></p> | |
</div> | |
<div class="info-card"> | |
<h3>⚖️ Jury</h3> | |
<p>- <a href="https://www.linkedin.com/in/a-roucher/">Aymeric Roucher, Agents Lead @ Hugging Face</a></p> | |
<p>- <a href="https://www.linkedin.com/in/akseljoonas/">Aksel Joonas Reddi, Building Agents @ Hugging Face</a></p> | |
<p>- <a href="https://www.linkedin.com/in/svbogdanov/">Sergei Bogdanov, Researcher Engineer @ Twin</a></p> | |
<p>- <a href="https://www.linkedin.com/in/seantstrong/">Sean Strong, Startups @ Anthropic</a></p> | |
<p>- <a href="https://www.linkedin.com/in/greg-feingold-3a890a91/">Greg Feingold, Community Programs @ Anthropic</a></p> | |
<p>- <a href="https://www.linkedin.com/in/benoitdubief/">Benoît Dubief, EMEA Startups @ Anthropic</a></p> | |
<p>- <a href="https://www.linkedin.com/in/rafaelfql/">Rafael Quintanilla, VP @ Accel</a></p> | |
<p>- <a href="https://www.linkedin.com/in/jbenjamin-cambier/">Ben Cambier, Partner @ Pareto Holdings</a></p> | |
<p>- <a href="https://www.linkedin.com/in/julesboustouller/">Jules Boustouller, Principal @ Pareto Holdings</a></p> | |
</div> | |
</div> | |
## 📣 Share Your Participation | |
<div class="info-card"> | |
<p>This Hackathon is highly selective, and <strong>you are among the 100 participants who have secured a spot out of the hundreds of applications we received. This can increase your visibility on LinkedIn and make you more attractive to employers if you're seeking an internship or job. It could enhance the visibility of the event overall and consequently yours as well if (when) you win this hackathon!</p> | |
</p> | |
<p>Share your achievement on LinkedIn to boost your visibility:</p> | |
<blockquote> | |
"Excited to be one of the 100 participants in the Agents Hackathon powered by Hugging Face, Anthropic, Accel, Pareto Holdings and Unaite. We'll have 8 hours to build agents and compete for 10k+ prizes!" | |
</blockquote> | |
</div> | |
## 🤝 Organizers & Partners | |
<div class="info-grid"> | |
<div class="info-card"> | |
<h3>Organizers</h3> | |
<ul style="margin: 0;"> | |
<li>Unaite team</li> | |
<li>Aymeric Roucher (Hugging Face)</li> | |
<li>Greg Feingold (Anthropic)</li> | |
<li>Accel team</li> | |
<li>Pareto team</li> | |
</ul> | |
</div> | |
<div class="info-card"> | |
<h3>Contact</h3> | |
<p style="margin: 0;">📧 <a href="mailto:yoan.dicosmo@gmail.com">yoan.dicosmo@gmail.com</a><br> | |
💼 <a href="https://fr.linkedin.com/in/yoandicosmo">LinkedIn</a></p> | |
</div> | |
</div> | |
<img style="max-width:700px; border-radius: 12px; margin: 2rem 0;" src="https://cdn-uploads.huggingface.co/production/uploads/63d10d4e8eaa4831005e92b5/AVzEtngluX0h_iYIfUyhU.jpeg"> | |
<p><i>This page was hand-vibe-coded with Claude Opus 4</i></p> |