Articles by tag: onnx-runtime
Face swap on Rust: 60 FPS without Python | Technical Breakdown
How to build a face swap app on pure Rust without Python. We break down the lock-free threads architecture, memory optimization, and use of ONNX Runtime. Download the binary and try it.
TransformersPHP: transformers in PHP without Python
Integrating BERT and DistilBERT into PHP backend via ONNX. Local inference, embeddings, semantic search. Installation, code examples, optimization for middle/senior. Start without API.