This is the open-source code that powers the Whisper Web UI at https://whisperwebui.com.
- Transcribe audio recorded in the browser using the OpenAI Whisper API using your API keys.
- Transcribe audio in files on your local computer.
- Try out multiple speech-to-text APIs.
You can help improve the website by contributing! Here are the easy ways to run this server.
dev
– start dev serverbuild
– bundle application for productionanalyze
– analyzes application bundle with @next/bundle-analyzer
typecheck
– checks TypeScript typeslint
– runs ESLintprettier:check
– checks files with Prettier
storybook
– starts storybook dev serverstorybook:build
– build production storybook bundle tostorybook-static
prettier:write
– formats all files with Prettier
All code is licensed under the GNU Affero General Public License v3.0