feat: don't show the label for the speech accuracy output
57141bb
alessandro trinca tornidorcommited on
style: improve speech-output style using a custom css
3a8b45a
alessandro trinca tornidorcommited on
feat: make score de/en components not interactive, fix some typos
8b62994
alessandro trinca tornidorcommited on
feat: save/load the number_score_de and number_score_en components values within the local storage
5d533ea
alessandro trinca tornidorcommited on
feat: rename some gradio components, fix some grammar typos
a9078f6
alessandro trinca tornidorcommited on
test: updated tests to match pronunciation_accuracy float return type
baf2993
alessandro trinca tornidorcommited on
feat: add score DE and EN components
6777887
alessandro trinca tornidorcommited on
feat: add global score component by language
ca7e6be
alessandro trinca tornidorcommited on
refactor: read the app description from app_description.md
0931910
alessandro trinca tornidorcommited on
feat: get the sample_rate value from and env variable
88d40e4
alessandro trinca tornidorcommited on
feat: refactor app.py to add a clear button for the audio TTS component; now a new random phrase clear the tts and stt audio components
1470bc9
alessandro trinca tornidorcommited on
test: refactor and update test cases for dataset and get_random_selection() function
8838421
alessandro trinca tornidorcommited on
feat: update the example section, add a random choice for the phrase
d51ffe7
alessandro trinca tornidorcommited on
feat: prepare a separate function to get a rendom phrase from the phrase dataset
bafb40b
alessandro trinca tornidorcommited on
feat: add examples
6e31dbd
alessandro trinca tornidorcommited on
test: update tests
c1390d7
alessandro trinca tornidorcommited on
chore: bson dependency
a6fcc1e
alessandro trinca tornidorcommited on
test: add/update tests
e2f3a00
alessandro trinca tornidorcommited on
ci: add missing requirements-gradio.txt (requirements.txt should not contain it because of the huggingface pipeline)
5105802
alessandro trinca tornidorcommited on
feat: refactor get_tts, get_speech_to_score_dict to raise immediatly errors in case of empty text/language/audio inputs
e272322
alessandro trinca tornidorcommited on
feat: changed default sample rate to 24000 for both german and english tts models
fd7a536
alessandro trinca tornidorcommited on
docs: update README.md
897eb87
alessandro trinca tornidorcommited on
docs: update online references with trincadev huggingface space
f78a43f
alessandro trinca tornidorcommited on
docs: update main screen image within README.md
2c61a2c
alessandro trinca tornidorcommited on
chore: avoid binary content for aip_trainer/lambdas/__init__.py
fb157be
alessandro trinca tornidorcommited on
doc: update README.md
9b24a1f
alessandro trinca tornidorcommited on
feat: add text to speech (TTS)
5bae85d
alessandro trinca tornidorcommited on
ci: hugginface space, move from docker to gradio sdk v5.6.0, add missing packages.txt with ffmpeg, pre-requirements.txt with pip, update gradio app to properly format informations to frontend, update tests
9ab32d7
alessandro trinca tornidorcommited on
feat: first working gradio fronted with refactored lambda_handler and tests
d804881
alessandro trinca tornidorcommited on
feat: use alternate version of init_jit_model to try avoiding PermissionError on HuggingFAce
1e30c4b
alessandro trinca tornidorcommited on
ci: improve env variables
4aab922
alessandro trinca tornidorcommited on
feat: force flask app on localhost if not within a docker contasiner
8a2e49f
alessandro trinca tornidorcommited on
doc: update README.md with huggingface header card
aa761a0
alessandro trinca tornidorcommited on
ci: add .gitattributes file
953b6dd
alessandro trinca tornidorcommited on
feat: refactor get_resulting_string to reduce its complexity, improve some return typing