Home/LLM Frameworks/tensorflow
tensorflow logo

tensorflow

tensorflow/tensorflow

An Open Source Machine Learning Framework for Everyone

GraphCanon updated 3w · GitHub synced 3w · 51 views this month

197k stars76k forksLast push 3w C++ Apache-2.0

Decision brief

Open-source framework for building and deploying ML models with strong support for distributed computing and GPU acceleration.

Good fit when

  • Need comprehensive tools for training deep neural networks
  • Want efficient GPU usage, especially on CUDA-enabled cards

Avoid when

  • Looking for simple model deployment without complex setup
  • Preferring frameworks that integrate better with non-Python languages

Observed Jul 16, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of 3w
Provenance
Not a fork · Organization account
As of 3w
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

git clone https://github.com/tensorflow/tensorflow

How it fits your stack(9)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Integrates

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

TensorFlow is an open-source machine learning framework that provides tools to build and deploy ML models.

Capability facts

Languages
c++

Source: github.language · Aug 3, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Aug 3, 2026)

[tf-nightly](https://pypi.python.org/pypi/tf-nightly) and
Source link

Tags

README

Install

See the TensorFlow install guide for the pip package, to enable GPU support, use a Docker container, and build from source.

To install the current release, which includes support for CUDA-enabled GPU cards (Ubuntu and Windows):

 pip install tensorflow

Other devices (DirectX and MacOS-metal) are supported using Device Plugins.

A smaller CPU-only TensorFlow package is also available:

 pip install tensorflow-cpu

To update TensorFlow to the latest version, add the --upgrade flag to the commands above.

Nightly binaries are available for testing using the tf-nightly and tf-nightly-cpu packages on PyPI.

Try your first TensorFlow program

$ python
>>> import tensorflow as tf
>>> tf.add(1, 2).numpy()
3
>>> hello = tf.constant('Hello, TensorFlow!')
>>> hello.numpy()
b'Hello, TensorFlow!'

For more examples, see the TensorFlow Tutorials.


License

Apache License 2.0

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.