Metadata-Version: 2.4
Name: trainable-ai
Version: 0.0.1
Summary: AI-powered ML experimentation platform — local installer
Project-URL: Homepage, https://github.com/lucastononro/trainable
Author: Lucas Tononro
License: MIT
Keywords: ai,docker,experimentation,ml
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# trainable

AI-powered ML experimentation platform — local installer.

## Install

```bash
pip install trainable-ai
```

## Usage

```bash
mkdir trainable && cd trainable
trainable init
```

The wizard will:
1. Check that Docker is installed
2. Download the production Docker Compose file
3. Prompt for your API keys (Anthropic + Modal)
4. Write a `.env` file
5. Start the full stack

## Commands

| Command | Description |
|---------|-------------|
| `trainable init` | Setup wizard — downloads compose file, configures secrets, launches |
| `trainable up` | Start all services |
| `trainable down` | Stop all services |

## Requirements

- Docker with Compose plugin
- [Anthropic API key](https://console.anthropic.com/)
- [Modal account](https://modal.com/) — get tokens from [modal.com/settings](https://modal.com/settings)
