Metadata-Version: 2.3
Name: deepview_data
Version: 3.6.0
Summary: Support for custom image datasets in DeepView
Home-page: https://github.com/satishlokkoju/deepview
License: Apache-2.0
Author: Satish Lokkoju
Author-email: satish.lokkoju@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Requires-Dist: deepview==3.6.0
Requires-Dist: tqdm>=4.65.0
Requires-Dist: opencv-python-headless>=4.0.0
Requires-Dist: typing-extensions>=4.0.0; python_version < '3.8'
Requires-Dist: types-tqdm>=4.65.0 ; extra == "dev"
Project-URL: Changelog, https://github.com/satishlokkoju/deepview/blob/main/CHANGELOG.md
Project-URL: Documentation, https://satishlokkoju.github.io/deepview
Provides-Extra: dev

# Data and Network Introspection Kit (DeepView) - Datasets
This package contains the Dataset extensions of [DeepView](https://github.com/satishlokkoju/deepview).

To learn more about DeepView, please see the [docs](https://satishlokkoju.github.io/deepview).

## Installation

To install use:
```
pip install "deepview[datasets]"
```

