tf-models-nightly
TensorFlow Official Models
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-nightlyuv
uv add tf-models-nightlypoetry
poetry add tf-models-nightlyInstalling 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
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
tf-nightlytf-nightly provides nightly builds of…
permissive · top 15,000 on PyPI
tf-nightly-cputf-nightly-cpu provides a CPU-optimized nightly…
permissive · top 15,000 on PyPI
tensorflowTensorFlow is an open-source machine learning…
permissive · top 5,000 on PyPI
tensorflow-cpuTensorFlow CPU provides a machine learning and…
permissive · top 5,000 on PyPI
tensorflow-cpu-awsTensorFlow CPU for AWS is a machine learning…
permissive · top 15,000 on PyPI
tf-estimator-nightlyProvides high-level APIs for training,…
permissive · top 15,000 on PyPI
tfds-nightlyProvides a library of ready-to-use public…
permissive · top 15,000 on PyPI
tfp-nightlyTensorFlow Probability provides probabilistic…
permissive · top 15,000 on PyPI
tensorflow-estimatorTensorFlow Estimator provides a high-level API…
permissive · top 5,000 on PyPI
keras-nightlyA multi-backend deep learning framework that…
permissive · top 15,000 on PyPI