Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,29 @@ pinned: false
|
|
15 |
models!<br />
|
16 |
You can collaborate with your organization, upload and showcase your own models in your profile, or join us in this organization to demo Keras examples! ❤️
|
17 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
<div class="lg:col-span-3">
|
19 |
<p class="mb-4">
|
20 |
To upload your Keras models to the Hub, you can use the <a
|
|
|
15 |
models!<br />
|
16 |
You can collaborate with your organization, upload and showcase your own models in your profile, or join us in this organization to demo Keras examples! ❤️
|
17 |
</p>
|
18 |
+
<a href="https://keras.io/" class="block overflow-hidden group">
|
19 |
+
<div
|
20 |
+
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
|
21 |
+
>
|
22 |
+
<img alt="" src="/front/assets/promo/keras-filter.png" class="w-40" />
|
23 |
+
</div>
|
24 |
+
<div class="underline">Keras.io</div>
|
25 |
+
</a>
|
26 |
+
<a
|
27 |
+
href="https://huggingface.co/models?filter=keras"
|
28 |
+
class="block overflow-hidden group"
|
29 |
+
>
|
30 |
+
<div
|
31 |
+
class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
|
32 |
+
>
|
33 |
+
<img
|
34 |
+
alt=""
|
35 |
+
src="./keras-hf.png"
|
36 |
+
class="w-full h-40 object-cover overflow-hidden"
|
37 |
+
/>
|
38 |
+
</div>
|
39 |
+
<div class="underline">Find all Keras models in the Hub</div>
|
40 |
+
</a>
|
41 |
<div class="lg:col-span-3">
|
42 |
<p class="mb-4">
|
43 |
To upload your Keras models to the Hub, you can use the <a
|