tensorflow/hub
A library for transfer learning by reusing parts of TensorFlow models. observed · 2026-08-28
Health v2 · maintenance only
24/100
- Activity 2
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3096
- days_rel: n/a
- days_push: 593
- n_releases_24m: 0
Adoption not part of the score
3523 stars · 1641 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TensorFlow Hub is a Python library for reusing parts of trained TensorFlow models (SavedModels) for transfer learning, wrapping them as Keras layers or loading them directly. The model repository itself has moved to Kaggle Models, and the library remains supported for downloading and loading those models.
Use cases
- fine-tune pretrained models like BERT for text classification
- extract embeddings from text or images with a few lines of code
- reuse a Faster R-CNN model for object detection
- do transfer learning on image classifiers
- load SavedModels from tfhub.dev or Kaggle Models into Keras
- run image style transfer with a pretrained model
When to choose
- you are already in the TensorFlow/Keras ecosystem and want pretrained models for transfer learning
- you need to load legacy tfhub.dev or Kaggle Models assets without rewriting code
- you want quick embeddings or fine-tuning with minimal code
When to avoid
- you are starting a new project and can use Kaggle Models or Hugging Face directly
- you work in PyTorch or JAX rather than TensorFlow
- you need unmigrated tfhub.dev assets, which were deleted in March 2024
Facets
library · maturity maintenance
machine-learning sdk machine-learning deep-learning large-language-models computer-vision python cross-platform transfer-learning tensorflow pretrained-models embeddings model-repository keras fine-tuning natural-language-processing
9 sources
- readme: https://github.com/tensorflow/hub · fetched 2026-08-28 · 418b6ecf3bb1
- homepage: https://tensorflow.org/hub · fetched 2026-08-29 · f0ec3a920090
- site_page: https://www.tensorflow.org/install · fetched 2026-08-29 · 584a762da891
- site_page: https://www.tensorflow.org/tfx/api_docs · fetched 2026-08-29 · 6977825696fe
- site_page: https://www.tensorflow.org/about · fetched 2026-08-29 · 817250744d91
- site_page: https://www.tensorflow.org/about/case-studies · fetched 2026-08-29 · e6701029eec0
- site_page: https://www.tensorflow.org/hub/api_docs/python/hub · fetched 2026-08-29 · 19f10d15ec06
- site_page: https://www.tensorflow.org/about/bib · fetched 2026-08-29 · 5ca8943386b9
- site_page: https://www.tensorflow.org/community/contribute · fetched 2026-08-29 · 77d394fa76e7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tensorflow/hub | main | 24 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem