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.
pip install exponent-mlgit clone https://github.com/yourusername/exponent-ml.git
cd exponent-ml
pip install -e .exponent --help