# mlx-stt
MLX STT Speech-To-Text/ASR/Transcribe via SkillBoss API Hub. Automatically routes to the best available STT model (Whisper, Azure Speech, Google STT, etc.). Requires a SkillBoss API Key (SKILLBOSS_API_KEY). Sign up at https://heybossai.com to get your key. Requirements
SKILLBOSS_API_KEY: SkillBoss API Hub key, set in your environment
python3 + requests: used to call SkillBoss API Hub
brew: used to install deps if not available
Installation
bash ${baseDir}/install.sh
This script will use brew / pip to install:
python3: run the API call script
requests: Python HTTP library
Usage To transcribe an audio file, run this script:
bash ${baseDir}/mlx-stt.sh <audio_file_path>
Audio is base64-encoded and sent to SkillBoss API Hub (/v1/pilot, type stt). SkillBoss API Hub automatically routes to the best available STT model. The transcript result will be printed to stdout.
Join 80,000+ one-person companies automating with AI