Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ionic-bond committed Dec 24, 2024
1 parent 16b3da3 commit cd0bde1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Try it on Colab: [![Open In Colab](https://colab.research.google.com/assets/cola

1. Python >= 3.8 (Recommend >= 3.10)
2. [**Install CUDA on your system.**](https://developer.nvidia.com/cuda-downloads).
3. [**Install cuDNN v8 to your CUDA dir**](https://developer.nvidia.com/rdp/cudnn-archive) if you want to use **Faster-Whisper**.
3. [**Install cuDNN to your CUDA dir**](https://developer.nvidia.com/cudnn-downloads) if you want to use **Faster-Whisper**.
4. [**Install PyTorch (with CUDA) to your Python.**](https://pytorch.org/get-started/locally/)
5. [**Create a Google API key**](https://aistudio.google.com/app/apikey) if you want to use **Gemini API** for translation. (Free 15 requests / minute)
6. [**Create a OpenAI API key**](https://platform.openai.com/api-keys) if you want to use **Whisper API** for transcription or **GPT API** for translation.
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ flowchart LR

1. Python >= 3.8 (推荐 >= 3.10)
2. [**在您的系统上安装CUDA。**](https://developer.nvidia.com/cuda-downloads)
3. 如果你想使用 **Faster-Whisper**, 需要[**将 cuDNN v8 安装到你的CUDA目录中**](https://developer.nvidia.com/rdp/cudnn-archive)
3. 如果你想使用 **Faster-Whisper**, 需要[**将 cuDNN 安装到你的CUDA目录中**](https://developer.nvidia.com/cudnn-downloads)
4. [**将PyTorch(带有CUDA)安装到您的Python中。**](https://pytorch.org/get-started/locally/)
5. 如果你想用 **Gemini API** 进行翻译,需要[**创建一个Google API密钥**](https://aistudio.google.com/app/apikey)。(每分钟免费15次请求)
6. 如果你想用 **Whisper API** 进行转录或 **GPT API** 进行翻译,需要[**创建一个OpenAI API密钥**](https://platform.openai.com/api-keys)
Expand Down

0 comments on commit cd0bde1

Please sign in to comment.