Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/studiowebux/tommygotchi

whisper, piper, llama-gpt, python, fun .. so much fun !
https://github.com/studiowebux/tommygotchi

llama-gpt piper python3 whisper whisper-ai

Last synced: about 1 month ago
JSON representation

whisper, piper, llama-gpt, python, fun .. so much fun !

Awesome Lists containing this project

README

        

# Notes

# Install Whisper on MacOS

```bash
sudo port install portaudio
sudo port install pkgconfig
CFLAGS="-I/opt/local/include -L/opt/local/lib" python3 -m pip install pyaudio
pip3 install git+https://github.com/openai/whisper.git
pip3 install -r requirements.txt
```

# Piper Installation on MacOS

Source: https://github.com/rhasspy/piper-phonemize/issues/14#issuecomment-1837289540

```bash
git clone https://github.com/rhasspy/piper-phonemize.git
cd piper-phonemize
git checkout fccd4f335aa68ac0b72600822f34d84363daa2bf -b my
make

export DYLD_LIBRARY_PATH=`pwd`/install/lib/
echo "testing one two three" | ./install/bin/piper_phonemize -l en-us --espeak-data ./install/share/espeak-ng-data/

patch -p1 <