From c0c926b8c2e4b00e24a04d058aad4eac4c7129d8 Mon Sep 17 00:00:00 2001 From: I-Jong Lin Date: Thu, 8 Sep 2022 14:29:27 -0700 Subject: [PATCH 1/2] Add links and badge for Tiyaro support --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 5568fcbdf..8926feec1 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,20 @@ 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) + + + + + + From e16e4241e38063dfa665b6a0eac0ec370db082d9 Mon Sep 17 00:00:00 2001 From: I-Jong Lin Date: Fri, 9 Sep 2022 12:41:52 -0700 Subject: [PATCH 2/2] Change alignment on badge, add quick link for object detection --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8926feec1..1b71271e3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ export PYTHONPATH="$PYTHONPATH:/path/to/models" ## Hosted APIs -

+

@@ -31,6 +31,7 @@ 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)