Metadata-Version: 2.1
Name: mlcvzoo-tf-classification
Version: 6.0.3
Summary: MLCVZoo TF Classifcation Package
Home-page: https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo-models/mlcvzoo-tf-classification
License: Open Logistics Foundation License v1.3
Author: Maximilian Otten
Author-email: maximilian.otten@iml.fraunhofer.de
Requires-Python: >=3.8,<3.12
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: attrs (>=20)
Requires-Dist: keras (>=2.6)
Requires-Dist: keras-preprocessing (>=1)
Requires-Dist: mlcvzoo_base (>=5,<6)
Requires-Dist: nptyping (>=2.0)
Requires-Dist: numpy (>=1.19.2,!=1.19.5)
Requires-Dist: opencv-contrib-python (>=4.5,!=4.5.5.64)
Requires-Dist: opencv-python (>=4.5,!=4.5.5.64)
Requires-Dist: pandas (>=1.3.3)
Requires-Dist: related-mltoolbox (>=1,<2)
Requires-Dist: tensorflow-cpu (>=2.6)
Requires-Dist: yaml-config-builder (>=8,<9)
Project-URL: Documentation, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo-models/mlcvzoo-tf-classification/-/blob/main/documentation/index.adoc
Project-URL: Repository, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo-models/mlcvzoo-tf-classification
Description-Content-Type: text/markdown

# MLCVZoo TF Classification

The MLCVZoo is an SDK for simplifying the usage of various (machine learning driven)
computer vision algorithms. The package **mlcvzoo_tf_classification** is the wrapper module
for classification algorithms that are implemented using tensorflow.

## Install
`
pip install mlcvzoo-tf-classification
`

## Technology stack

- Python

