Spaces:
Running
Running
File size: 2,036 Bytes
17bfa78 cce3967 791df8b 17bfa78 84b0301 c3d73b4 fe548c8 c3d73b4 27bd7e9 c3d73b4 fe548c8 0967107 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
title: README
emoji: ❤️
colorFrom: red
colorTo: red
sdk: static
pinned: false
---
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
<div class="lg:col-span-3">
<p class="mb-4">
Welcome to the Keras Working Group where we reproduce Keras examples and build demos to them! 🤗❤️ See our work in this page ✨
</div>
<a href="https://keras.io/" class="block overflow-hidden group">
<div
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#FA8072]"
>
<img alt="" src="https://huggingface.co/spaces/keras-io/README/resolve/main/keras-filter.png" class="w-40" />
</div>
<div class="underline">Keras.io</div>
</a>
<a
href="https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.from_pretrained_keras"
class="block overflow-hidden group"
>
<div
class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
>
<img
alt=""
src="https://huggingface.co/spaces/keras-io/README/resolve/main/push_to_hub.png"
class="w-full h-40 object-cover overflow-hidden"
/>
</div>
<div class="underline">Push your Keras models to Hub ❤️ </div>
</a>
<a
href="https://huggingface.co/models?library=keras&sort=downloads"
class="block overflow-hidden group"
>
<div
class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
>
<img
alt=""
src="https://huggingface.co/spaces/keras-io/README/resolve/main/keras-hf.png"
class="w-full h-40 object-cover overflow-hidden"
/>
</div>
<div class="underline">Find all Keras models on the 🤗 Hub</div>
</a>
<div class="lg:col-span-3">
</div> |