New
V 0.1
Changelog
- Project Overview and Documentation
- Updated Zant description as an SDK for deploying optimized neural networks on microcontrollers
- Revised key features, use cases, and reasons to use Zant
- Updated roadmap with short-term (Q1 2025), mid-term (Q2-Q3 2025), and long-term (Q3 2025) goals
- Added comprehensive documentation for code generation and model integration
- Added instructions for generating code for models and testing them
- Added section on integrating projects with Zant via static library and CMake
- Build System and Dependencies
- Updated Zig version from 0.13.0 to 0.14.0
- Removed build.zig.zon file
- Added new module for code generation in build.zig
- Added executable for code generation with options
- Added test for oneOp models with dependencies
Code Generation
- Renamed src/codeGen directory to src/CodeGen for consistency
- Added shape_handler and zant_codegen modules
- Added functions for parsing input shapes from codegen options
- Added network output initialization handling