Ross ROSS = Recommend OSS · open-source software intelligence for agents

tensorflow/tfjs

A WebGL accelerated JavaScript library for training and deploying ML models. observed · 2026-08-28

github.com/tensorflow/tfjs · homepage · TypeScript · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
tensorflow/tfjsmain69

For agents

markdown · JSON · MCP: product_card(name="tensorflow/tfjs")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem