sjkaliski/infer
🔮 Use TensorFlow models in Go to evaluate Images (and more soon!)
This is a Go package for developers who need to integrate TensorFlow models into their Go applications. It takes an image as input, processes it through a pre-trained TensorFlow model, and outputs predictions like "mountain" or "cat" with a confidence score. This is useful for Go developers building applications that require image recognition capabilities.
No commits in the last 6 months.
Use this if you are a Go developer looking to incorporate existing TensorFlow image recognition models into your Go application.
Not ideal if you are not a Go developer or need to train TensorFlow models, as this package is only for running predictions with pre-trained models.
Stars
63
Forks
2
Language
Go
License
MIT
Category
Last pushed
Aug 29, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sjkaliski/infer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications