Skip to content

Commit 51fb485

Browse files
committed
blog: Add community blog for ONNX usage in Ionic
1 parent d1da8a0 commit 51fb485

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/routes/blogs/+page.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,13 @@
447447
}
448448
];
449449
let blogsCommunity = [
450+
{
451+
title: 'Use AI models on-device with Ionic, React, and ONNX Runtime',
452+
date: 'December 1, 2025',
453+
link: 'https://vault.top/blog/use-ai-models-on-device-with-ionic-react-and-onnx-runtime',
454+
blurb:
455+
'A practical walkthrough of running AI models locally (on-device) in an Ionic React app across iOS, Android, and the web. Includes pseudocode examples using ONNX Runtime for model setup, inference, and use cases.'
456+
},
450457
{
451458
title: 'Sentence Transformers 3.2.0: 2x-3x Faster Inference with ONNX Runtime',
452459
date: 'October 10, 2024',

0 commit comments

Comments
 (0)