Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 316 Bytes

Resources

Here you can find different resources which are existing as an HTTP API.

API

/iris_api

Detect iris class from the list.

Input: json file

Example:

    curl -d '{"features":[1,2,3,4]}' \
        -H "Content-Type: application/json" \
        -X POST http://localhost:8000/iris_api