2019-06-06 14:21:15 +02:00
# PyDataVec : Python interface for DataVec
2019-12-06 08:10:38 +01:00
[![Join the chat at https://gitter.im/deeplearning4j/deeplearning4j ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/deeplearning4j/deeplearning4j?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
[![PyPI version ](https://badge.fury.io/py/pydatavec.svg )](https://badge.fury.io/py/pydatavec)
2019-06-06 14:21:15 +02:00
## Installation
```bash
pip install pydatavec
```
## Examples
2019-10-30 09:03:27 +01:00
Examples are in the [dl4j-examples repo ](https://www.github.com/eclipse/deeplearning4j-examples )
2019-06-06 14:21:15 +02:00
Clone dl4j-examples:
```bash
2019-12-06 08:10:38 +01:00
git clone https://www.github.com/eclipse/deeplearning4j-examples.git
2019-06-06 14:21:15 +02:00
```
Run examples in `pydatavec-examples` directory
```bash
2019-12-06 08:10:38 +01:00
cd deeplearning4j-examples/pydatavec-examples
2019-06-06 14:21:15 +02:00
python basic.py
python iris.py
python reduction.py
```