Metadata-Version: 2.4
Name: skit-lean
Version: 1.2.2
Summary: A library to list and display DL experiments from DL_Experiments_updated.ipynb
Author: Anonymous
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# skit-lean

A simple library to list and perform deep learning experiments extracted from `DL_Experiments.ipynb`.

## Installation

```bash
pip install skit-lean
```

## Usage

```python
from skit_lean import list, perform

# List all available experiments
list()

# View the code for a specific experiment (e.g., experiment 1)
perform(1)
```
