stanza
stanza copied to clipboard
Build Pyodide (web assembly) wheel
I would like a way to deploy stanza models in web environments, i.e. using pyodide.
I imagine that dependencies are the biggest (insurmountable?) hurdle blocking this feature. It does not appear that spacy has an official wasm build, but they appear to be close (https://github.com/pyodide/pyodide/pull/4108). Tools like transformers.js that can substitute for the transformers package.
Perhaps a web assembly version of stanza would have some limited capabilities, but it would be fantastic to be able to use models for lower-resource languages on the web.