diff --git a/README.md b/README.md index b595fa7..6206396 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,15 @@ into `.lrc` files in the desired language using [OpenAI-GPT](https://github.com/ 1. Please install CUDA 11.x and [cuDNN 8 for CUDA 11](https://developer.nvidia.com/cudnn) first according to https://opennmt.net/CTranslate2/installation.html to enable `faster-whisper`. `faster-whisper` also needs [cuBLAS for CUDA 11](https://developer.nvidia.com/cublas) installed. +
+ For Windows Users (click to expand) (For Windows Users only) Windows user can Download the libraries from Purfview's repository: Purfview's [whisper-standalone-win](https://github.com/Purfview/whisper-standalone-win) provides the required NVIDIA libraries for Windows in a [single archive](https://github.com/Purfview/whisper-standalone-win/releases/tag/libs). Decompress the archive and place the libraries in a directory included in the `PATH`. +
+ 2. Add your [OpenAI API key](https://platform.openai.com/account/api-keys) to environment variable `OPENAI_API_KEY`.