rajistics commited on
Commit
c53ac09
·
1 Parent(s): 83c6ac7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -71
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: H2O Wave Whisper
3
  emoji: 📝
4
  colorFrom: yellow
5
  colorTo: gray
@@ -8,73 +8,4 @@ app_port: 7860
8
  duplicated_from: h2oai/h2o_wave_whisper
9
  ---
10
 
11
- <div align='center'>
12
-
13
- <h1>WaveTon</h1>
14
- 💯 Wave applications
15
-
16
- <br>
17
- <br>
18
-
19
- [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?logo=apache)](https://github.com/vopani/waveton/blob/master/LICENSE)
20
- [![GitHub](https://img.shields.io/github/stars/vopani/waveton?color=yellowgreen&logo=github)](https://img.shields.io/github/stars/vopani/waveton?color=yellowgreen&logo=github)
21
- [![Twitter](https://img.shields.io/twitter/follow/vopani)](https://twitter.com/vopani)
22
-
23
- </div>
24
-
25
- ## Whisper 🖥️
26
-
27
- Speech to text using OpenAI's Whisper model.
28
-
29
- ![](demo.gif)
30
-
31
- ## Setup ⚙️
32
-
33
- 1. Check the version of Python, must be Python 3.9+ but recommended to use Python 3.10+ for best experience
34
-
35
- ```commandline
36
- python3 --version
37
- ```
38
-
39
- 2. Clone the repository
40
-
41
- ```commandline
42
- git clone https://github.com/vopani/waveton.git
43
- ```
44
-
45
- 3. Create a virtual environment
46
-
47
- ```commandline
48
- cd waveton/apps/deeplearning_apps/whisper
49
- python3 -m venv venv
50
- source venv/bin/activate
51
- ```
52
-
53
- 4. Install ffmpeg
54
-
55
- On Linux:
56
-
57
- ```commandline
58
- sudo apt update && sudo apt install ffmpeg
59
- ```
60
-
61
- On Mac:
62
-
63
- ```commandline
64
- brew install ffmpeg
65
- ```
66
-
67
- 5. Install the packages
68
-
69
- ```commandline
70
- python3 -m pip install -U pip
71
- python3 -m pip install -r requirements.txt
72
- ```
73
-
74
- 6. Run the application
75
-
76
- ```commandline
77
- wave run app
78
- ```
79
-
80
- 7. View the application on your local browser: [http://localhost:10101](http://localhost:10101)
 
1
  ---
2
+ title: H2O Wave Transformers
3
  emoji: 📝
4
  colorFrom: yellow
5
  colorTo: gray
 
8
  duplicated_from: h2oai/h2o_wave_whisper
9
  ---
10
 
11
+ Demo of using Transformers with H2O wave