#14 · Primary category: Model Zoos & Hubs
keras-hub
Pretrained model hub for Keras 3.
Project last updated:08/28/26
GitHub Stars
988
Forks
358
Contributors
126
License
Apache-2.0
Why we included this project
Teams already building with Keras get a shortcut here: ready-made implementations of popular text, vision, and audio models as ordinary Keras layers, alongside pretrained checkpoints hosted on Kaggle Models. You can load something like a BERT classifier or a ResNet image model instead of re-implementing the architecture yourself. The stronger draw is the single model definition, which runs unchanged on TensorFlow, JAX, or PyTorch, so a team standardizing on Keras 3 can still move across frameworks or accelerators without rewriting its pipeline. Because the pieces are standard layers and models, fine-tuning a pretrained model for a new task follows the Keras workflow you already know, and built-in PEFT support covers parameter-efficient training on a single GPU.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
models.dev
An open-source database of AI models.
models
Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.
Awesome-CoreML-Models
Largest list of models for Core ML (for iOS 11+)
PINTO_model_zoo
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
huggingface_hub
The official CLI and Python client for the Hugging Face Hub.