Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days ago
JSON representation
The open-source iOS app that's making quality voice transcription more accessible on mobile devices.
- Host: GitHub
- URL: https://github.com/saik0s/whisperboard
- Owner: Saik0s
- License: gpl-3.0
- Created: 2022-12-23T23:48:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T18:05:07.000Z (3 months ago)
- Last Synced: 2024-10-29T17:35:59.133Z (about 2 months ago)
- Topics: audio-to-text, composable-architecture, ios, openai, speech-recognition, speech-to-text, swiftui, tca, transcription, tuist, whisper, whisper-cpp
- Language: Swift
- Homepage:
- Size: 179 MB
- Stars: 716
- Watchers: 17
- Forks: 73
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: Support/AppKit/Bridging.h
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.
## 🎙️ 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
- [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)