Metadata-Version: 2.1
Name: cvlab-keras
Version: 1.0
Summary: # Machine learning toolkit for CV-Lab
Home-page: https://github.com/cvlab-keras/cvlab_keras
Author: Karolina Baryłka, Katarzyna Kaczorowska, Filip Chodziutko
License: AGPL-3.0+
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: cvlab (>=1.3.0rc1)
Requires-Dist: tensorflow (>=2.3)

# Machine learning toolkit for CV-Lab

`cvlab_keras` is a plugin for [CV-Lab application](https://github.com/cvlab-ai/cvlab). 
It adds a toolkit for machine learning and a bunch of examples.

This extension is a wrapper for machine learning library 
[`tf.keras`](https://www.tensorflow.org/api_docs/python/tf/keras).

Requirements: `cvlab>=1.3.0rc1`,`tensorflow>=2.3`

# Installation

`pip install cvlab_keras`

or directly from GIT repository:

`pip install git+https://github.com/filip-chodziutko/cvlab_keras.git`


