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…
My plan is to test embedding and retrieval strategies for different RAG strategies to be used by a server or electron app.