Otosaku/OtosakuKWS-iOS
Lightweight on-device keyword spotting engine for iOS using CoreML and real-time audio streaming.
This helps iOS app developers add real-time, privacy-focused voice command recognition to their applications. It takes live audio from a user's device and identifies specific keywords, such as "go" or "stop." This is ideal for developers creating apps that need to respond to simple voice commands without sending audio data to the cloud.
No commits in the last 6 months.
Use this if you are an iOS developer building an app that requires detecting a small set of predefined speech commands directly on the user's device for privacy or offline functionality.
Not ideal if you need to recognize a wide vocabulary of spoken words, process conversational speech, or perform complex natural language understanding.
Stars
12
Forks
2
Language
Swift
License
—
Category
Last pushed
Jun 14, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Otosaku/OtosakuKWS-iOS"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ant-Brain/EfficientWord-Net
OneShot Learning-based hotword detection.
ARM-software/ML-KWS-for-MCU
Keyword spotting on Arm Cortex-M Microcontrollers
Tony607/Keras-Trigger-Word
How to do Real Time Trigger Word Detection with Keras | DLology
roman-vygon/triplet_loss_kws
Learning Efficient Representations for Keyword Spotting with Triplet Loss
ardamavi/Vocalization-Sign-Language-iOS
Vocalization sign language iOS App with deep learning using CoreML.