1.0.0 • Published 6 years ago
@coach/coach v1.0.0
Coach CLI
Checkout https://coach.lkuich.com to register and get your API Key!
Setup
Install with npm
npm install -g @coach/coachLogin with your Coach API Key, Key ID, and Key Secret
coach loginTrain a new model
In this example we're going to train a flowers model. Our training data is organized in a directory structure like this:
flowers
|-Daisy
|-daisy-01.jpg
|-...
|-Dandelion
|-Sunflowers
|-Tulips First, sync our local image data with Coach
coach sync flowersThen start training, you can set the number of steps, or set the number of epochs to train on
coach train flowers -e 10Check the status of your model
coach status -m flowersUsage
Once your model is finished training, it's ready for use.
Check out the Coach Python SDK for usage:
https://github.com/lkuich/coach-python
1.0.0
6 years ago