Merge pull request #318 from KPCOFGS/main

更新了英文的README文件
This commit is contained in:
Harry
2024-04-26 10:28:30 +08:00
committed by GitHub

View File

@@ -110,6 +110,11 @@ https://reccloud.com
</tbody> </tbody>
</table> </table>
## System Requirements 📦
- Recommended minimum 4 CPU cores or more, 8G of memory or more, GPU is not required
- Windows 10 or MacOS 11.0, and their later versions
## Installation & Deployment 📥 ## Installation & Deployment 📥
- Try to avoid using **Chinese paths** to prevent unpredictable issues - Try to avoid using **Chinese paths** to prevent unpredictable issues
@@ -244,8 +249,28 @@ You can switch between them by modifying the `subtitle_provider` in the `config.
It is recommended to use `edge` mode, and switch to `whisper` mode if the quality of the subtitles generated is not It is recommended to use `edge` mode, and switch to `whisper` mode if the quality of the subtitles generated is not
satisfactory. satisfactory.
> Note:
> If left blank, it means no subtitles will be generated. > If left blank, it means no subtitles will be generated.
**Download whisper**
- Please ensure a good internet connectivity
- `whisper` model can be downloaded from HuggingFace: https://huggingface.co/openai/whisper-large-v3/tree/main
After downloading the model to local machine, copy the whole folder and put it into the following path: `.\MoneyPrinterTurbo\models`
This is what the final path should look like: `.\MoneyPrinterTurbo\models\whisper-large-v3`
```
MoneyPrinterTurbo
├─models
│ └─whisper-large-v3
│ config.json
│ model.bin
│ preprocessor_config.json
│ tokenizer.json
│ vocabulary.json
```
## Background Music 🎵 ## Background Music 🎵
Background music for videos is located in the project's `resource/songs` directory. Background music for videos is located in the project's `resource/songs` directory.