pwenker commited on
Commit
6e52a9c
Β·
1 Parent(s): 6c76925

chore: Fix HF space

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -9,7 +9,7 @@ app_file: src/pronunciation_trainer/app.py
9
 
10
  # Pronunciation Trainer πŸ—£οΈ
11
 
12
- This repository/app showcases how a [phoneme-based pronunciation trainer](https://github.com/pwenker/pronunciation_trainer/blob/main/docs/phoneme_based_solution.md
13
  (including personalized LLM-based feedback) overcomes the limitations of a [grapheme-based approach](https://github.com/pwenker/pronunciation_trainer/blob/main/docs/grapheme_based_solution.md)
14
 
15
  | Feature | Grapheme-Based Solution | Phoneme-Based Solution |
@@ -36,6 +36,12 @@ This repository/app showcases how a [phoneme-based pronunciation trainer](https:
36
  - **GitHub:** [pwenker/pronunciation_trainer](https://github.com/pwenker/pronounciation_trainer)
37
  - **Hugging Face Spaces:** [pwenker/pronunciation_trainer](https://huggingface.co/spaces/pwenker/pronounciation_trainer)
38
 
 
 
 
 
 
 
39
  ## Local Deployment 🏠
40
 
41
  ### Prerequisites πŸ“‹
 
9
 
10
  # Pronunciation Trainer πŸ—£οΈ
11
 
12
+ This repository/app showcases how a [phoneme-based pronunciation trainer](https://github.com/pwenker/pronunciation_trainer/blob/main/docs/phoneme_based_solution.md)
13
  (including personalized LLM-based feedback) overcomes the limitations of a [grapheme-based approach](https://github.com/pwenker/pronunciation_trainer/blob/main/docs/grapheme_based_solution.md)
14
 
15
  | Feature | Grapheme-Based Solution | Phoneme-Based Solution |
 
36
  - **GitHub:** [pwenker/pronunciation_trainer](https://github.com/pwenker/pronounciation_trainer)
37
  - **Hugging Face Spaces:** [pwenker/pronunciation_trainer](https://huggingface.co/spaces/pwenker/pronounciation_trainer)
38
 
39
+ ### πŸ“š Read about the pronounciation trainer:
40
+
41
+ 1. [Grapheme-based Approach](https://github.com/pwenker/pronunciation_trainer/blob/main/docs/grapheme_based_solution.md)
42
+ 2. [Phoneme-based Approach](https://github.com/pwenker/pronunciation_trainer/blob/main/docs/phoneme_based_solution.md)
43
+
44
+
45
  ## Local Deployment 🏠
46
 
47
  ### Prerequisites πŸ“‹