diff --git a/README.md b/README.md index 5568fcbd..1b71271e 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,21 @@ To run models in the `models` subdirectory, you may need to add the top-level ``` export PYTHONPATH="$PYTHONPATH:/path/to/models" ``` + +## Hosted APIs + +

+ +

+ +Alternatively, you can experiment with models through hosted infrastructure: + +- For all tensorflow models hosted on [Tiyaro.ai](https://console.tiyaro.ai/explore?q=tensorflow&pub=tensorflow) + - Or specifically for [EfficientNet on Tiyaro.ai](https://console.tiyaro.ai/explore?q=efficientnet&pub=tensorflow) + - Or specifically for [RCNN on Tiyaro.ai](https://console.tiyaro.ai/explore?q=rcnn&pub=tensorflow) + + + + + +