Dictation app from macOS based on whisper. #1128
Replies: 3 comments 2 replies
-
https://superwhisper.com looks like a great app! |
Beta Was this translation helpful? Give feedback.
-
Any alternatives that will support an intel mac? SuperWhisper looks cool, but I'm not on silicon yet |
Beta Was this translation helpful? Give feedback.
-
Thank you for this tool. Is the AI model running MLX? Could this app use an AI model that runs with MLX? Could these models work? https://pypi.org/project/mlx-whisper/ https://github.com/JosefAlbers/whisper-turbo-mlx How does one confirm that this app is running an AI model on the GPU or CPU? How do we go about implementing real-time features? https://github.com/collabora/WhisperLive Does this app do some sort of voice isolation AI work during or after each recording? Does this app understand context? Would it be better if we used a voice isolation AI model before we passed the audio to the transcriber model? Is there a We made a new version of this app that runs on MLX Whisper. https://github.com/computerstimulation/mlx-whisper-dictation |
Beta Was this translation helpful? Give feedback.
-
I broke my arm over the weekend and was looking for a dictation app for Mac OS that was better than the built-in one. I didn't really find one I figured I'd build my own based on whisper. Have a look, would love your feedback. https://github.com/foges/whisper-dictation
Beta Was this translation helpful? Give feedback.
All reactions