Spaces:
Running
Running
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> |