From d25834c7f709c4a9c1a92e9f35fa70f00b694cf3 Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Wed, 6 Sep 2023 17:31:44 -0700 Subject: [PATCH] Add whisper blog to the website (#17383) --- js/blogs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/blogs.json b/js/blogs.json index e37ffbadf0..7f49ace32d 100644 --- a/js/blogs.json +++ b/js/blogs.json @@ -6,6 +6,12 @@ "blurb": "This blog presents technical details of On-Device training with ONNX Runtime. It explains how On-Device Training works and what are the different steps and artifacts involved in the training process. This information will help you train your models on edge devices.", "link": "https://cloudblogs.microsoft.com/opensource/2023/07/05/on-device-training-with-onnx-runtime-a-deep-dive/" }, + { + "title": "Build and deploy fast and portable speech recognition applications with ONNX Runtime and Whisper", + "date": "June 7th, 2023", + "blurb": "Learn how ONNX Runtime accelerates Whisper and makes it easy to deploy on desktop, mobile, in the cloud, and even in the browser.", + "link": "https://medium.com/microsoftazure/build-and-deploy-fast-and-portable-speech-recognition-applications-with-onnx-runtime-and-whisper-5bf0969dd56b" + }, { "title": "On-Device Training: Efficient training on the edge with ONNX Runtime", "date": "May 31st, 2023",