https://github.com/calibr/whisper-server-script
https://github.com/calibr/whisper-server-script
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calibr/whisper-server-script
- Owner: calibr
- Created: 2023-10-21T06:36:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T18:24:42.000Z (over 2 years ago)
- Last Synced: 2023-12-03T19:24:43.126Z (over 2 years ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Whisper script to be run on AWS to fetch files from S3, process (transcribe) them and upload them back to S3.
# Setup
- Create conda env: `conda create --name whisperx python=3.10`
- Activate conda env: `conda activate whisperx`
- Install dependencies: `pip install -r requirements.txt`
- Install pytorch: `conda install pytorch==2.0.0 torchaudio==2.0.0 pytorch-cuda=11.8 -c pytorch -c nvidia`