بدون توضیح

Javier Jorge Cano 3ceeebd5c3 Fixing README 1 ماه پیش
code 88e0701a2e Code to test ASR/SMT server/systems and foo audio/text 1 ماه پیش
.gitignore 3df8431a2f Initial commit 1 ماه پیش
LICENSE 3df8431a2f Initial commit 1 ماه پیش
README.md 3ceeebd5c3 Fixing README 1 ماه پیش
requirements.txt 8e9c646de0 First commit, requirements and adding asr/smt systems 1 ماه پیش

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>