Mint | |
Summary | Single header file C library for tensor manipulation from scratch |
Key Decisions | Single header file in STB style. Should be easy to include in any C project. Zero dependency. Optionally use BLAS and NEON intrinsics. Allows custom memory allocator. Built-in ONNX loader. |
Links | Code |
Anvil | |
Summary | Inference engine for neural network models written from scratch in Odin programming language. |
Key Decisions | Zero dependency. Custom safetensors loader. Custom ONNX loader and executor. SIMD-optimized operations. Approximation of various float-valued functions. |
Links | Code WASM Live Demo |