The open source research environment for AI researchers to seamlessly train, evaluate, and scale models from local hardware to GPU clusters.
5,186
stars
11,342
commits
Python
primary language
Sep 9, 2026
updated
Designed for ML Researchers. Local, on-prem, or in the cloud. Open source.
⬇️ Install for Individuals · 🏢 Install for Teams · 📖 Documentation · 🎬 Demo · 💬 Discord
Transformer Lab is an open-source machine learning platform that unifies the fragmented AI tooling landscape into a single, elegant interface. It is available in two editions:
👤 For IndividualsPerfect for researchers and hobbyists working on a single machine.
|
🏢 For TeamsBuilt for research labs scaling across GPU clusters.
|
import lab) to get automatic logging, progress bars, and artifact tracking.curl https://lab.cloud/install.sh | bash
cd ~/.transformerlab/src
./run.sh
Open your browser to http://localhost:8338.
| Platform | Requirements |
|---|---|
| macOS | Apple Silicon (M1/M2/M3/M4) |
| Linux | NVIDIA or AMD GPU |
| Windows | NVIDIA GPU via WSL2 (setup guide) |
Transformer Lab for Teams runs as an overlay on your existing infrastructure. It does not replace your scheduler; it acts as a modern control plane for it.
To configure Transformer Lab to talk to Slurm or SkyPilot:
lab) or Web UI to queue tasks across your cluster.# Requires Node.js v22
npm install
npm start
cd api
./install.sh # Sets up Conda env + Python deps
./run.sh # Start the API server
pip install transformerlab
We are an open-source initiative backed by builders who care about the future of AI research. We welcome contributions! Please check our issues for open tasks.
AGPL-3.0 · See LICENSE for details.
@software{transformerlab,
author = {Asaria, Ali and Salomone, Tony},
title = {Transformer Lab: The Operating System for AI Research},
year = 2023,
url = {https://github.com/transformerlab/transformerlab-app}
}
Built with ❤️ by Transformer Lab in Canada 🇨🇦
Python
71.0%
TypeScript
26.9%
Shell
1.3%
The open source research environment for AI researchers to seamlessly train, evaluate, and scale models from local hardware to GPU clusters.
5,186
stars
11,342
commits
Python
primary language
Sep 9, 2026
updated
Designed for ML Researchers. Local, on-prem, or in the cloud. Open source.
⬇️ Install for Individuals · 🏢 Install for Teams · 📖 Documentation · 🎬 Demo · 💬 Discord
Transformer Lab is an open-source machine learning platform that unifies the fragmented AI tooling landscape into a single, elegant interface. It is available in two editions:
👤 For IndividualsPerfect for researchers and hobbyists working on a single machine.
|
🏢 For TeamsBuilt for research labs scaling across GPU clusters.
|
import lab) to get automatic logging, progress bars, and artifact tracking.curl https://lab.cloud/install.sh | bash
cd ~/.transformerlab/src
./run.sh
Open your browser to http://localhost:8338.
| Platform | Requirements |
|---|---|
| macOS | Apple Silicon (M1/M2/M3/M4) |
| Linux | NVIDIA or AMD GPU |
| Windows | NVIDIA GPU via WSL2 (setup guide) |
Transformer Lab for Teams runs as an overlay on your existing infrastructure. It does not replace your scheduler; it acts as a modern control plane for it.
To configure Transformer Lab to talk to Slurm or SkyPilot:
lab) or Web UI to queue tasks across your cluster.# Requires Node.js v22
npm install
npm start
cd api
./install.sh # Sets up Conda env + Python deps
./run.sh # Start the API server
pip install transformerlab
We are an open-source initiative backed by builders who care about the future of AI research. We welcome contributions! Please check our issues for open tasks.
AGPL-3.0 · See LICENSE for details.
@software{transformerlab,
author = {Asaria, Ali and Salomone, Tony},
title = {Transformer Lab: The Operating System for AI Research},
year = 2023,
url = {https://github.com/transformerlab/transformerlab-app}
}
Built with ❤️ by Transformer Lab in Canada 🇨🇦
Python
71.0%
TypeScript
26.9%
Shell
1.3%