tensorflow/tfjs
A WebGL accelerated JavaScript library for training and deploying ML models. observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 88
- Release rhythm 28
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 47
- age_days: 3103
- days_rel: 681
- days_push: 72
- n_releases_24m: 2
Adoption not part of the score
19134 stars · 2030 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TensorFlow.js is a hardware-accelerated JavaScript library for training and deploying machine learning models in the browser and Node.js. It provides low-level and Keras-like high-level APIs, multiple backends (CPU, WebGL, WASM, WebGPU, native Node), and converters for running pre-trained TensorFlow models in JavaScript.
Use cases
- run machine learning models in the browser
- train neural networks in javascript
- convert a python tensorflow model to run on the web
- do transfer learning with webcam data in the browser
- run inference client-side without a server
- build an ml-powered web app with webgl acceleration
- use pretrained models like object detection in javascript
When to choose
- you need ML inference or training directly in the browser with GPU acceleration
- you want to run or fine-tune TensorFlow models from JavaScript or Node.js
- you need client-side privacy by keeping data and models on the device
- you want a Keras-like layers API in TypeScript/JavaScript
When to avoid
- you are training large-scale models where Python TensorFlow or PyTorch is more appropriate
- you need maximum native GPU performance for heavy training workloads
- your project has no JavaScript runtime and is purely server-side Python
Facets
library · maturity stable
machine-learning deep-learning gpu-computing data-visualization machine-learning deep-learning web-development frontend browser cross-platform wasm tensorflow webgl webgpu neural-networks model-conversion transfer-learning pretrained-models typescript nodejs web gpu
8 sources
- readme: https://github.com/tensorflow/tfjs · fetched 2026-08-28 · eb3594022d82
- homepage: https://js.tensorflow.org · fetched 2026-08-29 · ff013fdcc87d
- 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/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/tfjs | main | 69 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem