Skip to content

Latest commit

Β 

History

519 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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, text-to-image diffusion, 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, transformers and diffusers for converting pretrained weights from PyTorch to Keras. For licensing details, please refer to the respective repositories. Converted weights keep their upstream license (for example, the Stable Diffusion checkpoints are CreativeML OpenRAIL-M / OpenRAIL++-M, and SDXL-Turbo is non-commercial under the Stability AI Community License).

🌟 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
  • The Diffusers library, the reference the diffusion models are converted from and verified against
  • 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}}

About

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

Resources

Stars

33 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages