aihub
v1.0.2
Published
Artificial Intelligence Hub for Tensor Flow
Downloads
3
Readme
Aihub
Tensorflow based models
Table of contents
General info
AIHub documentation
Publishing model for public usage
To make your model accessible via public API
Invocation model
|Kind| Parameter | Type | Description |
| :--- | :--- | :--- | :--- |
|Header| Aihub-Signature
| string
| Required. Authorization header |
|Argument| d
| object
| Required. Data object, shall hold arguments for model operation |
|Returns| r
| object
| Result data object, shall hold results of model|