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.
- Host: GitHub
- URL: https://github.com/rjmacarthy/transmuter
- Owner: rjmacarthy
- Created: 2023-02-23T11:11:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T22:21:47.000Z (over 2 years ago)
- Last Synced: 2025-02-14T20:59:01.818Z (8 months ago)
- Topics: ai, artificial-intelligence, browser, huggingface-transformers, machine-learning, rust, wasm-bindgen, wasm-pack
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```