IMvision12/ZeroModels

ZeroModels: Open-source Keras 3 collection of pretrained models across Vision, LLM, VLM, Depth, Speech, and more

27

stars

510

commits

Python

primary language

Sep 10, 2026

updated

imvision12.github.io/ZeroModels/

README

ZeroModels

License Keras Python

📖 Introduction

ZeroModels is a collection of pretrained models built entirely in Keras 3. It spans a broad range of tasks, including image classification, object detection, segmentation, monocular depth estimation, feature extraction, vision-language modeling (VLMs), speech recognition, speech-aware language modeling, text encoding and masked language modeling, large language models (LLMs), text-to-text encoder-decoder modeling, multimodal vision-language generation, and more.

⚡ Installation

From PyPI (recommended)

pip install -U zeromodels

From Source

pip install -U git+https://github.com/IMvision12/ZeroModels

📑 Documentation

ZeroModels Documentation

Detailed guides are available for all supported tasks, with architecture notes, usage examples, pretrained weights, and real model outputs.

Classification backbones share a single documentation page, while other model families have dedicated pages.

Documentation sources are also available in docs/.

📑 Models

📝 Text Models


👁️ Vision Models






🖼️ Multimodal Models




🔊 Audio Models


📜 License

This project leverages timm and transformers for converting pretrained weights from PyTorch to Keras. For licensing details, please refer to the respective repositories.

🌟 Credits

  • The Keras team for their powerful and user-friendly deep learning framework
  • The Transformers library for its robust tools for loading and adapting pretrained models
  • The pytorch-image-models (timm) project for pioneering many computer vision model implementations
  • All contributors to the original papers and architectures implemented in this library

Citing

BibTeX

@misc{gc2025zeromodels,
  author = {Gitesh Chawda},
  title = {ZeroModels},
  year = {2025},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/IMvision12/ZeroModels}}

Contributors

IMvision12

510 commits

IMvision12/ZeroModels

ZeroModels: Open-source Keras 3 collection of pretrained models across Vision, LLM, VLM, Depth, Speech, and more

27

stars

510

commits

Python

primary language

Sep 10, 2026

updated

imvision12.github.io/ZeroModels/

README

ZeroModels

License Keras Python

📖 Introduction

ZeroModels is a collection of pretrained models built entirely in Keras 3. It spans a broad range of tasks, including image classification, object detection, segmentation, monocular depth estimation, feature extraction, vision-language modeling (VLMs), speech recognition, speech-aware language modeling, text encoding and masked language modeling, large language models (LLMs), text-to-text encoder-decoder modeling, multimodal vision-language generation, and more.

⚡ Installation

From PyPI (recommended)

pip install -U zeromodels

From Source

pip install -U git+https://github.com/IMvision12/ZeroModels

📑 Documentation

ZeroModels Documentation

Detailed guides are available for all supported tasks, with architecture notes, usage examples, pretrained weights, and real model outputs.

Classification backbones share a single documentation page, while other model families have dedicated pages.

Documentation sources are also available in docs/.

📑 Models

📝 Text Models


👁️ Vision Models






🖼️ Multimodal Models




🔊 Audio Models


📜 License

This project leverages timm and transformers for converting pretrained weights from PyTorch to Keras. For licensing details, please refer to the respective repositories.

🌟 Credits

  • The Keras team for their powerful and user-friendly deep learning framework
  • The Transformers library for its robust tools for loading and adapting pretrained models
  • The pytorch-image-models (timm) project for pioneering many computer vision model implementations
  • All contributors to the original papers and architectures implemented in this library

Citing

BibTeX

@misc{gc2025zeromodels,
  author = {Gitesh Chawda},
  title = {ZeroModels},
  year = {2025},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/IMvision12/ZeroModels}}

Contributors

IMvision12

510 commits

Languages

Python

99.5%