m-ric commited on
Commit
ea10a81
·
verified ·
1 Parent(s): 7a8b713

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +144 -330
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: README
3
  emoji: 🔥
4
  colorFrom: indigo
5
  colorTo: pink
@@ -8,349 +8,163 @@ pinned: false
8
  ---
9
 
10
  <style>
11
- .hero-banner {
12
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
13
- color: white;
14
- padding: 3rem 2rem;
15
- border-radius: 20px;
16
- text-align: center;
17
- margin-bottom: 2rem;
18
- }
19
- .stats-grid {
20
- display: grid;
21
- grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
22
- gap: 1rem;
23
- margin: 2rem 0;
24
- }
25
- .stat-card {
26
- background: rgba(255,255,255,0.1);
27
- border: 1px solid rgba(255,255,255,0.2);
28
- border-radius: 10px;
29
- padding: 1.5rem;
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="hero-banner">
152
- <h1 style="font-size: 3rem; margin: 0;">🔥 Agents Hack 🔥</h1>
153
- <h2 style="font-size: 1.5rem; margin: 0.5rem 0; font-weight: normal;">Hugging Face × Anthropic × Unaite</h2>
154
- <div class="stats-grid">
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
- <img style="max-width:100%; border-radius: 12px; margin: 2rem 0;" src="https://cdn-uploads.huggingface.co/production/uploads/63d10d4e8eaa4831005e92b5/AVzEtngluX0h_iYIfUyhU.jpeg">
 
190
 
191
- ## 🏃‍♂️ Quick Info
192
-
193
- <div class="info-grid">
194
- <div class="info-card">
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
- <div class="info-card">
208
- <h3>📢 Discord Channels</h3>
209
- <ul style="margin: 0;">
210
- <li><strong>#announcements</strong> - Official updates</li>
211
- <li><strong>#intros</strong> - Introduce yourself</li>
212
- <li><strong>#teamsearch</strong> - Find teammates</li>
213
- </ul>
214
  </div>
 
215
  </div>
216
 
217
- ## 📅 Schedule
 
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
- <td><strong>9:00 AM</strong></td>
230
- <td>Team registration & welcome</td>
231
- </tr>
232
- <tr>
233
- <td><strong>10:00 AM</strong></td>
234
- <td>Opening Remarks</td>
235
- </tr>
236
- <tr>
237
- <td><strong>10:30 AM</strong></td>
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
- <div class="prize-grid">
275
- <div class="prize-card gold">
276
- <h3>🥇 1st Place</h3>
277
- <p><strong>€2,000</strong></p>
278
- <p>+ $2,500 Anthropic credits<br>
279
- + $1,500 HF credits</p>
280
- </div>
281
- <div class="prize-card silver">
282
- <h3>🥈 2nd Place</h3>
283
- <p><strong>€1,000</strong></p>
284
- <p>+ $1,500 Anthropic credits<br>
285
- + $1,000 HF credits</p>
286
- </div>
287
- <div class="prize-card bronze">
288
- <h3>🥉 3rd Place</h3>
289
- <p><strong>€500</strong></p>
290
- <p>+ $1,000 Anthropic credits<br>
291
- + $500 HF credits</p>
292
- </div>
293
- </div>
294
-
295
- ## 📤 Submission Process
296
-
297
- <div class="highlight-box">
298
- <h4 style="margin-top: 0;">🎯 Round 1 - Pre-selection (6:30 PM)</h4>
299
- <p>Submit to HF organization:</p>
300
- <ul style="margin-bottom: 0;">
301
- <li>Your <strong>dataset</strong></li>
302
- <li>A <strong>2-minute video</strong> presenting your project & pitch</li>
303
- </ul>
304
- </div>
305
-
306
- <div class="highlight-box">
307
- <h4 style="margin-top: 0;">🎯 Round 2 - Final Jury (7:00 PM)</h4>
308
- <p style="margin-bottom: 0;">Top 5 finalists prepare a <strong>5-minute live demo</strong> to present to everyone</p>
309
- </div>
310
-
311
- ## 🧠 Support Team
312
-
313
- <div class="info-grid">
314
- <div class="info-card">
315
- <h3>👨‍🏫 Mentors</h3>
316
- <p>Experts from Hugging Face, Anthropic, Twin, and other startups will be available throughout the event - both in-person and on Discord!</p>
317
- </div>
318
- <div class="info-card">
319
- <h3>⚖️ Jury</h3>
320
- <p>To be announced soon - stay tuned!</p>
321
- </div>
322
- </div>
323
-
324
- ## 📣 Share Your Participation
325
-
326
- <div class="info-card" style="background: #e8f4fd;">
327
- <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>
328
- </p>
329
- <p>Share your achievement on LinkedIn to boost your visibility:</p>
330
- <blockquote style="background: white; padding: 1rem; border-radius: 8px; margin: 1rem 0;">
331
- "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!"
332
- </blockquote>
333
- <p align="center">
334
- <img src="Agents%20Hackathon%20-%20Hugging%20Face%20x%20Anthropic%20x%20Unai%2020df547b2c88806d9c50e80daddd532e/Carre.jpg" style="max-width: 300px; border-radius: 8px;">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 &amp; 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 &amp; 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&nbsp;Creds</th><th>HF&nbsp;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 &nbsp;/&nbsp; 🎖️ 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 &amp; 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 &amp; 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>