alessandro trinca tornidor commited on
Commit
06bd94e
·
1 Parent(s): 3d705da

doc: update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -120,13 +120,16 @@ pnpm playwright test
120
 
121
  ### DONE
122
 
123
- - upgrade iQuery>3.x
124
- - upgrade pytorch>2.x
125
- - e2e playwright tests
126
- - add an updated online version (HuggingFace)
127
- - refactor frontend moving from iQuery to gradio
128
- - play the isolated words in the recordings, to compare the 'ideal' pronunciation with the learner pronunciation (now it's possible on the old frontend, complicated to implement with Gradio - waiting for [this](https://github.com/gradio-app/gradio/issues/9823))
129
- - added also a Text-to-Speech in-browser (it works only if there are installed the required language packages. In case of failures there is the backend Text-to-Speech feature)
 
 
 
130
 
131
  ### TODO
132
 
 
120
 
121
  ### DONE
122
 
123
+ - Original frontend - upgrade iQuery@3.7.1, [email protected]
124
+ - Upgraded Speech-to-Text German [Silero](https://github.com/snakers4/silero-models) model that blocked the upgrade to PyTorch > 2.x
125
+ - Upgraded PyTorch > 2.x
126
+ - Improved backend tests with the [mutation test suite](https://en.wikipedia.org/wiki/Mutation_testing) [Cosmic Ray](https://cosmic-ray.readthedocs.io)
127
+ - E2E [playwright](https://playwright.dev) tests
128
+ - Added a new frontend based on [Gradio](https://gradio.app)
129
+ - add an updated online version ([HuggingFace Space](https://huggingface.co/spaces/aletrn/ai-pronunciation-trainer))
130
+ - Only on the Gradio frontend version - it's possible to insert custom sentences to read and evaluate
131
+ - Gradio frontend version - play the isolated words in the recordings, to compare the 'ideal' pronunciation with the learner pronunciation
132
+ - Gradio frontend version - re-added the Text-to-Speech in-browser (it works only if there are installed the required language packages. In case of failures there is the backend Text-to-Speech feature)
133
 
134
  ### TODO
135