KerasFormers

A library that ports 118+ model families to pure Keras 3 — run the same code on JAX, PyTorch, or TensorFlow with no transformers dependency at runtime.

Visit Website
imvision12.github.io
Verified API available Free tier
Quick facts
What is it A library that ports 118+ model families to pure Keras 3 — run the same code on JAX, PyTorch, or TensorFlow with no transformers dependency at runtime.
Pricing Free
Free tier Yes
Platform API
API Yes
Best for running object detection, segmentation, and depth estimation models, switching model inference between JAX, PyTorch, and TensorFlow
Domain registered 2013

Data updated Aug. 27, 2026

What does KerasFormers do?

KerasFormers is an open-source library that reimplements popular model architectures — from object detectors like DETR to LLMs like Qwen3 and speech recognition with Whisper — entirely in Keras 3. The project has ported over 118 model families, each with weights converted from the original checkpoints. The pitch is simple: you write your code once, and it runs on JAX, PyTorch, or TensorFlow without needing Hugging Face's transformers or torch at inference time.

Getting started is refreshingly straightforward. Install the package with pip, then call `from_weights` on any model class — pass a repo identifier from the KerasFormers Hugging Face organization, a bare variant name, or even a compatible Hugging Face repo with an `hf:` prefix. The corresponding processor is built the same way, so resolution and normalization always match the checkpoint. That's it: two function calls to get predictions. The library includes models for object detection, semantic segmentation, depth estimation, promptable segmentation (SAM 3), open-vocabulary detection (OWLv2), and text generation.

KerasFormers is built for developers and researchers who want to experiment with multiple backends without rewriting pipelines. If you need to compare inference speed across JAX, PyTorch, and TensorFlow, or if you prefer Keras’s API but need access to modern architectures, this library saves you the porting work. It's also handy for production deployments where you want to avoid pulling in the full transformers stack. The project is hosted on GitHub and the weights live on Hugging Face, so integration into existing workflows is about as painless as it gets.

#accounting#ai agents#ai chatbots#ai-code-editors#ai coding agents#code-review-tools#community management#engineering-development#foundation models#fundraising-resources#investing#lead generation#llms#marketing-sales#no-code platforms#notes-documents#professional networking#prompt-engineering-tools#search#vibe coding

Key features

What makes it stand out
01
118+ model families ported to pure Keras 3 — no transformers dependency at runtime
02
Single codebase runs on JAX, PyTorch, or TensorFlow by setting an environment variable
03
Unified `from_weights` API that loads preconverted Keras weights or converts upstream checkpoints on the fly
04
Built-in processor for each model ensures correct image/text preprocessing for the loaded checkpoint
05
Covers vision (DETR, SegFormer, Depth Anything V2, SAM 3, OWLv2), speech (Whisper), and text (Qwen3) models

Who is KerasFormers for?

Who benefits most from this tool
running object detection, segmentation, and depth estimation models
switching model inference between JAX, PyTorch, and TensorFlow
loading and running LLMs like Qwen3 without the transformers library

Trust & presence

Domain Domain registered 2013

Alternatives in Developer Tools

TensorFlow Verified Developer Tools

End-to-end open source platform for building and deploying machine learning models across diverse environments

Top 100k site
Hugging Face Verified Developer Tools

Platform for sharing, discovering, and running machine learning models, datasets, and AI apps.

n8n · integrately+2 Top 10k site
CortexPrism Verified Developer Tools

Open-source AI OS that turns any LLM into an autonomous agent with memory, tools, and sandboxed code execution

Clears Verified Developer Tools

Autonomous software delivery agent — turns stories into reviewed pull requests without manual effort

PenguinHarness Verified Developer Tools

Open-source framework for building and recursively self-improving AI agents

fx (by Vercel) Verified Developer Tools

Tiny, open-source coding agent CLI — install in seconds, run locally or in the cloud, model-agnostic

Qoder Verified Developer Tools

Qoder transforms how AI understands real software. Beyond snippets, it grasps your entire architecture—dependencies, patterns, history. Chat naturally for multi-file edits or delegate tasks to AI. From invisible complexity to transparent collaboration.

Top 100k site
Phasr Verified Developer Tools

Open-source desktop workspace to run multiple AI coding agents in parallel, isolated in Git worktrees, with a review-first workflow.

Similar tools

Featherless LLM Verified AI inference

Serverless API access to 22,700+ open-source AI models for coding, writing, and research.

n8n
Canvas AI Builder's Program Verified Assistant

Build AI-powered workflows using plain English — describe a task and the AI creates automations that work across your apps.

TARS Verified AI Agent

No-code AI agents that handle customer support and lead generation conversations 24/7

DeskFerry Verified Automation

Build AI agents that connect to 1,500+ apps and run sales, support, and ops tasks automatically

Share X LinkedIn Telegram
KerasFormers Visit