Production-Ready Machine Learning for Go
"Models are born production-ready"
Born is a modern deep learning framework for Go, inspired by Burn (Rust). Build ML models in pure Go and deploy as single binaries — no Python runtime, no complex dependencies.
- Pure Go — No CGO, trivial cross-compilation
- GPU Acceleration — WebGPU backend with 123x speedup
- Type Safety — Generics-powered API with compile-time guarantees
- Single Binary — Deploy models as one executable
- LLM Ready — Transformers, Attention, KV-Cache, GQA, SwiGLU
go get github.com/born-ml/born@latestimport "github.com/born-ml/born"
model := born.Load("model.born")
prediction := model.Predict(image)
// That's it. No Python. No containers. Just Go.We welcome contributions! Whether it's bug fixes, new features, documentation, or feedback — check out our Contributing Guide.
Looking for:
- Testers with real ML workloads
- Contributors (Go, GPU, ML)
- Early adopters
Made with the Go community
