Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 !
- Host: GitHub
- URL: https://github.com/studiowebux/tommygotchi
- Owner: studiowebux
- Created: 2023-12-23T04:03:27.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T00:40:50.000Z (12 months ago)
- Last Synced: 2024-01-05T01:35:21.561Z (12 months ago)
- Topics: llama-gpt, piper, python3, whisper, whisper-ai
- Language: Python
- Homepage:
- Size: 54.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
makeexport 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 <