Skip to content

Commit

Permalink
Update path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherry committed Sep 25, 2021
1 parent a2f9145 commit 2dce9d9
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions Instructions/Labs/01-image-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\analyze-image.ps1 store-cam1.jpg
.\Allfiles\Labs\analyze-image.ps1 store-cam1.jpg
```
7. Review the results of the image analysis, which include:
Expand All @@ -97,7 +97,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
To analyze the second image, enter the following command:
```
.\analyze-image.ps1 store-cam2.jpg
.\Allfiles\Labs\analyze-image.ps1 store-cam2.jpg
```
9. Review the results of the image analysis for the second image.
Expand All @@ -109,7 +109,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
To analyze the third image, enter the following command:
```
.\analyze-image.ps1 store-cam3.jpg
.\Allfiles\Labs\analyze-image.ps1 store-cam3.jpg
```
11. Review the results of the image analysis for the third image.
Expand Down
6 changes: 3 additions & 3 deletions Instructions/Labs/02-image-classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,23 +137,23 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\classify-image.ps1 1
.\Allfiles\Labs\classify-image.ps1 1
```
7. Review the prediction, which should be **apple**.
8. Now let's try another image:
```
.\classify-image.ps1 2
.\Allfiles\Labs\classify-image.ps1 2
```
9. Verify that the model classifies this image as **banana**.
10. Finally, let's try the third test image:
```
.\classify-image.ps1 3
.\Allfiles\Labs\classify-image.ps1 3
```
11. Verify that the model classifies this image as **orange**.
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Labs/03-object-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\detect-objects.ps1
.\Allfiles\Labs\detect-objects.ps1
```
7. Review the prediction, which should be *apple orange banana**.
Expand Down
6 changes: 3 additions & 3 deletions Instructions/Labs/04-face-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\find-faces.ps1 store-cam1.jpg
.\Allfiles\Labs\find-faces.ps1 store-cam1.jpg
```
7. Review the details of the faces found in the image, which include:
Expand All @@ -99,7 +99,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
To analyze the second image, enter the following command:
```
.\find-faces.ps1 store-cam2.jpg
.\Allfiles\Labs\find-faces.ps1 store-cam2.jpg
```
9. Review the results of the face analysis for the second image.
Expand All @@ -111,7 +111,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
To analyze the third image, enter the following command:
```
.\find-faces.ps1 store-cam3.jpg
.\Allfiles\Labs\find-faces.ps1 store-cam3.jpg
```
11. Review the results of the face analysis for the third image.
Expand Down
6 changes: 3 additions & 3 deletions Instructions/Labs/05-optical-character-recognition.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\ocr.ps1 advert.jpg
.\Allfiles\Labs\ocr.ps1 advert.jpg
```
7. Review the details found in the image. The text found in the image is organized into a hierarchical structure of regions, lines, and words, and the code reads these to retrieve the results.
Expand All @@ -108,7 +108,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
To analyze the second image, enter the following command:
```
.\ocr.ps1 letter.jpg
.\Allfiles\Labs\ocr.ps1 letter.jpg
```
9. Review the results of the analysis for the second image.
Expand All @@ -120,7 +120,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
To analyze the third image, enter the following command:
```
.\ocr.ps1 note.jpg
.\Allfiles\Labs\ocr.ps1 note.jpg
```
11. Review the results of the analysis for the third image.
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Labs/06-receipts-with-form-recognizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\form-recognizer.ps1
.\Allfiles\Labs\form-recognizer.ps1
```
7. Review the returned results. See that Form Recognizer is able to interpret the data in the form, correctly identifying the merchant address and phone number, and the transaction date and time, as well as the line items, subtotal, tax, and total amounts.
Expand Down
8 changes: 4 additions & 4 deletions Instructions/Labs/07-text-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\analyze-text.ps1 review1.txt
.\Allfiles\Labs\analyze-text.ps1 review1.txt
```
You will be reviewing this text:
Expand All @@ -100,7 +100,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\analyze-text.ps1 review2.txt
.\Allfiles\Labs\analyze-text.ps1 review2.txt
```
You will be reviewing this text:
Expand All @@ -116,7 +116,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\analyze-text.ps1 review3.txt
.\Allfiles\Labs\analyze-text.ps1 review3.txt
```
You will be reviewing this text:
Expand All @@ -132,7 +132,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\analyze-text.ps1 review4.txt
.\Allfiles\Labs\analyze-text.ps1 review4.txt
```
You will be reviewing this text:
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Labs/08-speech.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\speaking-clock.ps1
.\Allfiles\Labs\speaking-clock.ps1
```
7. Review the output, which should have successfully recognized the text "What time is it?" and saved an appropriate response in a file named *output.wav*.
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Labs/09-translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\translator.ps1
.\Allfiles\Labs\translator.ps1
```
7. Review the output.
Expand Down
4 changes: 2 additions & 2 deletions Instructions/Labs/10-language-understanding.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\understand.ps1 "Turn on the light"
.\Allfiles\Labs\understand.ps1 "Turn on the light"
```
7. Review the results - the app should have predicted that the intended action is to switch on the light.
8. Now try another command:
```
.\understand.ps1 "Switch the fan off"
.\Allfiles\Labs\understand.ps1 "Switch the fan off"
```
9. Review the results from this command- the app should have predicted that the intended action is to switch off the fan.
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Labs/12-anomaly-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Now that you have a cloud shell environment, you can run a simple client applica
```
cd ai-900
.\detect-anomalies.ps1
.\Allfiles\Labs\detect-anomalies.ps1
```
7. Review the results, noting that the final column in the results is True or False to indicate if the value is considered an anomaly.
Expand Down

0 comments on commit 2dce9d9

Please sign in to comment.