web-ai-showcase icon indicating copy to clipboard operation
web-ai-showcase copied to clipboard

Web AI Showcase for Web Assembly, WebGPU and WebNN.

Results 7 web-ai-showcase issues
Sort by recently updated
recently updated
newest added

@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...

enhancement

The logic of fetching models and model json files in `transformers.js` is as follows: ![image](https://github.com/intel/web-ai-showcase/assets/80870820/07a8ee61-5c5a-4542-bc05-406c6ad9620e) For the scenarios of `env.allowLocalModels=true` and `env.allowRemoteModels=true (default)`, transformers.js will first try to get the...

enhancement

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....