Published on

Building with transformer.js

Authors

Transformerjs is a library used to run pretrained models in browser. This library loads the entire LLM model into browser memory and runs it. It supports simple chat application like chat-gpt. It supports image depth analysis, tect to speech, even speech recognition. If the normal chat version can support 'tools api' then we can easily build something like google home running entirely in browser. But here are my simple examples showing sentiment analysis and image-recognition.

Link to running app transformerjs example