From 65ac4ec0e7ef0ac83eb6fef4bcb4abc5ba815335 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Tue, 30 Sep 2025 10:48:37 +0200 Subject: [PATCH] fix(index.html): fix a couple of typos - s/builing/building/ - s/wiil/will/ --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 37a1127..cf3e8f1 100644 --- a/index.html +++ b/index.html @@ -172,7 +172,7 @@

The Zant Project

Project Overview

-

We are builing an open-source SDK designed to simplify and cost-effectively deploy machine learning models on embedded and edge devices. With Zant, developers wiil be able to easily optimize and deploy models on a wide range of hardware, minimizing the need for complex reimplementation when switching platforms. +

We are building an open-source SDK designed to simplify and cost-effectively deploy machine learning models on embedded and edge devices. With Zant, developers will be able to easily optimize and deploy models on a wide range of hardware, minimizing the need for complex reimplementation when switching platforms.
The first release of Zant will be a static library that takes an ML model as input and produces an optimized, device-specific executable. Built primarily in the Zig programming language, Zant leverages two powerful features of Zig: