Spaces:
Running
Running
jhj0517
commited on
Commit
·
52668da
1
Parent(s):
a78042e
update README
Browse files
README.md
CHANGED
|
@@ -22,7 +22,6 @@ If you wish to try this on Colab, you can do it in [here](https://colab.research
|
|
| 22 |
- Translate subtitle files using DeepL API
|
| 23 |
|
| 24 |
# Installation and Running
|
| 25 |
-
- ## On Windows OS
|
| 26 |
### Prerequisite
|
| 27 |
To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `CUDA` version above 12.0 and `FFmpeg`.
|
| 28 |
|
|
@@ -35,17 +34,15 @@ Please follow the links below to install the necessary software:
|
|
| 35 |
After installing FFmpeg, **make sure to add the `FFmpeg/bin` folder to your system PATH!**
|
| 36 |
|
| 37 |
### Automatic Installation
|
| 38 |
-
If you have satisfied the prerequisites listed above, you are now ready to start Whisper-WebUI.
|
| 39 |
|
| 40 |
-
1.
|
| 41 |
-
2.
|
| 42 |
-
3.
|
|
|
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
- ## Docker ( On Other OS )
|
| 49 |
|
| 50 |
1. Build the image
|
| 51 |
|
|
|
|
| 22 |
- Translate subtitle files using DeepL API
|
| 23 |
|
| 24 |
# Installation and Running
|
|
|
|
| 25 |
### Prerequisite
|
| 26 |
To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `CUDA` version above 12.0 and `FFmpeg`.
|
| 27 |
|
|
|
|
| 34 |
After installing FFmpeg, **make sure to add the `FFmpeg/bin` folder to your system PATH!**
|
| 35 |
|
| 36 |
### Automatic Installation
|
|
|
|
| 37 |
|
| 38 |
+
1. Download `Whisper-WebUI.zip` with the file corresponding to your OS from [v1.0.0](https://github.com/jhj0517/Whisper-WebUI/releases/tag/v1.0.0) and extract its contents.
|
| 39 |
+
2. Run `install.bat` or `install.sh` to install dependencies. (This will create a `venv` directory and install dependencies there.)
|
| 40 |
+
3. Start WebUI with `start-webui.bat` or `start-webui.sh`
|
| 41 |
+
4. To update the WebUI, run `update.bat` or `update.sh`
|
| 42 |
|
| 43 |
+
And you can also run the project with command line arguments if you like by running `start-webui.bat`, see [wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments) for a guide to arguments.
|
| 44 |
|
| 45 |
+
- ## Or Run with Docker
|
|
|
|
|
|
|
| 46 |
|
| 47 |
1. Build the image
|
| 48 |
|