orktes/go-torch
LibTorch (PyTorch) bindings for Golang
This library enables Go developers to integrate pre-trained PyTorch machine learning models into their Go applications. It takes serialized PyTorch models (or TorchScript code) as input and allows for running inference, outputting predictions or processed data, all within a Go environment. It's designed for Go developers who need to deploy AI capabilities without rewriting existing PyTorch models.
279 stars. No commits in the last 6 months.
Use this if you are a Go developer looking to deploy and run pre-trained PyTorch models or TorchScript applications directly within your Go services.
Not ideal if you are an AI/ML researcher or practitioner primarily working in Python, as this is a Go developer tool for deployment, not model training or development.
Stars
279
Forks
37
Language
Go
License
—
Category
Last pushed
Apr 23, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/orktes/go-torch"
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