Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenzic/run-models-in-the-browser-with-transformers.js-demo
Working demo for the article Run Models in the Browser With Transformers.js
https://github.com/kenzic/run-models-in-the-browser-with-transformers.js-demo
ai demo hugging javascript summarization transformers tutorial
Last synced: about 1 month ago
JSON representation
Working demo for the article Run Models in the Browser With Transformers.js
- Host: GitHub
- URL: https://github.com/kenzic/run-models-in-the-browser-with-transformers.js-demo
- Owner: kenzic
- License: mit
- Created: 2023-09-16T19:45:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T13:46:08.000Z (about 1 year ago)
- Last Synced: 2023-09-18T18:44:00.184Z (about 1 year ago)
- Topics: ai, demo, hugging, javascript, summarization, transformers, tutorial
- Language: CSS
- Homepage: https://medium.com/@kenzic/run-models-in-the-browser-with-transformers-js-2d0983ba3ce9
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Run Models in the Browser With Transformers.js
Working demo for the article [Run Models in the Browser With Transformers.js](https://medium.com/@kenzic/run-models-in-the-browser-with-transformers-js-2d0983ba3ce9)
## Install
```bash
git clone [email protected]:kenzic/run-models-in-the-browser-with-transformers.js-demo.git
cd run-models-in-the-browser-with-transformers.js-demo
git fetch --all --tags
git checkout tags/basic-demo -b sandbox
```## Run
I use [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) to run the demo. You can also use any other server you'd like.
## Resources
- [Hugging Face](https://huggingface.co/)
- [Transformers.js](https://huggingface.co/docs/transformers.js/index)
- [Project Repo](https://github.com/kenzic/run-models-in-the-browser-with-transformers.js-demo/tree/basic-demo)
- [ONNX Runtime](https://onnxruntime.ai/)
- [ONNX Github Repo](https://github.com/onnx/onnx)