This repository is an example project for RustView, demonstrating how to build a web-interfaced OCR using Rust and ONNX Runtime.
The application uses a ResNet-based model to recognize Old Turkic (Gokturk) characters.
- Pure-Rust implementation
- ResNet-based OCR for 75 Gokturk characters
- Low-latency inference via ONNX Runtime
- Web UI powered by RustView
The model is hosted on Hugging Face: EdgeTypE/Gokturk_OCR_Test
- Rust 1.88+
cargo runThe application will automatically open in your browser at http://127.0.0.1:8501.
