proj-airi/webai-examples

🧠 Web AI / LLM in browser / Whisper in browser / WebGPU inference Examples

35

stars

56

commits

Vue

primary language

Oct 1, 2025

updated

smolvlm-realtime-webgpu-vue.netlify.app/
embeddings
huggingface
llm
transformers
transformersjs
webai
webgpu

README

Web AI Examples

[!NOTE]

This project is part of (and also associate to) the Project AIRI, we aim to build a LLM-driven VTuber like Neuro-sama (subscribe if you didn't!) if you are interested in, please do give it a try on live demo.

We experiment HuggingFace models and Transformers.js APIs here in WebAI examples repository, where it helped to grow our technologies inside of the Project AIRI primary repository. Things like:

  • Real-time voice chat
  • Real-time visual understanding
  • Voice processing
  • Video frames processing

were all born from here.

Development

pnpm i
pnpm dev

Other examples about AI / Model inference from Project AIRI

  • WebAI Example Realtime Voice Chat: πŸŽ€πŸ’¬ Full example of implementing ChatGPT's realtime voice from scratch with VAD + STT + LLM + TTS technology stack within almost one file!
  • πŸ€— candle Examples: Examples of using πŸ€— candle for inference AI models in Rust, you could think of it as an alternative and more transformers like library than [Burn Examples (this repository)].
  • Burn Examples: Examples of using Burn.dev for inference AI models in Rust, you could think of it as an alternative and more advanced library than [πŸ€— candle Examples].

Other side projects born from Project Airi

%%{ init: { 'flowchart': { 'curve': 'catmullRom' } } }%%

flowchart TD
  subgraph deploy&bundle
    direction LR
    HFUP["hfup"]
    HF[/"HuggingFace Spaces"\]
    HFUP -...- UI -...-> HF
    HFUP -...- whisper-webgpu -...-> HF
    HFUP -...- moonshine-web -...-> HF
  end

Contributors

nekomeowww

55 commits

luoling8192

1 commits

proj-airi/webai-examples

🧠 Web AI / LLM in browser / Whisper in browser / WebGPU inference Examples

35

stars

56

commits

Vue

primary language

Oct 1, 2025

updated

smolvlm-realtime-webgpu-vue.netlify.app/
embeddings
huggingface
llm
transformers
transformersjs
webai
webgpu

README

Web AI Examples

[!NOTE]

This project is part of (and also associate to) the Project AIRI, we aim to build a LLM-driven VTuber like Neuro-sama (subscribe if you didn't!) if you are interested in, please do give it a try on live demo.

We experiment HuggingFace models and Transformers.js APIs here in WebAI examples repository, where it helped to grow our technologies inside of the Project AIRI primary repository. Things like:

  • Real-time voice chat
  • Real-time visual understanding
  • Voice processing
  • Video frames processing

were all born from here.

Development

pnpm i
pnpm dev

Other examples about AI / Model inference from Project AIRI

  • WebAI Example Realtime Voice Chat: πŸŽ€πŸ’¬ Full example of implementing ChatGPT's realtime voice from scratch with VAD + STT + LLM + TTS technology stack within almost one file!
  • πŸ€— candle Examples: Examples of using πŸ€— candle for inference AI models in Rust, you could think of it as an alternative and more transformers like library than [Burn Examples (this repository)].
  • Burn Examples: Examples of using Burn.dev for inference AI models in Rust, you could think of it as an alternative and more advanced library than [πŸ€— candle Examples].

Other side projects born from Project Airi

%%{ init: { 'flowchart': { 'curve': 'catmullRom' } } }%%

flowchart TD
  subgraph deploy&bundle
    direction LR
    HFUP["hfup"]
    HF[/"HuggingFace Spaces"\]
    HFUP -...- UI -...-> HF
    HFUP -...- whisper-webgpu -...-> HF
    HFUP -...- moonshine-web -...-> HF
  end

Contributors

nekomeowww

55 commits

luoling8192

1 commits

Languages

Vue

56.3%

TypeScript

37.2%

HTML

5.3%

CSS

1.2%