Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

""" To use: install LLM studio (or Ollama), clone OpenVoice, run this script in the OpenVoice directory | |
git clone https://github.com/myshell-ai/OpenVoice | |
cd OpenVoice | |
git clone https://huggingface.co/myshell-ai/OpenVoice | |
cp -r OpenVoice/* . | |
pip install whisper pynput pyaudio | |
""" | |
from openai import OpenAI | |
import time |
# Audacity spectrogram colormap data | |
# https://github.com/dofuuz/audacity-colormap | |
audaspec_data = [ | |
[0.000009, 0.000025, 0.000020], | |
[0.000227, 0.000394, 0.000344], | |
[0.000630, 0.001132, 0.000994], | |
[0.001157, 0.002212, 0.001945], | |
[0.001770, 0.003620, 0.003193], | |
[0.002441, 0.005351, 0.004740], |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"