lucasgris / ermis_demo

Repository from Github https://github.comlucasgris/ermis_demoRepository from Github https://github.comlucasgris/ermis_demo

Ermis Alpha Demo

Instalation

conda create -n ermis_demo python=3.9 pip
conda activate ermis_demo

Install torch and torchaudio following https://pytorch.org/get-started/locally/:

pip install torch torchaudio
pip install transformers soundfile Flask TTS

TTS

cd tts
python app.py
python app_test.py

STT

cd stt
python app.py
python app_test.py

About


Languages

Language:Python 100.0%