Version: | 0.0.1 |
---|
A python helper for keras regression/classification tasks
- Training helper for quickstart
- Prediciton helper
- client/server helper for remote predictions
keras-easy
depends on the following libraries:
- imagesize
- keras
- tensforflow
To install:
$ pip install keras-easy
$ 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