piyushmaharana commited on
Commit
f8ee76e
·
verified ·
1 Parent(s): a7e5c6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -7
README.md CHANGED
@@ -1,13 +1,31 @@
1
  ---
2
- title: WER
3
- emoji: 🌍
4
- colorFrom: pink
5
- colorTo: green
6
  sdk: streamlit
7
- sdk_version: 1.42.0
8
  app_file: app.py
9
  pinned: false
10
- short_description: A hugging-face space to calculate WER
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: WER Evaluation Tool
3
+ emoji: 🎯
4
+ colorFrom: blue
5
+ colorTo: red
6
  sdk: streamlit
7
+ sdk_version: 1.31.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
+ # WER Evaluation Tool
13
+
14
+ This Streamlit app provides a user-friendly interface for calculating Word Error Rate (WER) and related metrics between reference and hypothesis texts. It's particularly useful for evaluating speech recognition or machine translation outputs.
15
+
16
+ ## Features
17
+
18
+ - Calculate WER, MER, WIL, and WIP metrics
19
+ - Text normalization options
20
+ - Custom word filtering
21
+ - Detailed error analysis
22
+ - Example inputs for testing
23
+
24
+ ## How to Use
25
+
26
+ 1. Enter or paste your reference text
27
+ 2. Enter or paste your hypothesis text
28
+ 3. Configure options (normalization, word filtering)
29
+ 4. Click "Calculate WER" to see results
30
+
31
+ ## Local Development