exponentDocumentation

Documentation

Exponent-ML Documentation

Build ML models from the CLI using LLMs and Modal

Exponent-ML is a powerful command-line tool that enables anyone to create, train, and deploy machine learning models by simply describing their task and uploading a dataset. The tool uses Large Language Models (LLMs) to generate production-ready Python code based on your specific requirements and dataset structure.

Installation

From PyPI (Recommended)

bash
pip install exponent-ml

From Source

bash
git clone https://github.com/yourusername/exponent-ml.git
cd exponent-ml
pip install -e .

Verify Installation

bash
exponent --help