Skip to content

afranck64/keras-easy

Repository files navigation

keras-easy

Version: 0.0.1

A python helper for keras regression/classification tasks

Highlights

  • Training helper for quickstart
  • Prediciton helper
  • client/server helper for remote predictions

Installation

keras-easy depends on the following libraries:

  • imagesize
  • keras
  • tensforflow

To install:

$ pip install keras-easy

Quickstart

$ python -m keras_easy split config.cfg
$ python -m keras_easy train config.cfg
$ python -m keras_easy predict config.cfg path/to/some/image

Releases

No releases published

Packages

No packages published

Languages