In Less Than 100 Lines of Python Code
Dr. Yves J. Hilpisch | The Python Quants GmbH
Online, February 2021
(short link to this Gist: http://bit.ly/algo_100_code)
In Less Than 100 Lines of Python Code
Dr. Yves J. Hilpisch | The Python Quants GmbH
Online, February 2021
(short link to this Gist: http://bit.ly/algo_100_code)
""" 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 |