explaingit

tensorflow/tfjs-core

8,446TypeScriptAudience · developerComplexity · 1/5Setup · hard

TLDR

This is an archived predecessor to TensorFlow.js, the original browser-based machine learning library for JavaScript. All development has moved to the tensorflow/tfjs repository, no new contributions are accepted here.

Mindmap

mindmap
  root((tfjs-core))
    What it is
      Archived repo
      Original TF.js core
      History preserved
    Status
      No new contributions
      Moved to tensorflow/tfjs
      Read-only
    Where to go
      tensorflow/tfjs repo
      tfjs-core subfolder
    Audience
      Curious developers
      Researchers
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Browse the original source code and commit history of TensorFlow.js before it merged into the combined tensorflow/tfjs repository.

USE CASE 2

Reference historical API decisions from the early TensorFlow.js core for research or migration purposes.

Tech stack

TypeScript

Getting it running

Difficulty · hard Time to first run · 1day+

This repository is archived and unmaintained, all active development is in tensorflow/tfjs, use that instead.

In plain English

This repository is an archived predecessor to the main TensorFlow.js project. It originally housed the core layer of TensorFlow.js, a library for running machine learning models directly in a web browser using JavaScript. The code has since been moved into a combined repository at tensorflow/tfjs, inside a folder called tfjs-core, where all future development continues. The README is sparse because this repo is no longer active. No new contributions are accepted here. The full history of commits and contributions from this repository was carried over intact to the new location.

Copy-paste prompts

Prompt 1
Show me how to import and use TensorFlow.js in a browser project today using the current tensorflow/tfjs package instead of this archived repo.
Prompt 2
What changed when tfjs-core was merged into the main tensorflow/tfjs monorepo, and where do I find the equivalent source now?
Prompt 3
Write a simple browser example that loads a pre-trained model and runs inference using the current tensorflow/tfjs package.
Open on GitHub → Explain another repo

← tensorflow on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.