Jhjoon05 commited on
Commit
e5f24dc
1 Parent(s): f2e17c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -1,2 +1,26 @@
1
  # Whsiper-WebUI
2
- A Web UI for easy-generating subtitle using whisper model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Whsiper-WebUI
2
+ A Gradio-based browser interface for Whisper.
3
+
4
+ ![Whisper WebUI](screenshot.png)
5
+
6
+ # Feature
7
+ Generate subtitles from various sources, including :
8
+ - Files
9
+ - Youtube
10
+ - Microphone
11
+
12
+ Currently supported subtitle formats :
13
+ - SRT
14
+ - WebVTT
15
+
16
+ # Installation and Running
17
+ ## Prerequisite
18
+ To run Whisper, you need to have `python` version 3.8 to 3.10, `ffmpeg`, and `git` installed on your system. The reason `git` is required is because I am currently using a custom version of Whisper for my WebUI.
19
+
20
+ Please follow the links below to install the necessary software:
21
+ - python : [https://www.python.org/downloads/](https://www.python.org/downloads/)
22
+ - ffmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
23
+ - git : [https://git-scm.com/book/en/v2/Getting-Started-Installing-Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
24
+
25
+ ## Automatic Installation
26
+