Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 522 Bytes

README.md

File metadata and controls

10 lines (4 loc) · 522 Bytes

WebAssembly Powered Augmented Reality Sudoku Solver

You can find a brief tutorial that describes this project on my blog.

This project makes use of the WebAssembly build of OpenCV (a C++ computer vision library), Tensorflow (a machine learning library) and a solver written in Rust. It neatly demonstrates how WebAssembly allows you to write performance-critical web-based applications in a wide range of languages.