Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Official Python SDK for [Deepgram](https://www.deepgram.com/). Power your apps w
- [Quickstarts](#quickstarts)
- [PreRecorded Audio Transcription Quickstart](#prerecorded-audio-transcription-quickstart)
- [Live Audio Transcription Quickstart](#live-audio-transcription-quickstart)
- [Self-Hosted](#self-hosted)
- [Examples](#examples)
- [Logging](#logging)
- [Backwards Compatibility](#backwards-compatibility)
Expand Down Expand Up @@ -165,6 +166,12 @@ dg_connection.finish()
print("Finished")
```

### Self-Hosted

To use the SDKs with self-hosted, please see our self-hosted developer documentation for more information:

<https://developers.deepgram.com/docs/using-sdks-with-self-hosted#python-sdk>

## Examples

There are examples for **every** API call in this SDK. You can find all of these examples in the [examples folder](https://github.com/deepgram/deepgram-python-sdk/tree/main/examples) at the root of this repo.
Expand Down