[
](https://github.com/
TensorVision/TensorVision/blob/master/LICENSE)
TensorVision is a simple toolkit to easily apply image classification networks.
Installation
You can install TensorVision and its requirements via:
$ pip install -r https://raw.githubusercontent.com/TensorVision/TensorVision/master/requirements.txt $ pip install https://github.com/TensorVision/TensorVision/archive/master.zip
For more details, please have a look at the installation instructions in the documentation.
Documentation
Documentation is available online: http://tensorvision.readthedocs.io
Examples
Examples of how to utilize TensorVision to perform various tasks can be found in our KittiSeg, KittiBox and MultiNet repository.