Metadata-Version: 2.4
Name: mlinternal
Version: 0.0.2
Summary: Machine Learning college datasets and notebooks
Author-email: ML College <author@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# mlinternal

Python package containing datasets and Jupyter notebooks for ML.

## Installation

```bash
pip install mlinternal
```

## Usage

Navigate to your working directory and run:

```bash
mlinternal-init
```

This will extract the datasets and notebooks into your current folder.
