nvidia-riva / python-clients

Riva Python client API and CLI utils
MIT License
73 stars 26 forks source link

Add `AnalyzeIntentOptions` to the API, add tests for notebooks #1

Closed PeganovAnton closed 2 years ago

PeganovAnton commented 2 years ago
  1. Import AnalyzeIntentOptions to the API.
  2. Add an example of AnalyzeIntentOptions usage.
  3. Add notebook testing to integration tests.
  4. Do not require model_name in NLPService.punctuate_text() method and do not require voice_name in SpeechRecognitionService.synthesize() and SpeechRecognitionService.synthesize_online().
  5. Remove support for sdist command in setup.py. Now .tar.gz files created by python setup.py sdist cannot be installed, but setup.py became simpler: does not invoke git.
  6. Add gRPC future to the API.