Sin descripción

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

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>