Skip to content

Web UI for Whisper and other transcription / speech-to-text APIs

License

Notifications You must be signed in to change notification settings

pxpeterxu/transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcription: a Whisper speech-to-text web UI

This is the open-source code that powers the Whisper Web UI at https://whisperwebui.com.

Features

  • 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.

Developing

You can help improve the website by contributing! Here are the easy ways to run this server.

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier

Other scripts

  • storybook – starts storybook dev server
  • storybook:build – build production storybook bundle to storybook-static
  • prettier:write – formats all files with Prettier

License

All code is licensed under the GNU Affero General Public License v3.0

About

Web UI for Whisper and other transcription / speech-to-text APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published