We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d1800 commit b143f9cCopy full SHA for b143f9c
README.md
@@ -1,5 +1,11 @@
1
-# Keras-rest-server: A simple rest implementation for loading and serving keras models
+## Keras-rest-server: A simple rest implementation for loading and serving keras models
2
------------------
3
+## About:
4
+This repository contains a very simple server implemented in flask which loads a
5
+a simple neural network model trained using Keras from its saved-weights and
6
+model.
7
+
8
+In this example a very simple case of XOR is considered.
9
## Getting started:
10
11
### Clone this repository
0 commit comments