top | item 40002234

(no title)

grey8 | 1 year ago

transformers.js is such a cool library.

I made a small web app with it that uses it to remove backgrounds from images (with BRIA AI's RMBG1.4 model) at https://aether.nco.dev

The fact you don't need to send your data to an API and this runs even on smartphones is really cool. I foresee lots of projects using this in the future, be it small vision, language or other utility models (depth estimation, background removal, etc), looks like a bright future for the web!

I'm already working on my next project, and it'll definitely use transformers.js again!

discuss

order

sroussey|1 year ago

I’m using it for a simple project: https://github.com/sroussey/ellmers

My plan is to test embedding and retrieval strategies for different RAG strategies to be used by a server or electron app.