Spaces:
Running
Running
chore: Fix HF space
Browse files
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 π
|