Skip to content

Commit 7a34fa1

Browse files
authored
Update LRI URL (#55)
1 parent 7a952c3 commit 7a34fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![Build Status](https://travis-ci.com/IBM/MAX-ResNet-50.svg?branch=master)](https://travis-ci.com/IBM/MAX-ResNet-50) [![Website Status](https://img.shields.io/website/http/max-resnet-50.max.us-south.containers.appdomain.cloud/swagger.json.svg?label=api+demo)](http://max-resnet-50.max.us-south.containers.appdomain.cloud/)
1+
[![Build Status](https://travis-ci.com/IBM/MAX-ResNet-50.svg?branch=master)](https://travis-ci.com/IBM/MAX-ResNet-50) [![Website Status](https://img.shields.io/website/http/max-resnet-50.codait-prod-41208c73af8fca213512856c7a09db52-0000.us-east.containers.appdomain.cloud/swagger.json.svg?label=api+demo)](http://max-resnet-50.codait-prod-41208c73af8fca213512856c7a09db52-0000.us-east.containers.appdomain.cloud)
22

33
[<img src="docs/deploy-max-to-ibm-cloud-with-kubernetes-button.png" width="400px">](http://ibm.biz/max-to-ibm-cloud-tutorial)
44

55
# IBM Code Model Asset Exchange: ResNet-50 Image Classifier
66

77
This repository contains code to instantiate and deploy an image classification model. This model recognizes the 1000 different classes of objects in the [ImageNet 2012 Large Scale Visual Recognition Challenge](http://www.image-net.org/challenges/LSVRC/2012/). The model consists of a deep convolutional net using the ResNet-50 architecture that was trained on the ImageNet-2012 data set. The input to the model is a 224x224 image, and the output is a list of estimated class probilities.
88

9-
The model is based on the [Keras built-in model for ResNet-50](https://keras.io/applications/#resnet50). The model files are hosted on [IBM Cloud Object Storage](https://max-assets-prod.s3.us-south.cloud-object-storage.appdomain.cloud/max-resnet50/1.0.0/assets.tar.gz). The code in this repository deploys the model as a web service in a Docker container. This repository was developed as part of the [IBM Code Model Asset Exchange](https://developer.ibm.com/code/exchanges/models/) and the public API is powered by [IBM Cloud](https://ibm.biz/Bdz2XM).
9+
The model is based on the [Keras built-in model for ResNet-50](https://keras.io/applications/#resnet50). The model files are hosted on [IBM Cloud Object Storage](https://max-cdn.cdn.appdomain.cloud/max-resnet50/1.0.0/assets.tar.gz). The code in this repository deploys the model as a web service in a Docker container. This repository was developed as part of the [IBM Code Model Asset Exchange](https://developer.ibm.com/code/exchanges/models/) and the public API is powered by [IBM Cloud](https://ibm.biz/Bdz2XM).
1010

1111
## Model Metadata
1212
| Domain | Application | Industry | Framework | Training Data | Input Data Format |

0 commit comments

Comments
 (0)