Metadata-Version: 2.1
Name: mlcvzoo-base
Version: 4.1.0
Summary: MLCVZoo Base Package
Home-page: https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo
License: Open Logistics License Version 1.0
Author: Maximilian Otten
Author-email: maximilian.otten@iml.fraunhofer.de
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: backports.strenum (>=1.1,<2.0); python_version < "3.10"
Requires-Dist: dataclasses-json (>=0.5,<0.6)
Requires-Dist: imageio (>=2.9,<3.0)
Requires-Dist: mlflow (>=1.22,<2.0)
Requires-Dist: nptyping (>=2.0,<3.0)
Requires-Dist: numpy (>=1.19.2,!=1.19.5)
Requires-Dist: opencv-contrib-python (>=4.5,<5.0,!=4.5.5.64)
Requires-Dist: opencv-python (>=4.5,<5.0,!=4.5.5.64)
Requires-Dist: pillow (>=8.2,<9.0)
Requires-Dist: protobuf (<=3.20)
Requires-Dist: related-mltoolbox (>=1.0,<2.0)
Requires-Dist: tensorboardX (>=2.5,<3.0)
Requires-Dist: terminaltables (>=3.1,<4.0)
Requires-Dist: tqdm (>=4.61,<5.0)
Requires-Dist: yaml-config-builder (>=6.0,<7.0)
Project-URL: Documentation, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo/-/blob/main/documentation/index.adoc
Project-URL: Repository, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo
Description-Content-Type: text/markdown

# MLCVZoo Base

The MLCVZoo is an SDK for simplifying the usage of various (machine learning driven)
computer vision algorithms. The package **mlcvzoo_base** provides the base modules
that are defining the MLCVZoo API. Furthermore, it includes modules that allow to handle
and process the data structures of the MLCVZoo, as well as providing modules for
running evaluations / calculation of metrics.

Further information about the MLCVZoo can be found [here](../README.md).

## Install
`
pip install mlcvzoo-base
`

## Technology stack

- Python

