Home

Awesome

Keras utilities (Kuti)

The project contains utilities for image assessment development with Keras/Tensorflow, including utilities for model training, custom generators, image management and augmentation. This is a poetry package for ku.

The library requires tensorflow >= 1.14 or 2.x installed.

$ pip install kuti

Overview

Some of the key components of each file:

model_helper.py:

generators.py:

image_utils.py:

image_augmenter.py:

generic.py:

applications.py:

You can find more information in the docstrings.