Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nsembleai/nsvision

nsvision is the image data pre and post processing and data augmentation library. It provides utilities for working with image data.
https://github.com/nsembleai/nsvision

data-science docker image image-classification image-manipulation image-processing jupyter library normalization numpy object-detection opencv opencv-python pillow python python-3 python-library python3 reduce-image-dimensions split-data

Last synced: 3 months ago
JSON representation

nsvision is the image data pre and post processing and data augmentation library. It provides utilities for working with image data.

Awesome Lists containing this project

README

        

# nsvision
[![Build Status](https://app.travis-ci.com/nsembleai/nsvision.svg?branch=master)](https://app.travis-ci.com/github/nsembleai/nsvision)

nsvision is the image data pre and post processing and data augmentation library. It provides utilities for working with image data.

Read the documentation at: https://nsvision.nsemble.ai

nsvision is compatible with Python 3.6+ and is distributed under the MIT license.

nsvision can be imported as
```python3
import nsvision as nv
```