Question
Given that models cannot be shared cross site (due to web browser security), using different apps with transformers.js implies downloading a model many times.
Why isn't there a browser extension like https://github.com/alexanderatallah/window.ai from HuggingFace in order to share models + also let the users pick the models they prefer?
I envision a web browser extension where users can manage the models they have, and then each web app built with transformers.js could connect to this extension as a provider
Google is doing something similar to this: they are testing out shipping Gemini Nano in Chrome, so then they have different AI APIs that use the model https://developer.chrome.com/docs/ai/built-in-apis . I know it's a different situation than the one from Hugging Face, since Google has more weight on browser APIs
Question
Given that models cannot be shared cross site (due to web browser security), using different apps with transformers.js implies downloading a model many times.
Why isn't there a browser extension like https://github.com/alexanderatallah/window.ai from HuggingFace in order to share models + also let the users pick the models they prefer?
I envision a web browser extension where users can manage the models they have, and then each web app built with transformers.js could connect to this extension as a provider
Google is doing something similar to this: they are testing out shipping Gemini Nano in Chrome, so then they have different AI APIs that use the model https://developer.chrome.com/docs/ai/built-in-apis . I know it's a different situation than the one from Hugging Face, since Google has more weight on browser APIs