Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saik0s/whisperboard

The open-source iOS app that's making quality voice transcription more accessible on mobile devices.
https://github.com/saik0s/whisperboard

audio-to-text composable-architecture ios openai speech-recognition speech-to-text swiftui tca transcription tuist whisper whisper-cpp

Last synced: 1 day ago
JSON representation

The open-source iOS app that's making quality voice transcription more accessible on mobile devices.

Awesome Lists containing this project

README

        




WhisperBoard


Welcome to WhisperBoard, the open-source iOS app that's making quality voice transcription more accessible on mobile devices. Built with the power of OpenAI's Whisper model, WhisperBoard is your go-to tool for capturing thoughts, meetings, and conversations with unparalleled accuracy.













Twitter: @sa1k0s

Commit Activity
License
Powered by Tuist

## 🎙️ Features That Speak Volumes

- **Simplicity at Your Fingertips**: Start recording with a single tap and play back your audio with ease.
- **Transcription Magic**: Powered by OpenAI's Whisper, your audio is transcribed with cutting-edge technology.
- **Audio File Mastery**: Import your existing audio files or export new ones for seamless sharing and editing.
- **Mic Check**: Choose your preferred microphone to ensure the best sound quality for your recordings.
- **Model Flexibility**: Browse and download any Whisper model directly from the app to tailor your transcription experience.

## 🚀 On the Horizon

- [x] **Continue where left**: With resumable transcription, you can pick up right where you left off, even if the app closes.
- [ ] **Instant text**: Real-time transcription is on our roadmap, aiming to give you immediate results with smaller, faster models.

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

The Poppins and Karla fonts used in project are licensed under the SIL Open Font License.

## Links

Buy Me A Coffee

- [whisper.cpp](https://github.com/ggerganov/whisper.cpp)
- [OpenAI Whisper](https://github.com/openai/whisper)
- [The Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture)