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.
- Host: GitHub
- URL: https://github.com/nsembleai/nsvision
- Owner: nsembleai
- License: mit
- Created: 2020-04-02T12:05:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T05:26:09.000Z (over 4 years ago)
- Last Synced: 2025-02-01T12:04:05.302Z (about 1 year ago)
- Topics: 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
- Language: Python
- Homepage: https://nsvision.nsemble.ai/
- Size: 2.45 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nsvision
[](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
```