Transcriber is a free and open-source web application that converts audio and video files into text using whisper speech recognition model.
- Audio & Video Transcription: Upload files or record audio directly from your browser.
- Multiple Languages: Supports English, Spanish, and French.
- Model Selection: Choose between different Whisper models for accuracy or speed.
- Export Options: Download transcripts as TXT or JSON files.
- Progress Tracking: Visual feedback for transcription and file loading.
- Responsive Design: Optimized for desktop and mobile devices.
- Node.js (v18+ recommended)
- npm
-
Clone the repository:
git clone https://github.com/yourusername/transcriber.git cd transcriber -
Install dependencies:
npm install
Start the development server:
npm run devOpen http://localhost:5173 in your browser.
To build for production:
npm run buildTo preview the production build:
npm run preview- Upload an audio or video file, paste a URL, or record audio.
- Select the source language and model.
- Click "Transcribe Audio" to start.
- Export the transcript as TXT or JSON.
MIT