Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 918 Bytes

File metadata and controls

12 lines (8 loc) · 918 Bytes

Java clients for Deepgram on SageMaker

Java load test clients for Deepgram models deployed to an Amazon SageMaker endpoint. Each subfolder is a standalone Gradle project.

Speech-to-Text (STT)

Project Description
stt/aws-sdk Drives the SageMaker bidi streaming API directly via AWS SDK v2. Useful for isolating SDK/transport behavior from the Deepgram Java SDK.
stt/deepgram-sdk Drives the same API via the Deepgram Java SDK plus the Deepgram SageMaker transport. Mirrors how production applications consume the service.

Both projects are functionally equivalent to python-stt/stt_wav_stress.py stream — they stream a WAV file to a SageMaker endpoint at real-time pace, across one or many concurrent bidi connections, and report per-connection metrics.