Skip to content

Latest commit

 

History

History

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kaldi-Serve gRPC Client

Python gRPC client for kaldi-serve.

poetry install
make  # for generating python grpc related modules
# Check out ./scripts dir for sample code

Testing

Use format specified in ./tests/test_hi.yaml and run poetry run pytest.