Best of WebGPUOctober 2024

  1. 1
    Article
    Avatar of habrhabr·2y

    Transcribe Audio and Video Locally with Whisper WebGPU! No Internet Needed

    Learn how to transcribe audio and video files locally using OpenAI's Whisper model and WebGPU technology, eliminating the need for an internet connection. The setup involves using Git, Node.js, and configuring your browser to support WebGPU. The Whisper WebGPU project leverages Hugging Face's Transformers.js and ONNX Runtime Web for real-time, in-browser processing, supporting 100 languages and enhancing privacy.

  2. 2
    Article
    Avatar of hnHacker News·1y

    ArthurBrussee/brush: 3D Reconstruction for all

    Brush is a versatile 3D reconstruction engine using Gaussian splatting, capable of running on various systems including macOS, Windows, Linux, Android, and in browsers, thanks to WebGPU compatibility. It leverages Burn framework for a portable backend and focuses on being lightweight and high-performing without requiring special hardware. The project is still a proof of concept and includes a web demo, live training, and additional visualization through rerun. The engine supports multiple datasets and is built in Rust for robust and dependency-free execution across platforms.

  3. 3
    Article
    Avatar of game_developersGame Developers·2y

    2D WebGPU GameEngine Update

    A developer shares an update on their progress with building a simple 2D game engine using WebGPU. The journey has just begun, indicating potential for further development and a promising project ahead.