Home
Softono

On Device Transcription

Open source MIT JavaScript
383
Stars
31
Forks
1
Issues
3
Watchers
2 years
Last Commit

 About On Device Transcription

A ready-to-use, minimal app that converts any speech into text.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing On Device Transcription?

We provide expert installation service for this software. Our team will install, configure, and secure On Device Transcription on your server. plans start at just $30.

On Device Transcription

View on GitHub

On-device Automatic Speech Recognition

App Screenshot

About

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.

Getting Started

Prerequisites

Run it locally

  • Clone the project.
    git clone https://github.com/Hugo-Dz/on-device-transcription.git
    cd on-device-transcription
  • Install the dependencies.
    npm install
  • Start the dev server
    npm run dev

Build the desktop application

  • Build the Svelte application.
    npm run build:svelte
  • (optional) Start the Electron application in dev mode.
    npm run dev:electron
  • Build the Electron executable.
    npm run build:electron

Resources

License

MIT License Hugo Duprez