keras-rest-server icon indicating copy to clipboard operation
keras-rest-server copied to clipboard

document the possible requests

Open ctzurcanu opened this issue 8 years ago • 1 comments

This could become a very interesting project if combined with https://neurals-ro.github.io/keras-model-editor/ (https://github.com/neurals-ro/keras-model-editor ) Is the server able to save a model given in JSON?

This should grow into a full-remote for Keras:

  • update the model
  • ability to start batch learning
  • monitor the learning, get email when done
  • ability to download the weights

what part of this is already implemented?

ctzurcanu avatar Nov 27 '16 12:11 ctzurcanu

Hi @ctzurcanu , this implementation doesn't have many functionalities in there. It could just load the model and use it for prediction from a given end point. This can definitely grow when combined with the project you mentioned.

ansrivas avatar Nov 30 '16 23:11 ansrivas