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
Copy file name to clipboardExpand all lines: articles/cognitive-services/Custom-Vision-Service/export-your-model.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ Custom Vision Service allows classifiers to be exported to run offline. You can
21
21
22
22
Custom Vision Service supports the following exports:
23
23
24
-
*__Tensorflow__ for __Android__.
25
-
***TensorflowJS** for JavaScript frameworks like React, Angular, and Vue. This will run on both **Android** and **iOS** devices.
24
+
*__TensorFlow__ for __Android__.
25
+
***TensorFlow.js** for JavaScript frameworks like React, Angular, and Vue. This will run on both **Android** and **iOS** devices.
26
26
*__CoreML__ for __iOS11__.
27
27
*__ONNX__ for __Windows ML__, **Android**, and **iOS**.
28
28
*__[Vision AI Developer Kit](https://azure.github.io/Vision-AI-DevKit-Pages/)__.
@@ -74,8 +74,8 @@ To export the model after retraining, use the following steps:
74
74
75
75
Integrate your exported model into an application by exploring one of the following articles or samples:
76
76
77
-
*[Use your Tensorflow model with Python](export-model-python.md)
77
+
*[Use your TensorFlow model with Python](export-model-python.md)
78
78
*[Use your ONNX model with Windows Machine Learning](custom-vision-onnx-windows-ml.md)
79
79
* See the sample for [CoreML model in an iOS application](https://go.microsoft.com/fwlink/?linkid=857726) for real-time image classification with Swift.
80
-
* See the sample for [Tensorflow model in an Android application](https://github.com/Azure-Samples/cognitive-services-android-customvision-sample) for real-time image classification on Android.
80
+
* See the sample for [TensorFlow model in an Android application](https://github.com/Azure-Samples/cognitive-services-android-customvision-sample) for real-time image classification on Android.
81
81
* See the sample for [CoreML model with Xamarin](https://github.com/xamarin/ios-samples/tree/master/ios11/CoreMLAzureModel) for real-time image classification in a Xamarin iOS app.
0 commit comments