Skip to content

Commit

Permalink
Prefixing ImageCaption project with intelligence-
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrashad committed Sep 28, 2016
1 parent 00a44fb commit 137a25e
Show file tree
Hide file tree
Showing 27 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A sample bot that illustrates how to use the [Microsoft Cognitive Services Computer Vision API](https://www.microsoft.com/cognitive-services/en-us/computer-vision-api) to analyze an image from a stream or a URL and return to the user the image caption.

[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net?ptmpl=CSharp/ImageCaption/azuredeploy.json)
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net)

### Prerequisites

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "CSharp/ImageCaption"
"defaultValue": "CSharp/intelligennce-ImageCaption"
},
"MicrosoftAppId": {
"type": "string"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A sample bot that illustrates how to use the Microsoft Cognitive Services Computer Vision API to analyze an image from a stream or a URL and return to the user the image caption.

[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net?ptmpl=Node/ImageCaption/azuredeploy.json)
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net)

### Prerequisites

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/ImageCaption"
"defaultValue": "Node/intelligennce-ImageCaption"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Build bots with powerful algorithms leveraging intelligence APIs.
Sample | Description | C# | Node
------------ | ------------- | :-----------: | :-----------:
LUIS | A sample bot using LuisDialog to integrate with a LUIS.ai application. | [View Sample](/CSharp/intelligence-LUIS)[![Deploy to Azure][Deploy Button]][Deploy CSharp/LUIS] | [View Sample](/Node/intelligence-LUIS)[![Deploy to Azure][Deploy Button]][Deploy Node/LUIS]
Image Caption | A sample bot that gets an image caption using Microsoft Cognitive Services Vision API. | [View Sample](/CSharp/ImageCaption)[![Deploy to Azure][Deploy Button]][Deploy CSharp/ImageCaption] | [View Sample](/Node/ImageCaption)[![Deploy to Azure][Deploy Button]][Deploy Node/ImageCaption]
Image Caption | A sample bot that gets an image caption using Microsoft Cognitive Services Vision API. | [View Sample](/CSharp/intelligence-ImageCaption)[![Deploy to Azure][Deploy Button]][Deploy CSharp/ImageCaption] | [View Sample](/Node/intelligence-ImageCaption)[![Deploy to Azure][Deploy Button]][Deploy Node/ImageCaption]

## Demo
These are bots designed to showcase end-to-end sample scenarios. They're great sources of code fragments if you're looking to have your bot lightup more complex features.
Expand Down Expand Up @@ -69,5 +69,5 @@ Azure Search | Two sample bots that help the user navigate large amounts of cont
[Deploy Node/ChannelData]: https://azuredeploy.net/?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/Node/core-ChannelData
[Deploy CSharp/ContosoFlowers]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/demo-ContosoFlowers
[Deploy Node/ContosoFlowers]: https://azuredeploy.net/?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/Node/demo-ContosoFlowers
[Deploy CSharp/ImageCaption]: https://azuredeploy.net?ptmpl=CSharp/ImageCaption/azuredeploy.json
[Deploy Node/ImageCaption]: https://azuredeploy.net?ptmpl=Node/ImageCaption/azuredeploy.json
[Deploy CSharp/ImageCaption]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/intelligence-ImageCaption
[Deploy Node/ImageCaption]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/Node/intelligence-ImageCaption

0 comments on commit 137a25e

Please sign in to comment.