From 065cfe9a89d6a301f7d565fb52d94ed0da78cc8e Mon Sep 17 00:00:00 2001 From: Avarayr <7735415+avarayr@users.noreply.github.com> Date: Sat, 1 Jan 2022 15:46:51 -0800 Subject: [PATCH] Fix and refactor Applied Classification README (#498) * Refactored the classify-4 README to use modern ES6 javascript syntax * Fixed the nonworking onnxruntime version * Applied the javascript refactoring to applied classify solution --- 4-Classification/4-Applied/README.md | 84 ++++++--------- .../4-Applied/solution/index.html | 102 +++++++----------- 2 files changed, 72 insertions(+), 114 deletions(-) diff --git a/4-Classification/4-Applied/README.md b/4-Classification/4-Applied/README.md index 19344e2b..ef63b2b6 100644 --- a/4-Classification/4-Applied/README.md +++ b/4-Classification/4-Applied/README.md @@ -219,79 +219,59 @@ You can use your model directly in a web app. This architecture also allows you 1. First, import the [Onnx Runtime](https://www.onnxruntime.ai/): ```html - + ``` > Onnx Runtime is used to enable running your Onnx models across a wide range of hardware platforms, including optimizations and an API to use. 1. Once the Runtime is in place, you can call it: - ```javascript + ```html ``` diff --git a/4-Classification/4-Applied/solution/index.html b/4-Classification/4-Applied/solution/index.html index 3ba07707..f9cda9bb 100644 --- a/4-Classification/4-Applied/solution/index.html +++ b/4-Classification/4-Applied/solution/index.html @@ -47,73 +47,51 @@ + } + +