Nenhuma descrição

Javier Jorge Cano 3ceeebd5c3 Fixing README 11 meses atrás
code 88e0701a2e Code to test ASR/SMT server/systems and foo audio/text 11 meses atrás
.gitignore 3df8431a2f Initial commit 11 meses atrás
LICENSE 3df8431a2f Initial commit 11 meses atrás
README.md 3ceeebd5c3 Fixing README 11 meses atrás
requirements.txt 8e9c646de0 First commit, requirements and adding asr/smt systems 11 meses atrás

README.md

Testing deployment

Preparing environment, requirements:

python3.8 -mvenv env3.8
source env3.8/bin/activate
pip install -r requirements.txt

Install MLLP-grpc protos:

source env3.8/bin/activate
git clone https://mllp.upv.es/git/agimenez/mllp-grpc-protos.git
cd mllp-grpc-protos
make
pip install .

Test ASR-server

python test_asr_server.py <ASR_SERVER_HOST> <ASR_SERVER_PORT> <WAV>

Test ASR-system (or Pipeline system)

python test_asr_system.py <ASR_SYSTEM_HOST> <ASR_SYSTEM_PORT> <WAV>

Test SMT-server

python test_smt_server.py <SMT_SERVER_HOST> <SMT_SERVER_PORT> <TXT>

Test SMT-system

python test_smt_system.py <SMT_SYSTEM_HOST> <SMT_SYSTEM_PORT> <TXT>