skillfed

tf-models-nightly

TensorFlow Official Models

tf-models-nightly v2.21.0.dev20260217 107.3K downloads/30d#12,619 on PyPI77,654
Permissive license Apache 2.0 Active released

What it is and what it does

tf-models-nightly is a nightly build distribution of the TensorFlow Model Garden, a repository of reference implementations for state-of-the-art machine learning models. It bundles official TensorFlow models maintained and kept current with TensorFlow 2 APIs, research implementations, and the Orbit training library for custom training loops. The package includes 28 runtime dependencies spanning computer vision tools (opencv-python-headless, Pillow), NLP utilities (sentencepiece, seqeval), data handling (pandas, numpy, scipy), and specialized TensorFlow components (tensorflow-text-nightly, tf-hub-nightly, tensorflow-model-optimization).

Because this is a nightly build, it reflects the latest changes from the master branch daily, making it suitable for developers who want cutting-edge model implementations and are willing to accept potential API instability. The package is designed to demonstrate best practices for modeling in TensorFlow 2. Installation is straightforward via pip, though users should be aware that nightly dependencies may introduce breaking changes.

Use it for:

  • Prototyping and experimenting with state-of-the-art model architectures for research projects
  • Building NLP pipelines using TensorFlow text models and training utilities from the repository
  • Learning TensorFlow best practices by studying reference implementations of SOTA models
  • Implementing custom training loops with Orbit for distributed training across CPU, GPU, and TPU
  • Accessing pre-built computer vision models for image classification, detection, or segmentation tasks

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides state-of-the-art TensorFlow model implementations and training solutions across computer vision, NLP, and other domains with official and research implementations.

Yes, with conditions. Install if you need access to cutting-edge TensorFlow model implementations and are comfortable with nightly build instability. The active maintenance, permissive license, and low install friction make it valuable for research and experimentation. Avoid if you require API stability or production-grade guarantees.

Install

tf-models-nightly on PyPI

pip

pip install tf-models-nightly

uv

uv add tf-models-nightly

poetry

poetry add tf-models-nightly

Installing tf-models-nightly

Before you install

Low install friction with a pure-Python wheel distribution. Active maintenance with recent commits and 77654 repository stars indicate ongoing development, though the nightly build nature means API stability is not guaranteed.

License in practice

Apache 2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for both research and production applications.

Quickstart

pip3 install tf-models-nightly

import os
os.environ['PYTHONPATH'] += ":/path/to/models"

from tensorflow_models import models

Requires Python >=3.7 and TensorFlow nightly builds (tf-nightly, tf-keras-nightly, tensorflow-text-nightly, tf-hub-nightly) which are development versions and may have breaking changes.

Verify before relying

  • Specific model performance benchmarks or accuracy metrics for the included implementations
  • Which SOTA models are currently included and their training status on TensorBoard.dev
  • Compatibility guarantees between nightly TensorFlow dependencies and this package's release cycle
  • API stability and backward compatibility policy for nightly releases

Package facts

License Apache 2.0 (permissive)
Python support supports the current Python release (>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 28 — Cython, Pillow, gin-config, google-api-python-client, immutabledict, kaggle, matplotlib, numpy, oauth2client, opencv-python-headless, pandas, psutil, py-cpuinfo, pycocotools, pyyaml, sacrebleu, scipy, sentencepiece, seqeval, six, tensorflow-datasets, tensorflow-model-optimization, tensorflow-text-nightly, tf-hub-nightly, tf-keras-nightly, tf-nightly, tf-slim, wrapt
Maintenance actively maintained — 178 days since the last release
Last repo commit
First released
Downloads 107,278/month — #12,619 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: tf_models_nightly-2.21.0.dev20260217-py2.py3-none-any.whl

Tags

tensorflow model implementationssota deep learning modelstensorflow training examplescomputer vision tensorflownlp tensorflow modelstensorflow model gardentensorflow best practices
tensorflow-modelsnightly-buildml-reference-implementations

More Artificial Intelligence packages