mirror of
https://github.com/FluidInference/FluidAudio.git
synced 2026-05-12 20:20:36 +00:00
Revise README with new badges and app showcase
Updated badge links and added a showcase section for apps using Fluid Audio.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
[](https://swift.org)
|
||||
[](https://developer.apple.com)
|
||||
[](https://discord.gg/WNsvaCtmDe)
|
||||
[](https://huggingface.co/collections/FluidInference/coreml-models-6873d9e310e638c66d22fba9)
|
||||
[](https://huggingface.co/FluidInference)
|
||||
[](https://deepwiki.com/FluidInference/FluidAudio)
|
||||
|
||||
Fluid Audio is a Swift SDK for fully local, low-latency audio AI on Apple devices, with inference offloaded to the Apple Neural Engine (ANE), resulting in less memory and generally faster inference.
|
||||
@@ -20,6 +20,7 @@ Below are some featured local AI apps using Fluid Audio models on macOS and iOS:
|
||||
<a href="https://github.com/Beingpax/VoiceInk/"><img src="Documentation/assets/voiceink.png" height="40" alt="Voice Ink"></a>
|
||||
<a href="https://spokenly.app/"><img src="Documentation/assets/spokenly.png" height="40" alt="Spokenly"></a>
|
||||
<a href="https://slipbox.ai/"><img src="Documentation/assets/slipbox.png" height="40" alt="Slipbox"></a>
|
||||
|
||||
<!-- Add your app: submit logo via PR -->
|
||||
</p>
|
||||
|
||||
@@ -35,6 +36,24 @@ Want to convert your own model? Check [möbius](https://github.com/FluidInferenc
|
||||
- **Apple Neural Engine**: Models run efficiently on Apple's ANE for maximum performance with minimal power consumption
|
||||
- **Open-Source Models**: All models are publicly available on HuggingFace — converted and optimized by our team; permissive licenses
|
||||
|
||||
## Showcase
|
||||
|
||||
Make a PR if you want to add your app, please keep it in chronological order.
|
||||
|
||||
| App | Description |
|
||||
| --- | --- |
|
||||
| **[Voice Ink](https://tryvoiceink.com/)** | Local AI for instant, private transcription with near-perfect accuracy. Uses Parakeet ASR. |
|
||||
| **[Spokenly](https://spokenly.app/)** | Mac dictation app for fast, accurate voice-to-text; supports real-time dictation and file transcription. Uses Parakeet ASR and speaker diarization. |
|
||||
| **[Senko](https://github.com/narcotic-sh/senko)** | A very fast and accurate speaker diarization pipeline. A [good example](https://github.com/narcotic-sh/senko/commit/51dbd8bde764c3c6648dbbae57d6aff66c5ca15c) for how to integrate FluidAudio into a Python app |
|
||||
| **[Slipbox](https://slipbox.ai/)** | Privacy-first meeting assistant for real-time conversation intelligence. Uses Parakeet ASR (iOS) and speaker diarization across platforms. |
|
||||
| **[Whisper Mate](https://whisper.marksdo.com)** | Transcribes movies and audio locally; records and transcribes in real time from speakers or system apps. Uses speaker diarization. |
|
||||
| **[Altic/Fluid](https://github.com/altic-dev/Fluid-oss)** | Voice-to-text dictation app for macOS with AI enhancement. |
|
||||
| **[Paraspeech](https://paraspeech.com)** | AI powered voice to text. Fully offline. No subscriptions. |
|
||||
| **[mac-whisper-speedtest](https://github.com/anvanvan/mac-whisper-speedtest)** | Comparison of different local ASR, including one of the first verions of FluidAudio's ASR models |
|
||||
| **[Starling](https://github.com/Ryandonofrio3/Starling)** | Open Source, fully local voice-to-text transcription with auto-paste at your cursor. |
|
||||
| **[BoltAI](https://boltai.com/)** | Write content 10x faster using parakeet models |
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Add FluidAudio to your project using Swift Package Manager:
|
||||
@@ -337,24 +356,6 @@ Build requires eSpeak NG headers/libs for the C API discoverable via pkg-config
|
||||
- `swift build -Xcc -I/opt/homebrew/include -Xlinker -L/opt/homebrew/lib`
|
||||
- Dictionary and model assets are cached under `~/.cache/fluidaudio/Models/kokoro`.
|
||||
|
||||
## Showcase
|
||||
|
||||
## Showcase
|
||||
|
||||
Make a PR if you want to add your app!
|
||||
|
||||
| App | Description |
|
||||
| --- | --- |
|
||||
| **[Voice Ink](https://tryvoiceink.com/)** | Local AI for instant, private transcription with near-perfect accuracy. Uses Parakeet ASR. |
|
||||
| **[Spokenly](https://spokenly.app/)** | Mac dictation app for fast, accurate voice-to-text; supports real-time dictation and file transcription. Uses Parakeet ASR and speaker diarization. |
|
||||
| **[Senko](https://github.com/narcotic-sh/senko)** | A very fast and accurate speaker diarization pipeline. A [good example](https://github.com/narcotic-sh/senko/commit/51dbd8bde764c3c6648dbbae57d6aff66c5ca15c) for how to integrate FluidAudio into a Python app |
|
||||
| **[Slipbox](https://slipbox.ai/)** | Privacy-first meeting assistant for real-time conversation intelligence. Uses Parakeet ASR (iOS) and speaker diarization across platforms. |
|
||||
| **[Whisper Mate](https://whisper.marksdo.com)** | Transcribes movies and audio locally; records and transcribes in real time from speakers or system apps. Uses speaker diarization. |
|
||||
| **[Altic/Fluid](https://github.com/altic-dev/Fluid-oss)** | Voice-to-text dictation app for macOS with AI enhancement. |
|
||||
| **[Paraspeech](https://paraspeech.com)** | AI powered voice to text. Fully offline. No subscriptions. |
|
||||
| **[mac-whisper-speedtest](https://github.com/anvanvan/mac-whisper-speedtest)** | Comparison of different local ASR, including one of the first verions of FluidAudio's ASR models |
|
||||
| **[Starling](https://github.com/Ryandonofrio3/Starling)** | Open Source, fully local voice-to-text transcription with auto-paste at your cursor. |
|
||||
| **[BoltAI](https://boltai.com/)** | Write content 10x faster using parakeet models |
|
||||
|
||||
## Everything Else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user