Skip to content

Installation

Prerequisites

  • Python 3.12+
  • uv package manager

Setup

Clone the repository and install dependencies:

git clone https://github.com/m2lines/Samudra.git
cd Samudra
uv sync --dev
source .venv/bin/activate

Verify Installation

Print the training CLI help to confirm everything is set up correctly:

uv run -m samudra.train --help