dalmeow commited on
Commit
f7cca10
1 Parent(s): faba537

updated readme

Browse files
Files changed (3) hide show
  1. README.md +6 -2
  2. __pycache__/app.cpython-38.pyc +0 -0
  3. formula.png +0 -0
README.md CHANGED
@@ -16,13 +16,13 @@ tags:
16
 
17
  ## About this Demo
18
 
19
- This demo was built as a part of NeuralSpace's VoiceAI blog on [Word Error Rate 101: Your Guide to STT Vendor Evaluation](voice.neuralspace.ai).
20
 
21
  ## What is WER?
22
 
23
  WER or Word Error Rate is a metric used primarily in the field of speech recognition to measure the performance of an automatic speech recognition (ASR) system. WER calculates the minimum number of operations (substitutions, deletions, and insertions) required to change the system's transcription (prediction) into the reference transcription (truth), divided by the number of words in the reference.
24
 
25
- ![Formula](formula.png)
26
 
27
  WER can range from 0 to infinite. The closer the WER is to 0, the better. WER is often also represented as a percentage. It is usually calculated by just multiplying 100 to it. For example, a WER of 0.15 might also be represented as 15%.
28
 
@@ -36,4 +36,8 @@ WER is important because it provides:
36
  * Python package to calculate WER: [jiwer](https://jitsi.github.io/jiwer/)
37
 
38
 
 
39
 
 
 
 
 
16
 
17
  ## About this Demo
18
 
19
+ This demo was built as a part of [NeuralSpace](https://neuralspace.ai/)'s [VoiceAI](https://voice.neuralspace.ai/) blog on [Word Error Rate 101: Your Guide to STT Vendor Evaluation](voice.neuralspace.ai).
20
 
21
  ## What is WER?
22
 
23
  WER or Word Error Rate is a metric used primarily in the field of speech recognition to measure the performance of an automatic speech recognition (ASR) system. WER calculates the minimum number of operations (substitutions, deletions, and insertions) required to change the system's transcription (prediction) into the reference transcription (truth), divided by the number of words in the reference.
24
 
25
+ ```WER = (Substitutions + Insertions + Deletions)/Total number of words in truth```
26
 
27
  WER can range from 0 to infinite. The closer the WER is to 0, the better. WER is often also represented as a percentage. It is usually calculated by just multiplying 100 to it. For example, a WER of 0.15 might also be represented as 15%.
28
 
 
36
  * Python package to calculate WER: [jiwer](https://jitsi.github.io/jiwer/)
37
 
38
 
39
+ ## FAQ
40
 
41
+ Have any questions or comments? Reach out to NeuralSpace at support@neuralspace.ai. Interested to try out [NeuralSpace VoiceAI](https://voice.neuralspace.ai/) for your enterprise? Book time with our expert [here]().
42
+
43
+ Space authored by : [Aditya Dalmia](https://www.linkedin.com/in/dalmeow/)
__pycache__/app.cpython-38.pyc DELETED
Binary file (1.48 kB)
 
formula.png DELETED
Binary file (67.9 kB)