mirror of
https://github.com/apeatling/ollama-voice-mac.git
synced 2024-04-20 16:47:52 +03:00
9e5bef69edfed078549dfb301b2464b44987764e
ollama-voice-mac
Mac compatible Ollama Voice building on the work of https://github.com/maudoin/ollama-voice
Running
- Install Ollama on your Mac.
- Download the Mistral 7b model using the
ollama pull mistralcommand. - Download an OpenAI Whisper Model (base works fine).
- Clone this repo somewhere.
- Place the Whisper model in a /whisper directory in the repo root folder.
- Run
pip install -r requirements.txtto install. - Run
python assistant.pyto start the assistant.
Improving the voice
You can improve the quality of the voice by downloading a higher quality version. These instructions work on MacOS 14 Sonoma:
- In System Settings select Accessibility > Spoken Content
- Select System Voice and Manage Voices...
- For English find "Zoe (Premium)" and download it.
- Select Zoe (Premium) as your System voice.
Languages
Python
100%