From c8383d344728502e6f724fc596f160b0bd9512c9 Mon Sep 17 00:00:00 2001 From: Komei Shimamura Date: Wed, 15 Apr 2015 00:04:20 -0700 Subject: [PATCH] Add swagger documentation chapter into README.md Closed-Issue: #14 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c904d4..035ee27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Cognitive ========= -ML as a Service +Machine Learning as a Service (MLaaS) It is still in development. If you find any errors, please let us know. @@ -53,4 +53,8 @@ Missing features Applying ML algorithm on an input that has some missing entries Applying ML algorithm on an input that has non-numerical values - +API Documentation +----------------- + +Swagger API Documentation is available via `http://127.0.0.1:8000/docs` after launchnig Django server. +