Tag: WASM
All the articles with the tag "WASM".
-
Building a Handwriting Input Method from Scratch: Conclusion
Published date:Wrapping up the series on building a handwriting input method from scratch, discussing the complete implementation, challenges faced, and lessons learned throughout the project.
-
Building a Handwriting Input Method from Scratch: WASM Deployment
Published date:Deploying the trained handwriting recognition model to WebAssembly using Rust, enabling efficient client-side recognition in web browsers.
-
Building a Handwriting Input Method from Scratch: Model Inference
Published date:Implementation of handwriting recognition model inference using Rust Candle, focusing on optimizing performance and efficiency for real-time applications.
-
Building a Handwriting Input Method from Scratch: Model Training
Published date:Detailed guide on processing the CASIA-HWDB dataset and training a handwriting recognition model for Chinese characters using PyTorch, including dataset preprocessing and model implementation.
-
Building a Handwriting Input Method from Scratch: Preparation
Published date:Introduction to building a handwriting input method for Chinese characters from scratch, covering preparation steps, dataset selection, and technical approach using PyTorch for training, Rust Candle for inference, and WASM for deployment.
-
Developing Browser-Compatible npm Libraries with Rust + WASM
Published date:Using Rust + WASM for npm library development is an excellent choice.