Last active
June 28, 2024 13:08
-
-
Save lamoboos223/3ca361811ee866276bd571ad054ba8e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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