Skip to content

Instantly share code, notes, and snippets.

@lamoboos223
Last active June 28, 2024 13:08
Show Gist options
  • Save lamoboos223/3ca361811ee866276bd571ad054ba8e8 to your computer and use it in GitHub Desktop.
Save lamoboos223/3ca361811ee866276bd571ad054ba8e8 to your computer and use it in GitHub Desktop.
apt install python3 python3-pip wget curl unzip portaudio19-dev virtualenv libespeak1 libespeak-dev -y
cd /opt
wget https://github.com/lamoboos223/demo-faster-whisper/archive/refs/heads/master.zip
unzip master.zip
rm master.zip
cd demo-faster-whisper-master
virtualenv myenv
source myenv/bin/activate
python3 -m pip install -r requirements.txt
python3 __init__.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment