Metadata-Version: 2.1
Name: deep_pipe
Version: 0.2.1
Summary: A collection of tools for deep learning experiments
Home-page: https://github.com/neuro-ml/deep_pipe
Author: NeuroML Group
License: MIT
Download-URL: https://github.com/neuro-ml/deep_pipe/v0.2.1.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Deep pipe

A collection of tools for deep learning experiments.


## Installation:
Using pip
```bash
pip install deep-pipe
```

Or from GitHub
```bash
git clone https://github.com/neuro-ml/deep_pipe.git
cd deep_pipe
pip install -e .
```

## Documentation

https://deep-pipe.readthedocs.io/en/latest/


