Sample code for the Gladia API.
For python/, javascript/, and typescript/, you will find this tree structure:
language/ <-- python | javascript | typescript
├── core-concepts/ <-- basic code samples
│ ├── pre-recorded/ <-- pre-recorded STT (sync / async)
│ └── live/ <-- live STT (from file and from microphone)
├── examples/ <-- applied use cases
│ ├── anonymized-call
│ ├── call-sentiment-analysis
│ ├── meeting-summary
│ └── youtube-translation
└── README.md <-- how to run samples in that language
| Python | TypeScript | JavaScript | |
|---|---|---|---|
| Pre-recorded | ✅ | ✅ | ✅ |
| Live | ✅ | ✅ | ✅ |
| README | python/README.md | typescript/README.md | javascript/README.md |
| Integration | README |
|---|---|
| Discord | integrations-examples/discord/README.md |
| Google Meet bot | integrations-examples/gmeet-bot/README.md |
| LiveKit agent | integrations-examples/livekit-agent/README.md |
| OBS | integrations-examples/OBS/README.md |
| Pipecat bot | integrations-examples/pipecat-bot/README.md |
| Twilio | integrations-examples/twilio/README.md |
See CONTRIBUTING.md for formatting and how to run checks for Python, JavaScript, and TypeScript samples.
You can contact us or open an issue in this repository.