keras-rest-server
keras-rest-server copied to clipboard
document the possible requests
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?
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.