web-ai-showcase
web-ai-showcase copied to clipboard
Web AI Showcase for Web Assembly, WebGPU and WebNN.
@gyagp Eslint rules for prettier and husky added. PTAL
links in sub page are WIP
Maybe this is more friendly for vscode users like me.
`@huggingface/transformers` has been announced to be available on `NPM`, we might try to upgrade it since we are using `transformers-branch:v3-one_commit` to leverage `webgpu` support. #### Some notes and scenarios we...
The logic of fetching models and model json files in `transformers.js` is as follows:  For the scenarios of `env.allowLocalModels=true` and `env.allowRemoteModels=true (default)`, transformers.js will first try to get the...
The models are inaccessible from huggingface.co in China, we need to solve this issue. 1. Please check if we can switch the domain from https://huggingface.co to https://hf-mirror.com/ for Chinese users....