Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,6 @@ The model can be installed through pypi for inference.
|
|
| 14 |
```
|
| 15 |
pip install sylber
|
| 16 |
```
|
| 17 |
-
Please check [demo notebook](demo.ipynb) for the usage.
|
| 18 |
-
For training, please follow the below instructions.
|
| 19 |
|
| 20 |
### Usage
|
| 21 |
|
|
@@ -40,7 +38,7 @@ outputs = segmenter(wav_file, in_second=True) # in_second can be False to output
|
|
| 40 |
|
| 41 |
### Training
|
| 42 |
|
| 43 |
-
Please check [
|
| 44 |
|
| 45 |
---
|
| 46 |
license: apache-2.0
|
|
|
|
| 14 |
```
|
| 15 |
pip install sylber
|
| 16 |
```
|
|
|
|
|
|
|
| 17 |
|
| 18 |
### Usage
|
| 19 |
|
|
|
|
| 38 |
|
| 39 |
### Training
|
| 40 |
|
| 41 |
+
Please check [https://github.com/Berkeley-Speech-Group/sylber](https://github.com/Berkeley-Speech-Group/sylber) for training the model.
|
| 42 |
|
| 43 |
---
|
| 44 |
license: apache-2.0
|