Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Microsoft Azure cognitive service custom vision cli tool, use to training/test your image files and also can export trained model.

Notifications You must be signed in to change notification settings

breakstring/customvision-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Azure cognitive custom vision tool set. Used to:

  1. Training your images
  2. Test the training result
  3. Export training module.

How to use

  1. clone the code from repo
  2. install dependencies
npm install
  1. set 'TRAINING_KEY' in .env file or enviroment variable.

Training

  1. Put your image files in 'training' folder, and orgnize with tag as sub-folder name.
  2. run the following code:
npm run training

training

Test

  1. Put your image files need be tested in 'quicktest' folder.
  2. Run the following code:
npm run test

training

Export

Run the code:

npm run export

training

About

Microsoft Azure cognitive service custom vision cli tool, use to training/test your image files and also can export trained model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published