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

galeone/tfgo

Tensorflow + Go, the gopher way observed · 2026-08-28

github.com/galeone/tfgo · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 3389
  • days_rel: n/a
  • days_push: 903
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2491 stars · 158 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

tfgo is a Go library that wraps TensorFlow's Go bindings with a friendlier, method-chaining API for building and executing computation graphs. It is designed for loading and serving models trained in Python rather than training models from scratch.

Use cases

  • run tensorflow models in go
  • serve a python-trained model from a go application
  • build tensorflow computation graphs in go
  • do computer vision inference in go
  • avoid the raw tensorflow go bindings api
  • execute tensor operations with method chaining in go

When to choose

  • you need to load and run TensorFlow models inside a Go service
  • you want a cleaner, scoped, type-safe API over the official Go bindings
  • you train in Python but serve in Go

When to avoid

  • you want to train models from scratch in Go
  • you use a TensorFlow version other than 2.9.1 without adaptation
  • you need PyTorch or a pure-Go ML framework
  • you need the latest TensorFlow 2.x features

Facets

library · maturity maintenance

machine-learning deep-learning computer-vision machine-learning deep-learning computer-vision developer-tools go windows cross-platform tensorflow go-bindings method-chaining model-inference dataflow-graph linux macos

6 sources

Member repositories

RepositoryRoleHealth v2
galeone/tfgomain32

For agents

markdown · JSON · MCP: product_card(name="galeone/tfgo")

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