Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)