aheba31 commited on
Commit
f2c15a8
·
1 Parent(s): 1bad610

update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -11
README.md CHANGED
@@ -47,17 +47,7 @@ pip install speechbrain
47
  Please notice that we encourage you to read our tutorials and learn more about
48
  [SpeechBrain](https://speechbrain.github.io).
49
 
50
- ### Compute your speaker embeddings
51
-
52
- ```python
53
- import torchaudio
54
- from speechbrain.pretrained import EncoderClassifier
55
- classifier = EncoderClassifier.from_hparams(source="speechbrain/spkrec-ecapa-voxceleb")
56
- signal, fs =torchaudio.load('samples/audio_samples/example1.wav')
57
- embeddings = classifier.encode_batch(signal)
58
- ```
59
-
60
- ### Perform Speaker Verification
61
 
62
  ```python
63
  import torchaudio
 
47
  Please notice that we encourage you to read our tutorials and learn more about
48
  [SpeechBrain](https://speechbrain.github.io).
49
 
50
+ ### Perform Emotion recognition
 
 
 
 
 
 
 
 
 
 
51
 
52
  ```python
53
  import torchaudio