Commit History

feat: first working driver.js guided tour
183d840

alessandro trinca tornidor commited on

feat: exec an alert with an error message in case of missing TTS voices
fe7b9b7

alessandro trinca tornidor commited on

feat: add error message in case of missing TTS voice for the selected language
89dc4a6

alessandro trinca tornidor commited on

feat: move the js js_play_audio function to js.py, update README.md
20172dc

alessandro trinca tornidor commited on

feat: make score de/en components not interactive, fix some typos
8b62994

alessandro trinca tornidor commited on

feat: rename some gradio components, fix some grammar typos
a9078f6

alessandro trinca tornidor commited on

feat: add score DE and EN components
6777887

alessandro trinca tornidor commited on

feat: add global score component by language
ca7e6be

alessandro trinca tornidor commited on

refactor: read the app description from app_description.md
0931910

alessandro trinca tornidor commited on

feat: get the sample_rate value from and env variable
88d40e4

alessandro trinca tornidor commited on

feat: prepare a separate function to get a rendom phrase from the phrase dataset
bafb40b

alessandro trinca tornidor commited on

test: update tests
c1390d7

alessandro trinca tornidor commited on

test: add/update tests
e2f3a00

alessandro trinca tornidor commited 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 tornidor commited on

feat: changed default sample rate to 24000 for both german and english tts models
fd7a536

alessandro trinca tornidor commited on

chore: avoid binary content for aip_trainer/lambdas/__init__.py
fb157be

alessandro trinca tornidor commited on

feat: add text to speech (TTS)
5bae85d

alessandro trinca tornidor commited 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 tornidor commited on

feat: first working gradio fronted with refactored lambda_handler and tests
d804881

alessandro trinca tornidor commited on

feat: use alternate version of init_jit_model to try avoiding PermissionError on HuggingFAce
1e30c4b

alessandro trinca tornidor commited on

ci: improve env variables
4aab922

alessandro trinca tornidor commited on

feat: refactor get_resulting_string to reduce its complexity, improve some return typing
0746ae5

alessandro trinca tornidor commited on

feat: improve logs and comments
51b11b3

alessandro trinca tornidor commited on

feat: add dockerfile and save yml silero model within system temp folders to support docker container execution
b5c05cd

alessandro trinca tornidor commited on

feat: support pytorch and torchaudio, update test, add requirements-dev.txt
70d4503

alessandro trinca tornidor commited on

test: update python backend test coverage, remove some unused classes and functions (see README.md)
7aaf29c

alessandro trinca tornidor commited on

feat: substitute sample table selection with direct input, update TestDataset tests
023235e

alessandro trinca tornidor commited on

feat: frontend, add a table with all entries from language df and pick the and their API
3fdcb38

alessandro trinca tornidor commited on

feat: use structlog to handle logging, add some logs
0b0c1a6

alessandro trinca tornidor commited on

refactor: remove use of utilsFileIO.py, update jquery@3.7.1 and bootstrap@5.3.3
5abbb8c

alessandro trinca tornidor commited on

refactor: organize project with tests in a package, start following suggestions from pycharm, sonarlint and snyk
74a35d9

alessandro trinca tornidor commited on