This repository contains a very simple server implemented in flask which loads a a simple neural network model trained using Keras from its saved-weights and model.
In this example a very simple case of XOR is considered.
git clone https://github.com/ansrivas/keras-rest-server.git
cd keras-rest-server
sudo pip install -r requirements.txt
python createpickles.py
Run the server (defaults to http://localhost:7171)
python server.py
python client.py