Skip to content

iOS app to record and transcribe speech to text with the help of the OpenAI Whisper model

License

Notifications You must be signed in to change notification settings

KittenYang/Whisperboard

 
 

Repository files navigation

Whisperboard

An iOS app for recording and transcribing audio on the go, based on OpenAI's Whisper model.


Twitter: @sa1k0s

Features

  • Easy-to-use voice recording and playback
  • Transcription of recorded audio using Whisper from OpenAI
  • Custom keyboard with a button to quickly access the app
  • Ability to save and share your recordings
  • Ability to select microphone for recording
  • Experimental improver of transcription using GPT3 from OpenAI

Future Plans

  • Split recorded audio into chunks separated by silence for on the fly transcription
  • History of transcriptions
  • Organize recordings in folders
  • Watch app

Installation

  1. Clone this repository
  2. Run make
  3. Open the project in Xcode

License

This project is licensed under the GPL-3.0 license.

Links

About

iOS app to record and transcribe speech to text with the help of the OpenAI Whisper model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.5%
  • Other 0.5%