An open API service indexing awesome lists of open source software.

https://github.com/rjmacarthy/transmuter

An example of how to use huggingface transformers in your browser.
https://github.com/rjmacarthy/transmuter

ai artificial-intelligence browser huggingface-transformers machine-learning rust wasm-bindgen wasm-pack

Last synced: 6 months ago
JSON representation

An example of how to use huggingface transformers in your browser.

Awesome Lists containing this project

README

          

### transumter

Huggingface transformers translation in the browser using onyx rutime and rust to web assembly tokenizer.

Run the solution

```
cargo build
wasm-pack build
npm i
npm start
```