fdaudens HF Staff commited on
Commit
b4ceb71
·
verified ·
1 Parent(s): 91950a2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +389 -348
index.html CHANGED
@@ -29,17 +29,25 @@
29
  });
30
  </script>
31
 
 
 
 
 
 
 
 
 
 
32
  </head>
33
  <body>
34
  <div class="container mx-auto px-4 py-8 max-w-4xl">
35
  <header class="text-center mb-12">
36
  <h1 class="text-4xl font-bold mb-4">The Essential AI Toolkit for Journalists and Content Creators</h1>
37
- <!-- <p class="text-lg text-gray-600 mb-2">
38
- Discover the best free AI tools for journalism and content creation
39
- </p> -->
40
  <p class="text-md text-gray-600 mb-2">
41
- All the tools listed here are free to use and open-source!<br/>
42
- Have a favorite tool or need help with a specific use case? <a href="https://huggingface.co/spaces/JournalistsonHF/ai-toolkit/discussions" class="text-blue-600 hover:underline" target="_blank" rel="noopener noreferrer">Share in the community tab!</a> </p>
 
 
43
  </header>
44
 
45
  <div class="relative mb-8">
@@ -56,14 +64,21 @@
56
  </div>
57
 
58
  <div class="space-y-6">
59
- <!-- Card 3: Transcribe audio -->
60
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
61
- <h2 class="text-xl font-bold mb-4">Transcribe audio or video files</h2>
62
 
63
  <div class="ml-4">
64
  <p class="text-gray-600 mb-4">
65
- Transcribe your interviews or audio files directly on your computer—privately, with speaker identification. Click on video or words to jump to the relevant clip. Supports 100 different languages.
66
  </p>
 
 
 
 
 
 
 
67
  </div>
68
 
69
  <div class="mt-4 pt-4 border-t">
@@ -85,27 +100,56 @@
85
  <line x1="10" y1="14" x2="21" y2="3"></line>
86
  </svg>
87
  </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  </div>
89
  </div>
90
  </div>
91
-
92
- <!-- Card 1: Scrape websites -->
93
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
94
- <h2 class="text-xl font-bold mb-4">Scrape websites without coding</h2>
 
95
  <div class="ml-4">
96
- Simply enter your prompt and website URL to receive a formatted result.</p><br/>
97
-
 
 
98
  <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
99
  <ul class="list-disc pl-5 space-y-2">
100
- <li class="text-gray-600">Download all press releases from a candidate</li>
101
- <li class="text-gray-600">Download a list of events</li>
 
102
  </ul>
103
  </div>
104
 
105
  <div class="mt-4 pt-4 border-t">
 
106
  <div class="flex flex-wrap gap-2">
107
- <a href="https://huggingface.co/spaces/JournalistsonHF/ai-scraper" target="_blank" rel="noopener noreferrer" class="tool-link">
108
- AI Scraper
 
 
 
 
 
 
 
 
109
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
110
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
111
  <polyline points="15 3 21 3 21 9"></polyline>
@@ -116,24 +160,53 @@
116
  </div>
117
  </div>
118
 
119
- <!-- Card 2: Analyze bias -->
120
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
121
- <h2 class="text-xl font-bold mb-4">Analyze bias in image-generation tools</h2>
122
 
123
  <div class="ml-4">
124
- Generate AI images of people in specific professions using different models.</p><br/>
 
 
 
125
  <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
126
  <ul class="list-disc pl-5 space-y-2">
127
- <li class="text-gray-600">Analyze how a candidate is represented by these tools</li>
128
- <li class="text-gray-600">Analyze how professions are represented in a specific country</li>
 
 
129
  </ul>
130
  </div>
131
 
132
  <div class="mt-4 pt-4 border-t">
133
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
134
  <div class="flex flex-wrap gap-2">
135
- <a href="https://huggingface.co/spaces/JournalistsonHF/text-to-image-bias" target="_blank" rel="noopener noreferrer" class="tool-link">
136
- Text-to-image bias
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
138
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
139
  <polyline points="15 3 21 3 21 9"></polyline>
@@ -144,48 +217,69 @@
144
  </div>
145
  </div>
146
 
147
- <!-- Card 4: Retouch images -->
148
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
149
- <h2 class="text-xl font-bold mb-4">Edit images using just your words</h2>
 
150
  <div class="ml-4">
 
 
 
 
151
  <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
152
  <ul class="list-disc pl-5 space-y-2">
153
- <li class="text-gray-600">Prepare images for video thumbnails and social media posts</li>
154
- <li class="text-gray-600">Remove distracting elements from photos</li>
155
- <li class="text-gray-600">Create visually consistent branding materials</li>
156
- <li class="text-gray-600">Enhance historical images for storytelling</li>
157
  </ul>
158
  </div>
159
 
160
  <div class="mt-4 pt-4 border-t">
161
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
162
  <div class="flex flex-wrap gap-2">
163
- <a href="https://huggingface.co/spaces/finegrain/finegrain-object-eraser" target="_blank" rel="noopener noreferrer" class="tool-link">
164
- Finegrain Object Eraser
165
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
166
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
167
  <polyline points="15 3 21 3 21 9"></polyline>
168
  <line x1="10" y1="14" x2="21" y2="3"></line>
169
  </svg>
170
  </a>
171
- <a href="https://huggingface.co/spaces/finegrain/finegrain-object-cutter" target="_blank" rel="noopener noreferrer" class="tool-link">
172
- Finegrain Object Cutter
173
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
174
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
175
  <polyline points="15 3 21 3 21 9"></polyline>
176
  <line x1="10" y1="14" x2="21" y2="3"></line>
177
  </svg>
178
  </a>
179
- <a href="https://huggingface.co/spaces/fffiloni/text-guided-image-colorization" target="_blank" rel="noopener noreferrer" class="tool-link">
180
- Image Colorization
181
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
182
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
183
  <polyline points="15 3 21 3 21 9"></polyline>
184
  <line x1="10" y1="14" x2="21" y2="3"></line>
185
  </svg>
186
  </a>
187
- <a href="https://huggingface.co/spaces/multimodalart/flux-fill-outpaint" target="_blank" rel="noopener noreferrer" class="tool-link">
188
- Flux Image Extender
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
190
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
191
  <polyline points="15 3 21 3 21 9"></polyline>
@@ -196,19 +290,70 @@
196
  </div>
197
  </div>
198
 
199
- <!-- Card 5: Generate AI Images -->
200
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
201
- <h2 class="text-xl font-bold mb-4">Generate AI Images in Various Styles</h2>
202
 
203
  <div class="ml-4">
204
- <p class="text-gray-600 mb-4">Choose from dozens of unique styles and describe the image you want to create.</p>
 
 
 
 
 
 
 
 
 
 
 
205
  </div>
206
 
207
  <div class="mt-4 pt-4 border-t">
208
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
209
  <div class="flex flex-wrap gap-2">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  <a href="https://huggingface.co/spaces/multimodalart/LoraTheExplorer" target="_blank" rel="noopener noreferrer" class="tool-link">
211
- LoRA the Explorer
 
 
 
 
 
 
 
 
212
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
213
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
214
  <polyline points="15 3 21 3 21 9"></polyline>
@@ -218,27 +363,54 @@
218
  </div>
219
  </div>
220
  </div>
221
-
222
- <!-- Card 6: Extract from images -->
223
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
224
- <h2 class="text-xl font-bold mb-4">Extract information from PDFs, images and handwritten documents</h2>
225
 
226
  <div class="ml-4">
227
- <p class="text-gray-600 mb-4">Upload a file and specify what you want to extract.</p> </div>
 
 
 
 
 
 
 
 
 
 
 
228
 
229
  <div class="mt-4 pt-4 border-t">
230
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
231
  <div class="flex flex-wrap gap-2">
232
- <a href="https://olmocr.allenai.org/" target="_blank" rel="noopener noreferrer" class="tool-link">
233
- olmOCR
 
 
 
 
 
 
 
 
234
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
235
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
236
  <polyline points="15 3 21 3 21 9"></polyline>
237
  <line x1="10" y1="14" x2="21" y2="3"></line>
238
  </svg>
239
- </a>
240
- <a href="https://huggingface.co/spaces/Qwen/Qwen2-VL" target="_blank" rel="noopener noreferrer" class="tool-link">
241
- Qwen2-VL-Max
 
 
 
 
 
 
 
 
242
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
243
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
244
  <polyline points="15 3 21 3 21 9"></polyline>
@@ -248,23 +420,38 @@
248
  </div>
249
  </div>
250
  </div>
251
-
252
- <!-- Card 7: Extract from charts -->
253
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
254
- <h2 class="text-xl font-bold mb-4">Extract information from charts</h2>
255
 
256
  <div class="ml-4">
257
- <h3 class="font-medium text-gray-700 mb-2">Example:</h3>
 
 
 
 
258
  <ul class="list-disc pl-5 space-y-2">
259
- <li class="text-gray-600">Generate a spreadsheet to conduct your own analysis.</li>
 
 
 
260
  </ul>
261
  </div>
262
 
263
  <div class="mt-4 pt-4 border-t">
264
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
265
  <div class="flex flex-wrap gap-2">
266
- <a href="https://huggingface.co/spaces/ahmed-masry/ChartGemma" target="_blank" rel="noopener noreferrer" class="tool-link">
267
- ChartGemma
 
 
 
 
 
 
 
 
268
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
269
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
270
  <polyline points="15 3 21 3 21 9"></polyline>
@@ -274,19 +461,38 @@
274
  </div>
275
  </div>
276
  </div>
277
-
278
- <!-- Card 8: Improve SEO -->
279
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
280
- <h2 class="text-xl font-bold mb-4">Optimize an article for SEO</h2>
281
 
282
  <div class="ml-4">
283
- <p class="text-gray-600 mb-4">Paste your content to receive recommendations.</p> </div>
 
 
 
 
 
 
 
 
 
 
 
284
 
285
  <div class="mt-4 pt-4 border-t">
286
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
287
  <div class="flex flex-wrap gap-2">
288
- <a href="https://huggingface.co/chat/assistant/66227594635ce17e1b021daf" target="_blank" rel="noopener noreferrer" class="tool-link">
289
- SEO Assistant
 
 
 
 
 
 
 
 
290
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
291
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
292
  <polyline points="15 3 21 3 21 9"></polyline>
@@ -296,17 +502,22 @@
296
  </div>
297
  </div>
298
  </div>
299
-
300
- <!-- Card 9: Use AI in Google Sheets -->
301
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
302
- <h2 class="text-xl font-bold mb-4">Use AI models in Google Sheets</h2>
303
 
304
  <div class="ml-4">
 
 
 
 
305
  <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
306
  <ul class="list-disc pl-5 space-y-2">
307
- <li class="text-gray-600">Classify data</li>
308
- <li class="text-gray-600">Extract information</li>
309
- <li class="text-gray-600">Clean data</li>
 
310
  </ul>
311
  </div>
312
 
@@ -321,18 +532,33 @@
321
  <line x1="10" y1="14" x2="21" y2="3"></line>
322
  </svg>
323
  </a>
 
 
 
 
 
 
 
 
324
  </div>
325
  </div>
326
  </div>
327
-
328
- <!-- Card 10: Code a web app -->
329
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
330
- <h2 class="text-xl font-bold mb-4">Code a web app</h2>
331
 
332
  <div class="ml-4">
333
- <h3 class="font-medium text-gray-700 mb-2">Example:</h3>
 
 
 
 
334
  <ul class="list-disc pl-5 space-y-2">
335
- <li class="text-gray-600">Rapidly prototype and refine ideas.</li>
 
 
 
336
  </ul>
337
  </div>
338
 
@@ -347,285 +573,100 @@
347
  <line x1="10" y1="14" x2="21" y2="3"></line>
348
  </svg>
349
  </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
350
  </div>
351
  </div>
352
  </div>
353
-
354
- <!-- Card 11: Shotlist a video -->
355
- <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
356
- <h2 class="text-xl font-bold mb-4">Shotlist a Video</h2>
357
-
358
- <div class="ml-4">
359
- <p class="text-gray-600 mb-4">Upload your video to receive a detailed shot list of every scene. Compatible with VLC Video</p>
360
-
361
- <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
362
- <ul class="list-disc pl-5 space-y-2">
363
- <li class="text-gray-600">Shotlist a press conference</li>
364
- <li class="text-gray-600">Identify the different plans of a video</li>
365
- </ul>
366
- </div>
367
-
368
- <div class="mt-4 pt-4 border-t">
369
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
370
- <div class="flex flex-wrap gap-2">
371
- <a href="https://huggingface.co/spaces/HuggingFaceTB/SmolVLM2-XSPFGenerator" target="_blank" rel="noopener noreferrer" class="tool-link">
372
- VLC Highlight Generator
373
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
374
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
375
- <polyline points="15 3 21 3 21 9"></polyline>
376
- <line x1="10" y1="14" x2="21" y2="3"></line>
377
- </svg>
378
- </a>
379
- </div>
380
- </div>
381
- </div>
382
-
383
- <!-- Card 12: Chat with documents -->
384
- <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
385
- <h2 class="text-xl font-bold mb-4">Chat with Documents</h2>
386
-
387
- <div class="ml-4">
388
- <p class="text-gray-600 mb-4">Upload your document to the chatbot window and ask questions about it to the model. Your conversations are private.</p>
389
-
390
- <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
391
- <ul class="list-disc pl-5 space-y-2">
392
- <li class="text-gray-600">Analyze lengthy research papers</li>
393
- <li class="text-gray-600">Extract key insights from reports</li>
394
- <li class="text-gray-600">Summarize technical documents</li>
395
- </ul>
396
- </div>
397
-
398
- <div class="mt-4 pt-4 border-t">
399
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
400
- <div class="flex flex-wrap gap-2">
401
- <a href="https://huggingface.co/chat/" target="_blank" rel="noopener noreferrer" class="tool-link">
402
- HuggingChat with Qwen 2.5 72B
403
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
404
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
405
- <polyline points="15 3 21 3 21 9"></polyline>
406
- <line x1="10" y1="14" x2="21" y2="3"></line>
407
- </svg>
408
- </a>
409
- </div>
410
- </div>
411
- </div>
412
-
413
- <!-- Card 13: Extract information from websites -->
414
- <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
415
- <h2 class="text-xl font-bold mb-4">Extract Information from Websites</h2>
416
-
417
- <div class="ml-4">
418
- <p class="text-gray-600 mb-4">Create a new assistant with the model of your choice and add the website in the "domains search" or "specific links" boxes, depending on your needs.</p>
419
 
420
- <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
421
- <ul class="list-disc pl-5 space-y-2">
422
- <li class="text-gray-600">Research competitor content</li>
423
- <li class="text-gray-600">Create a custom knowledge base for your niche</li>
424
- <li class="text-gray-600">Stay updated on specific topics</li>
425
- </ul>
426
- </div>
427
-
428
- <div class="mt-4 pt-4 border-t">
429
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
430
- <div class="flex flex-wrap gap-2">
431
- <a href="https://huggingface.co/chat/settings/assistants/new" target="_blank" rel="noopener noreferrer" class="tool-link">
432
- HuggingChat Assistants
433
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
434
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
435
- <polyline points="15 3 21 3 21 9"></polyline>
436
- <line x1="10" y1="14" x2="21" y2="3"></line>
437
- </svg>
438
- </a>
439
- </div>
440
- </div>
441
- </div>
442
-
443
- <!-- Card 14: Create audio from text -->
444
- <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
445
- <h2 class="text-xl font-bold mb-4">Create an Audio File from Text</h2>
446
-
447
- <div class="ml-4">
448
- <p class="text-gray-600 mb-4">A Text-to-Speech app that runs entirely in your browser, with no text size limitations. Licensed under Apache 2.0 (free for commercial use).</p><br/>
449
- <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
450
- <ul class="list-disc pl-5 space-y-2">
451
- <li class="text-gray-600">Create audio versions of articles</li>
452
- <li class="text-gray-600">Generate voiceovers for videos</li>
453
- <li class="text-gray-600">Produce accessibility content</li>
454
- </ul>
455
- </div>
456
-
457
- <div class="mt-4 pt-4 border-t">
458
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
459
- <div class="flex flex-wrap gap-2">
460
- <a href="https://huggingface.co/spaces/Xenova/kokoro-web" target="_blank" rel="noopener noreferrer" class="tool-link">
461
- Kokoro Web
462
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
463
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
464
- <polyline points="15 3 21 3 21 9"></polyline>
465
- <line x1="10" y1="14" x2="21" y2="3"></line>
466
- </svg>
467
- </a>
468
- </div>
469
- </div>
470
- </div>
471
-
472
- <!-- Card 15: Create a podcast -->
473
- <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
474
- <h2 class="text-xl font-bold mb-4">Create a Podcast from Text</h2>
475
-
476
- <div class="ml-4">
477
- <p class="text-gray-600 mb-4">Generates audio conversations <em>à la</em> NotebookLM.</p>
478
-
479
- <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
480
- <ul class="list-disc pl-5 space-y-2">
481
- <li class="text-gray-600">Turn blog posts into podcast episodes</li>
482
- <li class="text-gray-600">Create conversational content from research</li>
483
- <li class="text-gray-600">Develop audio series from written content</li>
484
- </ul>
485
- </div>
486
-
487
- <div class="mt-4 pt-4 border-t">
488
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
489
- <div class="flex flex-wrap gap-2">
490
- <a href="https://huggingface.co/spaces/ngxson/kokoro-podcast-generator" target="_blank" rel="noopener noreferrer" class="tool-link">
491
- Podcast Generator
492
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
493
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
494
- <polyline points="15 3 21 3 21 9"></polyline>
495
- <line x1="10" y1="14" x2="21" y2="3"></line>
496
- </svg>
497
- </a>
498
- </div>
499
- </div>
500
- </div>
501
-
502
- <!-- Card 16: Choose the Best Model -->
503
- <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
504
- <h2 class="text-xl font-bold mb-4">Choose the Best Model for Your Needs</h2>
505
-
506
- <div class="ml-4">
507
- <p class="text-gray-600 mb-4">Evaluate open-source models across different benchmarks.</p>
508
-
509
- <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
510
- <ul class="list-disc pl-5 space-y-2">
511
- <li class="text-gray-600">Compare models for specific use cases</li>
512
- <li class="text-gray-600">Evaluate speech recognition models</li>
513
- <li class="text-gray-600">Find the best embedding model</li>
514
- <!-- Adjusted placeholder -->
515
- </ul>
516
- </div>
517
-
518
- <div class="mt-4 pt-4 border-t">
519
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
520
- <div class="flex flex-wrap gap-2">
521
- <a href="https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/" target="_blank" rel="noopener noreferrer" class="tool-link">
522
- OpenLLM Leaderboard
523
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
524
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
525
- <polyline points="15 3 21 3 21 9"></polyline>
526
- <line x1="10" y1="14" x2="21" y2="3"></line>
527
- </svg>
528
- </a>
529
- <a href="https://huggingface.co/spaces/hf-audio/open_asr_leaderboard" target="_blank" rel="noopener noreferrer" class="tool-link">
530
- Speech Recognition Leaderboard
531
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
532
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
533
- <polyline points="15 3 21 3 21 9"></polyline>
534
- <line x1="10" y1="14" x2="21" y2="3"></line>
535
- </svg>
536
- </a>
537
- <a href="https://huggingface.co/spaces/mteb/leaderboard" target="_blank" rel="noopener noreferrer" class="tool-link">
538
- Embedding Leaderboard
539
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
540
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
541
- <polyline points="15 3 21 3 21 9"></polyline>
542
- <line x1="10" y1="14" x2="21" y2="3"></line>
543
- </svg>
544
- </a>
545
- </div>
546
- </div>
547
- </div>
548
-
549
- <!-- Card 17: Convert graphic interface to data -->
550
- <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
551
- <h2 class="text-xl font-bold mb-4">Convert graphic interface to data</h2>
552
-
553
- <div class="ml-4">
554
- <p class="text-gray-600 mb-4">OmniParser is a screen parsing tool to convert general GUI screen to structured elements.</p>
555
-
556
- <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
557
- <ul class="list-disc pl-5 space-y-2">
558
- <li class="text-gray-600">Extract data from app screenshots</li>
559
- <li class="text-gray-600">Convert visual information to structured data</li>
560
- <li class="text-gray-600">Analyze interface designs</li>
561
- </ul>
562
- </div>
563
 
564
- <div class="mt-4 pt-4 border-t">
565
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
566
- <div class="flex flex-wrap gap-2">
567
- <a href="https://huggingface.co/spaces/microsoft/OmniParser-v2" target="_blank" rel="noopener noreferrer" class="tool-link">
568
- OmniParser V2
569
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
570
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
571
- <polyline points="15 3 21 3 21 9"></polyline>
572
- <line x1="10" y1="14" x2="21" y2="3"></line>
573
- </svg>
574
- </a>
575
- </div>
576
- </div>
577
  </div>
578
 
579
- <!-- Card 18: Evaluate environmental footprint -->
580
- <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
581
- <h2 class="text-xl font-bold mb-4">Evaluate the environmental footprint of a model</h2>
582
-
583
- <div class="ml-4">
584
- <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
585
- <ul class="list-disc pl-5 space-y-2">
586
- <li class="text-gray-600">Make sustainable AI choices</li>
587
- <li class="text-gray-600">Compare energy usage between models</li>
588
- <li class="text-gray-600">Report on AI sustainability</li>
589
- </ul>
590
- </div>
591
-
592
- <div class="mt-4 pt-4 border-t">
593
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
594
- <div class="flex flex-wrap gap-2">
595
- <a href="https://huggingface.co/spaces/AIEnergyScore/Leaderboard" target="_blank" rel="noopener noreferrer" class="tool-link">
596
- AI Energy Score
597
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
598
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
599
- <polyline points="15 3 21 3 21 9"></polyline>
600
- <line x1="10" y1="14" x2="21" y2="3"></line>
601
- </svg>
602
- </a>
603
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
604
  </div>
605
  </div>
606
- <!-- Card 19: Translation -->
607
- <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
608
- <h2 class="text-xl font-bold mb-4">Translate Content</h2>
609
-
610
- <div class="mt-4 pt-4 border-t">
611
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
612
- <div class="flex flex-wrap gap-2">
613
- <a href="https://huggingface.co/spaces/UNESCO/nllb" target="_blank" rel="noopener noreferrer" class="tool-link">
614
- UNESCO Language Translator (200 languages)
615
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
616
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
617
- <polyline points="15 3 21 3 21 9"></polyline>
618
- <line x1="10" y1="14" x2="21" y2="3"></line>
619
- </svg>
620
- </a>
621
- <a href="https://huggingface.co/spaces/microsoft/PhineSpeechTranslator" target="_blank" rel="noopener noreferrer" class="tool-link">
622
- Phi-4 Audio File Translator (8 languages)
623
- <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
624
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
625
- <polyline points="15 3 21 3 21 9"></polyline>
626
- <line x1="10" y1="14" x2="21" y2="3"></line>
627
- </svg>
628
- </a>
629
- </div>
630
- </div>
631
- </div>
 
29
  });
30
  </script>
31
 
32
+ <style>
33
+ .tool-link {
34
+ @apply inline-flex items-center gap-1 px-3 py-1 bg-blue-50 hover:bg-blue-100 text-blue-700 rounded-md border border-blue-200 transition-colors text-sm;
35
+ }
36
+ .external-icon {
37
+ width: 12px;
38
+ height: 12px;
39
+ }
40
+ </style>
41
  </head>
42
  <body>
43
  <div class="container mx-auto px-4 py-8 max-w-4xl">
44
  <header class="text-center mb-12">
45
  <h1 class="text-4xl font-bold mb-4">The Essential AI Toolkit for Journalists and Content Creators</h1>
 
 
 
46
  <p class="text-md text-gray-600 mb-2">
47
+ All the tools listed here are free to use and open-source!<br/>
48
+ This is a curated list designed to help you create content. If you don't find what you need here, check out the <<a href="https://huggingface.co/spaces" class="text-blue-600 hover:underline" target="_blank" rel="noopener noreferrer">AI App Directory</a><br/>
49
+ Have a favorite tool or need help with a specific use case? <a href="https://huggingface.co/spaces/JournalistsonHF/ai-toolkit/discussions" class="text-blue-600 hover:underline" target="_blank" rel="noopener noreferrer">Share in the community tab!</a>
50
+ </p>
51
  </header>
52
 
53
  <div class="relative mb-8">
 
64
  </div>
65
 
66
  <div class="space-y-6">
67
+ <!-- Category 1: Transcribe audio or video -->
68
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
69
+ <h2 class="text-xl font-bold mb-4">I need to transcribe audio or video</h2>
70
 
71
  <div class="ml-4">
72
  <p class="text-gray-600 mb-4">
73
+ Convert your interviews, press conferences, or audio files into text with speaker identification and timestamps. Supports 100+ languages and works privately on your computer.
74
  </p>
75
+
76
+ <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
77
+ <ul class="list-disc pl-5 space-y-2">
78
+ <li class="text-gray-600">Transcribe interview recordings with speaker names</li>
79
+ <li class="text-gray-600">Convert press conference videos to searchable text</li>
80
+ <li class="text-gray-600">Create subtitles for video content</li>
81
+ </ul>
82
  </div>
83
 
84
  <div class="mt-4 pt-4 border-t">
 
100
  <line x1="10" y1="14" x2="21" y2="3"></line>
101
  </svg>
102
  </a>
103
+ <a href="https://huggingface.co/spaces/nvidia/parakeet-tdt-0.6b-v2" target="_blank" rel="noopener noreferrer" class="tool-link">
104
+ Parakeet TDT (with timestamps)
105
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
106
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
107
+ <polyline points="15 3 21 3 21 9"></polyline>
108
+ <line x1="10" y1="14" x2="21" y2="3"></line>
109
+ </svg>
110
+ </a>
111
+ <a href="https://huggingface.co/spaces/nvidia/canary-1b-flash" target="_blank" rel="noopener noreferrer" class="tool-link">
112
+ NeMo Canary 1B Flash
113
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
114
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
115
+ <polyline points="15 3 21 3 21 9"></polyline>
116
+ <line x1="10" y1="14" x2="21" y2="3"></line>
117
+ </svg>
118
+ </a>
119
  </div>
120
  </div>
121
  </div>
122
+
123
+ <!-- Category 2: Edit or process audio -->
124
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
125
+ <h2 class="text-xl font-bold mb-4">I want to edit or process audio</h2>
126
+
127
  <div class="ml-4">
128
+ <p class="text-gray-600 mb-4">
129
+ Separate speech from background noise, isolate specific speakers, or enhance audio quality with reference styling.
130
+ </p>
131
+
132
  <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
133
  <ul class="list-disc pl-5 space-y-2">
134
+ <li class="text-gray-600">Clean up noisy interview recordings</li>
135
+ <li class="text-gray-600">Separate multiple speakers from a single recording</li>
136
+ <li class="text-gray-600">Match your audio to the style of a reference recording</li>
137
  </ul>
138
  </div>
139
 
140
  <div class="mt-4 pt-4 border-t">
141
+ <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
142
  <div class="flex flex-wrap gap-2">
143
+ <a href="https://huggingface.co/spaces/fffiloni/TIGER-audio-extraction" target="_blank" rel="noopener noreferrer" class="tool-link">
144
+ TIGER Audio Separation
145
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
146
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
147
+ <polyline points="15 3 21 3 21 9"></polyline>
148
+ <line x1="10" y1="14" x2="21" y2="3"></line>
149
+ </svg>
150
+ </a>
151
+ <a href="https://huggingface.co/spaces/ResembleAI/Chatterbox" target="_blank" rel="noopener noreferrer" class="tool-link">
152
+ Chatterbox TTS Styling
153
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
154
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
155
  <polyline points="15 3 21 3 21 9"></polyline>
 
160
  </div>
161
  </div>
162
 
163
+ <!-- Category 3: Create audio from text -->
164
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
165
+ <h2 class="text-xl font-bold mb-4">I want to create audio from text</h2>
166
 
167
  <div class="ml-4">
168
+ <p class="text-gray-600 mb-4">
169
+ Convert articles, scripts, or any text into natural-sounding speech. Create podcast-style discussions or voiceovers for your content.
170
+ </p>
171
+
172
  <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
173
  <ul class="list-disc pl-5 space-y-2">
174
+ <li class="text-gray-600">Create audio versions of your articles</li>
175
+ <li class="text-gray-600">Generate podcast discussions from research notes</li>
176
+ <li class="text-gray-600">Produce voiceovers for video content</li>
177
+ <li class="text-gray-600">Make accessibility-friendly audio content</li>
178
  </ul>
179
  </div>
180
 
181
  <div class="mt-4 pt-4 border-t">
182
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
183
  <div class="flex flex-wrap gap-2">
184
+ <a href="https://huggingface.co/spaces/Xenova/kokoro-web" target="_blank" rel="noopener noreferrer" class="tool-link">
185
+ Kokoro Web (runs locally)
186
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
187
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
188
+ <polyline points="15 3 21 3 21 9"></polyline>
189
+ <line x1="10" y1="14" x2="21" y2="3"></line>
190
+ </svg>
191
+ </a>
192
+ <a href="https://huggingface.co/spaces/m-ric/open-notebooklm" target="_blank" rel="noopener noreferrer" class="tool-link">
193
+ Open NotebookLM (Podcast Generator)
194
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
195
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
196
+ <polyline points="15 3 21 3 21 9"></polyline>
197
+ <line x1="10" y1="14" x2="21" y2="3"></line>
198
+ </svg>
199
+ </a>
200
+ <a href="https://huggingface.co/spaces/nari-labs/Dia-1.6B" target="_blank" rel="noopener noreferrer" class="tool-link">
201
+ Nari Text-to-Speech
202
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
203
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
204
+ <polyline points="15 3 21 3 21 9"></polyline>
205
+ <line x1="10" y1="14" x2="21" y2="3"></line>
206
+ </svg>
207
+ </a>
208
+ <a href="https://huggingface.co/spaces/sesame/csm-1b" target="_blank" rel="noopener noreferrer" class="tool-link">
209
+ Sesame CSM 1B
210
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
211
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
212
  <polyline points="15 3 21 3 21 9"></polyline>
 
217
  </div>
218
  </div>
219
 
220
+ <!-- Category 4: Extract information from documents/websites -->
221
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
222
+ <h2 class="text-xl font-bold mb-4">I need to extract information from documents or websites</h2>
223
+
224
  <div class="ml-4">
225
+ <p class="text-gray-600 mb-4">
226
+ Extract data from PDFs, images, handwritten documents, charts, or scrape websites. Chat with documents to get specific information quickly.
227
+ </p>
228
+
229
  <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
230
  <ul class="list-disc pl-5 space-y-2">
231
+ <li class="text-gray-600">Extract data from government reports or financial documents</li>
232
+ <li class="text-gray-600">Scrape candidate press releases or event listings</li>
233
+ <li class="text-gray-600">Convert chart data into spreadsheets for analysis</li>
234
+ <li class="text-gray-600">Ask questions about lengthy research papers</li>
235
  </ul>
236
  </div>
237
 
238
  <div class="mt-4 pt-4 border-t">
239
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
240
  <div class="flex flex-wrap gap-2">
241
+ <a href="https://huggingface.co/spaces/Qwen/Qwen2.5-VL-72B-Instruct" target="_blank" rel="noopener noreferrer" class="tool-link">
242
+ Qwen2.5-VL-72B-Instruct
243
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
244
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
245
  <polyline points="15 3 21 3 21 9"></polyline>
246
  <line x1="10" y1="14" x2="21" y2="3"></line>
247
  </svg>
248
  </a>
249
+ <a href="https://olmocr.allenai.org/" target="_blank" rel="noopener noreferrer" class="tool-link">
250
+ olmOCR
251
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
252
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
253
  <polyline points="15 3 21 3 21 9"></polyline>
254
  <line x1="10" y1="14" x2="21" y2="3"></line>
255
  </svg>
256
  </a>
257
+ <a href="https://huggingface.co/spaces/ahmed-masry/ChartGemma" target="_blank" rel="noopener noreferrer" class="tool-link">
258
+ ChartGemma
259
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
260
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
261
  <polyline points="15 3 21 3 21 9"></polyline>
262
  <line x1="10" y1="14" x2="21" y2="3"></line>
263
  </svg>
264
  </a>
265
+ <a href="https://huggingface.co/spaces/JournalistsonHF/ai-scraper" target="_blank" rel="noopener noreferrer" class="tool-link">
266
+ AI Scraper
267
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
268
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
269
+ <polyline points="15 3 21 3 21 9"></polyline>
270
+ <line x1="10" y1="14" x2="21" y2="3"></line>
271
+ </svg>
272
+ </a>
273
+ <a href="https://huggingface.co/chat/" target="_blank" rel="noopener noreferrer" class="tool-link">
274
+ HuggingChat (Chat with Documents)
275
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
276
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
277
+ <polyline points="15 3 21 3 21 9"></polyline>
278
+ <line x1="10" y1="14" x2="21" y2="3"></line>
279
+ </svg>
280
+ </a>
281
+ <a href="https://huggingface.co/chat/settings/assistants/new" target="_blank" rel="noopener noreferrer" class="tool-link">
282
+ HuggingChat Assistants (Website Search)
283
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
284
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
285
  <polyline points="15 3 21 3 21 9"></polyline>
 
290
  </div>
291
  </div>
292
 
293
+ <!-- Category 5: Create or edit images -->
294
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
295
+ <h2 class="text-xl font-bold mb-4">I want to create or edit images</h2>
296
 
297
  <div class="ml-4">
298
+ <p class="text-gray-600 mb-4">
299
+ Edit images using text descriptions, generate AI images in various styles, or create interactive artwork. Perfect for social media, thumbnails, and visual storytelling.
300
+ </p>
301
+
302
+ <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
303
+ <ul class="list-disc pl-5 space-y-2">
304
+ <li class="text-gray-600">Remove unwanted objects from photos</li>
305
+ <li class="text-gray-600">Create custom illustrations for articles</li>
306
+ <li class="text-gray-600">Generate images in specific artistic styles</li>
307
+ <li class="text-gray-600">Colorize historical black and white photos</li>
308
+ <li class="text-gray-600">Extend images beyond their original borders</li>
309
+ </ul>
310
  </div>
311
 
312
  <div class="mt-4 pt-4 border-t">
313
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
314
  <div class="flex flex-wrap gap-2">
315
+ <a href="https://huggingface.co/spaces/finegrain/finegrain-object-eraser" target="_blank" rel="noopener noreferrer" class="tool-link">
316
+ Finegrain Object Eraser
317
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
318
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
319
+ <polyline points="15 3 21 3 21 9"></polyline>
320
+ <line x1="10" y1="14" x2="21" y2="3"></line>
321
+ </svg>
322
+ </a>
323
+ <a href="https://huggingface.co/spaces/finegrain/finegrain-object-cutter" target="_blank" rel="noopener noreferrer" class="tool-link">
324
+ Finegrain Object Cutter
325
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
326
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
327
+ <polyline points="15 3 21 3 21 9"></polyline>
328
+ <line x1="10" y1="14" x2="21" y2="3"></line>
329
+ </svg>
330
+ </a>
331
+ <a href="https://huggingface.co/spaces/fffiloni/text-guided-image-colorization" target="_blank" rel="noopener noreferrer" class="tool-link">
332
+ Image Colorization
333
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
334
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
335
+ <polyline points="15 3 21 3 21 9"></polyline>
336
+ <line x1="10" y1="14" x2="21" y2="3"></line>
337
+ </svg>
338
+ </a>
339
+ <a href="https://huggingface.co/spaces/multimodalart/flux-fill-outpaint" target="_blank" rel="noopener noreferrer" class="tool-link">
340
+ Flux Image Extender
341
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
342
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
343
+ <polyline points="15 3 21 3 21 9"></polyline>
344
+ <line x1="10" y1="14" x2="21" y2="3"></line>
345
+ </svg>
346
+ </a>
347
  <a href="https://huggingface.co/spaces/multimodalart/LoraTheExplorer" target="_blank" rel="noopener noreferrer" class="tool-link">
348
+ LoRA the Explorer (Various Styles)
349
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
350
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
351
+ <polyline points="15 3 21 3 21 9"></polyline>
352
+ <line x1="10" y1="14" x2="21" y2="3"></line>
353
+ </svg>
354
+ </a>
355
+ <a href="https://huggingface.co/spaces/Trudy/gemini-codrawing" target="_blank" rel="noopener noreferrer" class="tool-link">
356
+ Gemini Co-Drawing
357
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
358
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
359
  <polyline points="15 3 21 3 21 9"></polyline>
 
363
  </div>
364
  </div>
365
  </div>
366
+
367
+ <!-- Category 6: Analyze images -->
368
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
369
+ <h2 class="text-xl font-bold mb-4">I need to analyze images</h2>
370
 
371
  <div class="ml-4">
372
+ <p class="text-gray-600 mb-4">
373
+ Detect objects, count items, describe image contents, or analyze visual elements for fact-checking and verification.
374
+ </p>
375
+
376
+ <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
377
+ <ul class="list-disc pl-5 space-y-2">
378
+ <li class="text-gray-600">Count crowd sizes in protest photos</li>
379
+ <li class="text-gray-600">Identify objects and people in images</li>
380
+ <li class="text-gray-600">Generate detailed descriptions for accessibility</li>
381
+ <li class="text-gray-600">Reverse-engineer prompts from existing images</li>
382
+ </ul>
383
+ </div>
384
 
385
  <div class="mt-4 pt-4 border-t">
386
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
387
  <div class="flex flex-wrap gap-2">
388
+ <a href="https://huggingface.co/spaces/ustc-community/d-fine-object-detection" target="_blank" rel="noopener noreferrer" class="tool-link">
389
+ Object Detection Demo
390
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
391
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
392
+ <polyline points="15 3 21 3 21 9"></polyline>
393
+ <line x1="10" y1="14" x2="21" y2="3"></line>
394
+ </svg>
395
+ </a>
396
+ <a href="https://huggingface.co/spaces/nikigoli/countgd" target="_blank" rel="noopener noreferrer" class="tool-link">
397
+ Count Objects
398
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
399
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
400
  <polyline points="15 3 21 3 21 9"></polyline>
401
  <line x1="10" y1="14" x2="21" y2="3"></line>
402
  </svg>
403
+ </a>
404
+ <a href="https://huggingface.co/spaces/nvidia/describe-anything-model-demo" target="_blank" rel="noopener noreferrer" class="tool-link">
405
+ Describe Anything Model
406
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
407
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
408
+ <polyline points="15 3 21 3 21 9"></polyline>
409
+ <line x1="10" y1="14" x2="21" y2="3"></line>
410
+ </svg>
411
+ </a>
412
+ <a href="https://huggingface.co/spaces/pharmapsychotic/CLIP-Interrogator" target="_blank" rel="noopener noreferrer" class="tool-link">
413
+ CLIP Interrogator
414
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
415
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
416
  <polyline points="15 3 21 3 21 9"></polyline>
 
420
  </div>
421
  </div>
422
  </div>
423
+
424
+ <!-- Category 7: Analyze videos -->
425
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
426
+ <h2 class="text-xl font-bold mb-4">I need to analyze videos</h2>
427
 
428
  <div class="ml-4">
429
+ <p class="text-gray-600 mb-4">
430
+ Create detailed shot lists, analyze video content, or generate VLC-compatible highlight reels for easy navigation.
431
+ </p>
432
+
433
+ <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
434
  <ul class="list-disc pl-5 space-y-2">
435
+ <li class="text-gray-600">Create shot lists for press conferences</li>
436
+ <li class="text-gray-600">Identify key moments in long video recordings</li>
437
+ <li class="text-gray-600">Generate clickable timestamps for video navigation</li>
438
+ <li class="text-gray-600">Analyze video content for story planning</li>
439
  </ul>
440
  </div>
441
 
442
  <div class="mt-4 pt-4 border-t">
443
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
444
  <div class="flex flex-wrap gap-2">
445
+ <a href="https://huggingface.co/spaces/HuggingFaceTB/SmolVLM2" target="_blank" rel="noopener noreferrer" class="tool-link">
446
+ SmolVLM2 Video Analysis
447
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
448
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
449
+ <polyline points="15 3 21 3 21 9"></polyline>
450
+ <line x1="10" y1="14" x2="21" y2="3"></line>
451
+ </svg>
452
+ </a>
453
+ <a href="https://huggingface.co/spaces/HuggingFaceTB/SmolVLM2-XSPFGenerator" target="_blank" rel="noopener noreferrer" class="tool-link">
454
+ VLC Highlight Generator
455
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
456
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
457
  <polyline points="15 3 21 3 21 9"></polyline>
 
461
  </div>
462
  </div>
463
  </div>
464
+
465
+ <!-- Category 8: Translate something -->
466
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
467
+ <h2 class="text-xl font-bold mb-4">I want to translate something</h2>
468
 
469
  <div class="ml-4">
470
+ <p class="text-gray-600 mb-4">
471
+ Translate text content across 200+ languages or convert audio files from one language to another.
472
+ </p>
473
+
474
+ <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
475
+ <ul class="list-disc pl-5 space-y-2">
476
+ <li class="text-gray-600">Translate foreign news articles or documents</li>
477
+ <li class="text-gray-600">Convert interview audio to different languages</li>
478
+ <li class="text-gray-600">Make content accessible to global audiences</li>
479
+ <li class="text-gray-600">Translate social media posts for international coverage</li>
480
+ </ul>
481
+ </div>
482
 
483
  <div class="mt-4 pt-4 border-t">
484
  <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
485
  <div class="flex flex-wrap gap-2">
486
+ <a href="https://huggingface.co/spaces/UNESCO/nllb" target="_blank" rel="noopener noreferrer" class="tool-link">
487
+ UNESCO Language Translator (200 languages)
488
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
489
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
490
+ <polyline points="15 3 21 3 21 9"></polyline>
491
+ <line x1="10" y1="14" x2="21" y2="3"></line>
492
+ </svg>
493
+ </a>
494
+ <a href="https://huggingface.co/spaces/microsoft/PhineSpeechTranslator" target="_blank" rel="noopener noreferrer" class="tool-link">
495
+ Phi-4 Audio File Translator (8 languages)
496
  <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
497
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
498
  <polyline points="15 3 21 3 21 9"></polyline>
 
502
  </div>
503
  </div>
504
  </div>
505
+
506
+ <!-- Category 9: Work with data or spreadsheets -->
507
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
508
+ <h2 class="text-xl font-bold mb-4">I need to work with data or spreadsheets</h2>
509
 
510
  <div class="ml-4">
511
+ <p class="text-gray-600 mb-4">
512
+ Use AI models directly in Google Sheets for data processing, or create AI-powered spreadsheets from scratch using natural language.
513
+ </p>
514
+
515
  <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
516
  <ul class="list-disc pl-5 space-y-2">
517
+ <li class="text-gray-600">Classify and clean survey responses</li>
518
+ <li class="text-gray-600">Extract key information from lists of data</li>
519
+ <li class="text-gray-600">Create custom datasets for analysis</li>
520
+ <li class="text-gray-600">Automate data processing workflows</li>
521
  </ul>
522
  </div>
523
 
 
532
  <line x1="10" y1="14" x2="21" y2="3"></line>
533
  </svg>
534
  </a>
535
+ <a href="https://huggingface.co/spaces/aisheets/sheets" target="_blank" rel="noopener noreferrer" class="tool-link">
536
+ AI-Powered Spreadsheets
537
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
538
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
539
+ <polyline points="15 3 21 3 21 9"></polyline>
540
+ <line x1="10" y1="14" x2="21" y2="3"></line>
541
+ </svg>
542
+ </a>
543
  </div>
544
  </div>
545
  </div>
546
+
547
+ <!-- Category 10: Build a website or app -->
548
  <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
549
+ <h2 class="text-xl font-bold mb-4">I want to build a website or app</h2>
550
 
551
  <div class="ml-4">
552
+ <p class="text-gray-600 mb-4">
553
+ Create web applications, build websites with single prompts, or optimize content for search engines.
554
+ </p>
555
+
556
+ <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
557
  <ul class="list-disc pl-5 space-y-2">
558
+ <li class="text-gray-600">Build interactive data visualizations</li>
559
+ <li class="text-gray-600">Create landing pages for stories or projects</li>
560
+ <li class="text-gray-600">Rapidly prototype digital tools</li>
561
+ <li class="text-gray-600">Optimize articles for better search visibility</li>
562
  </ul>
563
  </div>
564
 
 
573
  <line x1="10" y1="14" x2="21" y2="3"></line>
574
  </svg>
575
  </a>
576
+ <a href="https://huggingface.co/spaces/enzostvs/deepsite" target="_blank" rel="noopener noreferrer" class="tool-link">
577
+ DeepSite (Single Prompt Websites)
578
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
579
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
580
+ <polyline points="15 3 21 3 21 9"></polyline>
581
+ <line x1="10" y1="14" x2="21" y2="3"></line>
582
+ </svg>
583
+ </a>
584
+ <a href="https://huggingface.co/chat/assistant/66227594635ce17e1b021daf" target="_blank" rel="noopener noreferrer" class="tool-link">
585
+ SEO Assistant
586
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
587
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
588
+ <polyline points="15 3 21 3 21 9"></polyline>
589
+ <line x1="10" y1="14" x2="21" y2="3"></line>
590
+ </svg>
591
+ </a>
592
  </div>
593
  </div>
594
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
595
 
596
+ <!-- Category 11: Which AI model should I choose? -->
597
+ <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
598
+ <h2 class="text-xl font-bold mb-4">Which AI model should I choose?</h2>
599
+
600
+ <div class="ml-4">
601
+ <p class="text-gray-600 mb-4">
602
+ Compare AI models across different benchmarks, evaluate environmental impact, and create custom evaluations for your specific needs.
603
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
604
 
605
+ <h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
606
+ <ul class="list-disc pl-5 space-y-2">
607
+ <li class="text-gray-600">Find the best model for specific journalism tasks</li>
608
+ <li class="text-gray-600">Compare speech recognition accuracy</li>
609
+ <li class="text-gray-600">Evaluate models for sustainability reporting</li>
610
+ <li class="text-gray-600">Test agent capabilities for automated workflows</li>
611
+ <li class="text-gray-600">Create custom benchmarks for domain-specific evaluation</li>
612
+ </ul>
 
 
 
 
 
613
  </div>
614
 
615
+ <div class="mt-4 pt-4 border-t">
616
+ <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
617
+ <div class="flex flex-wrap gap-2">
618
+ <a href="https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/" target="_blank" rel="noopener noreferrer" class="tool-link">
619
+ OpenLLM Leaderboard
620
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
621
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
622
+ <polyline points="15 3 21 3 21 9"></polyline>
623
+ <line x1="10" y1="14" x2="21" y2="3"></line>
624
+ </svg>
625
+ </a>
626
+ <a href="https://huggingface.co/spaces/hf-audio/open_asr_leaderboard" target="_blank" rel="noopener noreferrer" class="tool-link">
627
+ Speech Recognition Leaderboard
628
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
629
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
630
+ <polyline points="15 3 21 3 21 9"></polyline>
631
+ <line x1="10" y1="14" x2="21" y2="3"></line>
632
+ </svg>
633
+ </a>
634
+ <a href="https://huggingface.co/spaces/mteb/leaderboard" target="_blank" rel="noopener noreferrer" class="tool-link">
635
+ Embedding Leaderboard
636
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
637
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
638
+ <polyline points="15 3 21 3 21 9"></polyline>
639
+ <line x1="10" y1="14" x2="21" y2="3"></line>
640
+ </svg>
641
+ </a>
642
+ <a href="https://huggingface.co/spaces/smolagents/smolagents-leaderboard" target="_blank" rel="noopener noreferrer" class="tool-link">
643
+ Smolagents Leaderboard
644
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
645
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
646
+ <polyline points="15 3 21 3 21 9"></polyline>
647
+ <line x1="10" y1="14" x2="21" y2="3"></line>
648
+ </svg>
649
+ </a>
650
+ <a href="https://huggingface.co/spaces/AIEnergyScore/Leaderboard" target="_blank" rel="noopener noreferrer" class="tool-link">
651
+ AI Energy Score
652
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
653
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
654
+ <polyline points="15 3 21 3 21 9"></polyline>
655
+ <line x1="10" y1="14" x2="21" y2="3"></line>
656
+ </svg>
657
+ </a>
658
+ <a href="https://huggingface.co/spaces/yourbench/demo" target="_blank" rel="noopener noreferrer" class="tool-link">
659
+ Yourbench (Custom Benchmarks)
660
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
661
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
662
+ <polyline points="15 3 21 3 21 9"></polyline>
663
+ <line x1="10" y1="14" x2="21" y2="3"></line>
664
+ </svg>
665
+ </a>
666
  </div>
667
  </div>
668
+ </div>
669
+ </div>
670
+ </div>
671
+ </body>
672
+ </html>