A Full-Stack Labeling Platform That Outlived Its Developers
It unifies image, LiDAR, and LLM annotation under one roof, shipping built-in AI pre-labeling to cut down manual tagging time.

What it does Xtreme1 is a browser-based platform for annotating multimodal training data. It handles 2D image bounding boxes and segmentation, 3D LiDAR point cloud object detection and tracking, and includes a beta tool for LLM RLHF. The system integrates pre-trained models like YOLOR, RITM, OpenPCDet, and AB3DMOT to generate pre-labels and interactive segmentation hints.
The interesting bit Rather than stopping at raw annotation, it bundles an Ontology Center for hierarchical class structures and attributes, plus dataset curation and model-result visualization—features that usually require separate MLOps pipelines. That makes it a surprisingly complete data preparation workstation, not just a drawing tool.
Key highlights
- Supports 2D image, 3D LiDAR, and 2D/3D sensor fusion annotation projects
- AI-assisted pre-labeling via YOLOR, RITM, OpenPCDet, and AB3DMOT for detection, segmentation, and tracking
- Configurable ontology management with class hierarchies and custom attributes
- Data quality monitoring, error detection, and model result visualization
- Beta RLHF annotation interface for large language models
- Deploys as a Docker Compose application with MySQL, Redis, and MinIO backends; built-in model services require NVIDIA CUDA on Linux
Caveats
- The development team has disbanded and the repository is explicitly no longer maintained or supported, remaining available only for archival purposes
- Built-in AI model containers require a Linux host with NVIDIA CUDA and an NVIDIA T4-class GPU (or similar), so the assisted labeling features are unavailable on standard macOS or Windows deployments
- The LLM RLHF feature is in beta, and the README defers detailed feature documentation to an external docs site
Verdict A viable starting point for teams that need a self-hosted, multimodal annotation suite and are willing to fork and maintain a dead codebase. Skip it if you require active support, security updates, or hassle-free cloud hosting.
Frequently asked
- What is xtreme1-io/xtreme1?
- It unifies image, LiDAR, and LLM annotation under one roof, shipping built-in AI pre-labeling to cut down manual tagging time.
- Is xtreme1 open source?
- Yes — xtreme1-io/xtreme1 is open source, released under the Apache-2.0 license.
- What language is xtreme1 written in?
- xtreme1-io/xtreme1 is primarily written in TypeScript.
- How popular is xtreme1?
- xtreme1-io/xtreme1 has 1.2k stars on GitHub.
- Where can I find xtreme1?
- xtreme1-io/xtreme1 is on GitHub at https://github.com/xtreme1-io/xtreme1.