brdhaker3 commited on
Commit
4db43da
·
verified ·
1 Parent(s): 5ad4758

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -21,19 +21,26 @@ Tested On a Private Dataset
21
  | `9.18%` | `24.78%` |
22
  A Private Dataset , 2.5 Hours of Tunisian audio data.
23
 
24
- ## 🚀 How To run the web app ?
25
 
26
- ### 1. install the necessary dependencies :
 
 
 
 
 
 
 
27
 
28
  ```python
29
  > pip install -r requirements.txt
30
  ```
31
 
32
- ### 2. Adjust the hyperparams.yaml file
33
 
34
  Check the **hyper parameters** file hyperparams.yaml and verify the path of the **language model**.
35
 
36
- ### 3.🌐Run the web app:
37
 
38
  To run the web app you have only to execute:
39
  ```python
 
21
  | `9.18%` | `24.78%` |
22
  A Private Dataset , 2.5 Hours of Tunisian audio data.
23
 
24
+ ## 🚀 How To run the web app Locally?
25
 
26
+ ### 1. Download the repo :
27
+ Make sure that you installed the huggingface client before cloning the repo .
28
+
29
+ ```python
30
+ > git clone https://huggingface.co/brdhaker3/TunASR
31
+ ```
32
+
33
+ ### 2. install the necessary dependencies :
34
 
35
  ```python
36
  > pip install -r requirements.txt
37
  ```
38
 
39
+ ### 3. Adjust the hyperparams.yaml file
40
 
41
  Check the **hyper parameters** file hyperparams.yaml and verify the path of the **language model**.
42
 
43
+ ### 4.🌐Run the web app:
44
 
45
  To run the web app you have only to execute:
46
  ```python