Skip to content
@born-ml

Born ML

Production-ready machine learning for Go. Pure Go, GPU acceleration, single binary deployment. Inspired by Burn (Rust).

Born ML

Production-Ready Machine Learning for Go

Born ML Framework

"Models are born production-ready"

What is Born?

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.

Key Features

  • 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

Quick Start

go get github.com/born-ml/born@latest
import "github.com/born-ml/born"

model := born.Load("model.born")
prediction := model.Predict(image)

// That's it. No Python. No containers. Just Go.

Links

Contributing

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

Pinned Loading

  1. born born Public

    Production-ready ML framework for Go with zero dependencies. Train and deploy neural networks as single binaries. PyTorch-like API, type-safe tensors, automatic differentiation.

    Go 24 2

Repositories

Showing 2 of 2 repositories
  • born Public

    Production-ready ML framework for Go with zero dependencies. Train and deploy neural networks as single binaries. PyTorch-like API, type-safe tensors, automatic differentiation.

    born-ml/born’s past year of commit activity
    Go 24 Apache-2.0 2 3 0 Updated Dec 27, 2025
  • .github Public

    Organization profile and community health files

    born-ml/.github’s past year of commit activity
    0 0 0 0 Updated Dec 3, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…