stamilo / Whisperboard

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Automatic transcription of recorded audio using Whisper from OpenAI
  • Custom keyboard with a button to quickly access the app for recording and transcription
  • Ability to save and share your recordings
  • 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
  • Customizable recording settings, including the ability to select microphone

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

License:GNU General Public License v3.0


Languages

Language:Swift 99.5%Language:Makefile 0.3%Language:Shell 0.2%