Skip to content
/ axon Public

ML platform for training, versioning, and experimenting with VLM and VLA models at scale

License

Notifications You must be signed in to change notification settings

OpenXRIF/axon

Repository files navigation


Axon - ML Platform

ML platform for training, versioning, and experimenting with VLA models at scale
Explore the docs »

About The Project

API Example

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Get API Keys for

.env file:

ANTHROPIC_API_KEY=""
OPENAI_API_KEY=""
HF_ACCESS_TOKEN=""
COHERE_API_KEY=""
WANDB_API_KEY="" # Weights and Biases

Installation

  1. Install dependencies
poetry install

API and Swagger Docs

  1. Run the API
cd platform
fastapi dev main.py
  1. Visit http://localhost:8000/docs

(back to top)