Metadata-Version: 2.4
Name: ml2000
Version: 0.1.36
Summary: A CLI tool to generate machine learning experiment templates and datasets.
Author-email: Your Name <your.email@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyperclip

# ML Labs Generator

This tool generates boilerplate code and datasets for standard Machine Learning experiments.

## Installation

```bash
pipx install .
```

## Usage

```bash
# Generate the experiments and datasets
ml-labs generate

# Print the required packages
ml-labs requirements
```
