Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mritunjaysharma394 authored Sep 17, 2020
1 parent 205dcb1 commit 2797e04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Save the above credentials with SECRET_NAME as: `AZURE_ENDPOINT`, `AZURE_TRAININ
Step 3: Copy the below workflow file:

```yaml

name: Auto Custom Vision Classifier
on:
push:
Expand All @@ -29,8 +30,9 @@ jobs:
id: model
uses: mritunjaysharma394/autoCustomVision@master
with:
tags: "[Hemlock,Japanese Cherry]"
tagsVar: "[hemlock,japanese_cherry]"
tags: "[Hemlock,Japanese Cherry]" # Rename it according to the folder name under images/ which will also be our name to the tags
tagsVar: "[hemlock_,japanese_cherry_]" # Rename it according to the symmetry of file names under images/tag/
trainSize: "10" # Train Size of Each Tag
endpoint: ${{ secrets.AZURE_ENDPOINT }}
trainingKey: ${{ secrets.AZURE_TRAINING_KEY }}
predictionKey: ${{ secrets.AZURE_PREDICTION_KEY }}
Expand Down

0 comments on commit 2797e04

Please sign in to comment.