galeone/tfgo
Tensorflow + Go, the gopher way 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
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
- readme: https://github.com/galeone/tfgo · fetched 2026-08-28 · 27cef9647572
- homepage: https://pgaleone.eu/tensorflow/go/2017/05/29/understanding-tensorflow-using-go/ · fetched 2026-08-29 · 8c3a354fa50f
- site_page: https://pgaleone.eu/about · fetched 2026-08-29 · e1fd2177d895
- site_page: https://pgaleone.eu/security/2026/04/12/paying-google-to-hack-macos-users · fetched 2026-08-29 · 2dfa3563f230
- site_page: https://pgaleone.eu/cloud/2025/06/29/vertex-ai-to-genai-sdk-service-account-auth-python-go · fetched 2026-08-29 · ca905a1a0088
- site_page: https://pgaleone.eu/golang/vertexai/2024/04/06/rag-for-tabular-data-postgresql-gemini-go · fetched 2026-08-29 · 472e68fbce24
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| galeone/tfgo | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem