Skip to content

Commit b143f9c

Browse files
committed
readme updated with details of usage
1 parent 18d1800 commit b143f9c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# Keras-rest-server: A simple rest implementation for loading and serving keras models
1+
## Keras-rest-server: A simple rest implementation for loading and serving keras models
22
------------------
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.
39
## Getting started:
410

511
### Clone this repository

0 commit comments

Comments
 (0)