lazear / dbscan

Dependency free implementation of DBSCAN clustering in Rust
MIT License
9 stars 5 forks source link

wasm #1

Closed arturaugusto closed 2 years ago

arturaugusto commented 2 years ago

Hi, Just want to let you know that I've compiled your library to WebAssembly, and it works fast and great! https://github.com/arturaugusto/dbscan-rust-wasm Thank you.

lazear commented 2 years ago

Glad it was helpful! I've been meaning to play around with wasm myself - just curious, what are you using it for? @arturaugusto

arturaugusto commented 2 years ago

I'm building a web application to do realtime OCR through the camera. The user will be able do the training step by choosing a specific font from the web interface. DBSCAN play the important role of text segmentation. It will be open source! I tell you when release de first version.