A ready-to-use, minimal app that converts any speech into text, processed entirely locally using Ratchet. You can deploy it as a website or build it as a desktop application. Try the web version here.
Important: This application requires access to the WebGPU API. If you're using it on the web, please ensure your browser supports WebGPU.
git clone https://github.com/Hugo-Dz/on-device-transcription.git
cd on-device-transcription
npm install
npm run dev
npm run build:svelte
npm run dev:electron
npm run build:electron
MIT License Hugo Duprez