linyiLYi / voice-assistant

A simple toy demo of a local voice assistant with whisper and large language model.
Apache License 2.0
1.27k stars 206 forks source link

Switch to whisper with mlx #2

Closed crackerben99 closed 11 months ago

linyiLYi commented 11 months ago

Nice. I'll take a look and perhaps update the README file.

linyiLYi commented 11 months ago

Has MLX already been supported by the whisper library?

crackerben99 commented 11 months ago

This is an official example from Apple: https://github.com/ml-explore/mlx-examples/tree/main/whisper The folder has been forked from the official repository and includes some additional patches: https://github.com/ml-explore/mlx-examples/pull/12

linyiLYi commented 11 months ago

Thanks!