Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 604 Bytes

README.rst

File metadata and controls

40 lines (25 loc) · 604 Bytes

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