An end-to-end, speech-to-speech voice assistant running entirely on Apple Silicon.
pip install git+https://github.com/hellopahe/mlx-vlm.git@main
git clone https://github.com/hellopahe/joi.git
cd joipython client.pyOr specify a local checkpoint:
python client.py --model /path/to/checkpointWhen you see the following output:
[CLIENT] WebUI started at http://127.0.0.1:5001
[CLIENT] Started. Listening...
Keep quiet and open http://localhost:5001 to start conversation.
