transcribe_audio / build.sh
cstr's picture
Update build.sh
81cca34 verified
raw
history blame contribute delete
158 Bytes
echo "downloading faster-whisper from git..."
git clone https://github.com/SYSTRAN/faster-whisper.git
cd faster-whisper
echo "pip installing..."
pip install .