You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CircuitPython prediction library for the Azure custom vision service.
21
21
22
-
To use this library, you will need to create a custom vision project at [CustomVision.ai](https://customvision.ai?WT.mc_id=circuitpythoncustomvisionprediction-github-jabenn).
22
+
To use this library, you will need to create a custom vision project at [CustomVision.ai](https://customvision.ai?WT.mc_id=circuitpythonazurecustomvisionprediction-github-jabenn).
23
23
Once you have your project, you will need to train either an image classification model, or an object detection model. You can then use this library to make predictions against this model.
24
24
25
25
You can read more on how to do this in the Microsoft docs:
26
26
27
-
* [Train an image classifier](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier?WT.mc_id=circuitpythoncustomvisionprediction-github-jabenn)
28
-
* [Train an object detection model](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/get-started-build-detector?WT.mc_id=circuitpythoncustomvisionprediction-github-jabenn)
27
+
- `Train an image classifier<https://aka.ms/AA88qph>`_
28
+
- `Train an object detection model<https://aka.ms/AA88llc>`_
0 commit comments