zylon-ai / private-gpt

Interact with your documents using the power of GPT, 100% privately, no data leaks
https://docs.privategpt.dev
Apache License 2.0
52.45k stars 7.04k forks source link

Install Whisper for Audio/Video Transcription. #1877

Open minhanh1234 opened 1 month ago

minhanh1234 commented 1 month ago

I try to upload an audio/video mp3 or mp4, but i am getting the following error:

Error Please install OpenAI whisper model 'pip install git+https://github.com/openai/whisper.git' to use the model

I try to install Whisper: pip install git+https://github.com/openai/whisper.git pip install -U openai-whisper

but nothing seem to work.

Running Ubuntu 22.06 and i also try running on WSL2 (Windows)