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
cd tts
python app.py
python app_test.py
cd stt
python app.py
python app_test.py