Dominik Macháček commited on
Commit
4c17b56
·
1 Parent(s): 52da121

Update README.md

Browse files

credits, fixed link

Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -244,12 +244,15 @@ overlap, and we limit the processing buffer window.
244
  Contributions are welcome. We acknowledge especially:
245
 
246
  - [The GitHub contributors](https://github.com/ufal/whisper_streaming/graphs/contributors) for their pull requests with new features and bugfixes.
247
- - [Nice explanation video](https://www.youtube.com/watch?v=_spinzpEeFM) -- published on 31st March 2024, not that newer updates are not included.
248
  - [The translation of this repo into Chinese.](https://github.com/Gloridust/whisper_streaming_CN)
249
  - [Ondřej Plátek](https://opla.cz/) for the paper pre-review.
 
 
 
250
  - [Peter Polák](https://ufal.mff.cuni.cz/peter-polak) for the original idea.
251
  - The UEDIN team of the [ELITR project](https://elitr.eu) for the original line_packet.py.
252
- - Silero Team for their VAD [model](https://github.com/snakers4/silero-vad) and [VADIterator](https://github.com/ufal/whisper_streaming/main/silero_vad.py).
253
 
254
 
255
  ## Contact
 
244
  Contributions are welcome. We acknowledge especially:
245
 
246
  - [The GitHub contributors](https://github.com/ufal/whisper_streaming/graphs/contributors) for their pull requests with new features and bugfixes.
247
+ - [Nice explanation video](https://www.youtube.com/watch?v=_spinzpEeFM) -- published on 31st March 2024, note that newer updates are not included.
248
  - [The translation of this repo into Chinese.](https://github.com/Gloridust/whisper_streaming_CN)
249
  - [Ondřej Plátek](https://opla.cz/) for the paper pre-review.
250
+
251
+ Credits:
252
+
253
  - [Peter Polák](https://ufal.mff.cuni.cz/peter-polak) for the original idea.
254
  - The UEDIN team of the [ELITR project](https://elitr.eu) for the original line_packet.py.
255
+ - Silero Team for their VAD [model](https://github.com/snakers4/silero-vad) and [VADIterator](https://github.com/ufal/whisper_streaming/blob/47caa80588ee9c0fa8945a5d05f0aea6315eb837/silero_vad.py#L8).
256
 
257
 
258
  ## Contact