jhj0517 commited on
Commit
2ff9a65
·
1 Parent(s): 0a484f8

Update README

Browse files
Files changed (1) hide show
  1. README.md +25 -25
README.md CHANGED
@@ -41,31 +41,6 @@ The app is able to run with [Pinokio](https://github.com/pinokiocomputer/pinokio
41
  2. Open the software and search for Whisper-WebUI and install it.
42
  3. Start the Whisper-WebUI and connect to the `http://localhost:7860`.
43
 
44
- - ## Run Locally
45
-
46
- ### Prerequisite
47
- To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg`. <br>
48
- And if you're not using an Nvida GPU, or using a different `CUDA` version than 12.4, edit the [`requirements.txt`](https://github.com/jhj0517/Whisper-WebUI/blob/master/requirements.txt) to match your environment.
49
-
50
- Please follow the links below to install the necessary software:
51
- - git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
52
- - python : [https://www.python.org/downloads/](https://www.python.org/downloads/) **( If your python version is too new, torch will not install properly.)**
53
- - FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
54
- - CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
55
-
56
- After installing FFmpeg, **make sure to add the `FFmpeg/bin` folder to your system PATH!**
57
-
58
- ### Automatic Installation
59
-
60
- 1. git clone this repository
61
- ```shell
62
- https://github.com/jhj0517/Whisper-WebUI.git
63
- ```
64
- 2. Run `install.bat` or `install.sh` to install dependencies. (This will create a `venv` directory and install dependencies there.)
65
- 3. Start WebUI with `start-webui.bat` or `start-webui.sh`
66
-
67
- And you can also run the project with command line arguments if you like to, see [wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments) for a guide to arguments.
68
-
69
  - ## Running with Docker
70
 
71
  1. Install and launch [Docker-Desktop](https://www.docker.com/products/docker-desktop/).
@@ -92,6 +67,31 @@ docker compose up
92
 
93
  If needed, update the [`docker-compose.yaml`](https://github.com/jhj0517/Whisper-WebUI/blob/master/docker-compose.yaml) to match your environment.
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  # VRAM Usages
96
  This project is integrated with [faster-whisper](https://github.com/guillaumekln/faster-whisper) by default for better VRAM usage and transcription speed.
97
 
 
41
  2. Open the software and search for Whisper-WebUI and install it.
42
  3. Start the Whisper-WebUI and connect to the `http://localhost:7860`.
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  - ## Running with Docker
45
 
46
  1. Install and launch [Docker-Desktop](https://www.docker.com/products/docker-desktop/).
 
67
 
68
  If needed, update the [`docker-compose.yaml`](https://github.com/jhj0517/Whisper-WebUI/blob/master/docker-compose.yaml) to match your environment.
69
 
70
+ - ## Run Locally
71
+
72
+ ### Prerequisite
73
+ To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg`. <br>
74
+ And if you're not using an Nvida GPU, or using a different `CUDA` version than 12.4, edit the [`requirements.txt`](https://github.com/jhj0517/Whisper-WebUI/blob/master/requirements.txt) to match your environment.
75
+
76
+ Please follow the links below to install the necessary software:
77
+ - git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
78
+ - python : [https://www.python.org/downloads/](https://www.python.org/downloads/) **( If your python version is too new, torch will not install properly.)**
79
+ - FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
80
+ - CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
81
+
82
+ After installing FFmpeg, **make sure to add the `FFmpeg/bin` folder to your system PATH!**
83
+
84
+ ### Automatic Installation
85
+
86
+ 1. git clone this repository
87
+ ```shell
88
+ https://github.com/jhj0517/Whisper-WebUI.git
89
+ ```
90
+ 2. Run `install.bat` or `install.sh` to install dependencies. (This will create a `venv` directory and install dependencies there.)
91
+ 3. Start WebUI with `start-webui.bat` or `start-webui.sh`
92
+
93
+ And you can also run the project with command line arguments if you like to, see [wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments) for a guide to arguments.
94
+
95
  # VRAM Usages
96
  This project is integrated with [faster-whisper](https://github.com/guillaumekln/faster-whisper) by default for better VRAM usage and transcription speed.
97