# PyDataVec : Python interface for DataVec [![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) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![PyPI version](https://badge.fury.io/py/pydatavec.svg)](https://badge.fury.io/py/pydatavec) ## Installation ```bash pip install pydatavec ``` ## Examples Examples are in the [dl4j-examples repo](https://www.github.com/eclipse/deeplearning4j-examples) Clone dl4j-examples: ```bash git clone https://www.github.com/eclipse/deeplearning4j-examples.git ``` Run examples in `pydatavec-examples` directory ```bash cd deeplearning4j-examples/pydatavec-examples python basic.py python iris.py python reduction.py ```