You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official Python SDK for [Deepgram](https://www.deepgram.com/?utm_medium=github&utm_source=devrel&utm_content=deepgram-python-sdk)'s automated speech recognition APIs.
5
+
Official Python SDK for [Deepgram](https://www.deepgram.com/). Start building with our powerful transcription & speech understanding API.
6
6
7
-
To access the API you will need a Deepgram account. Sign up for free at
# Listen for the connection to open and send streaming audio from the URL to Deepgram
100
105
asyncwith aiohttp.ClientSession() as session:
101
106
asyncwith session.get(URL) as audio:
@@ -138,8 +143,6 @@ In the `sample-projects` folder, there are examples from four different Python w
138
143
- Django
139
144
- Quart
140
145
141
-
Each of the examples has a README file you can follow to set up and run your project. If you get stuck, please feel free to Tweet us! We're [@DeepgramAI on Twitter](https://twitter.com/DeepgramAI)
142
-
143
146
## Development and Contributing
144
147
145
148
Interested in contributing? We ❤️ pull requests!
@@ -153,9 +156,8 @@ To make sure our community is safe for all, be sure to review and agree to our
153
156
We love to hear from you so if you have questions, comments or find a bug in the
154
157
project, let us know! You can either:
155
158
156
-
-[Open an issue](https://github.com/deepgram/deepgram-python-sdk/issues/new) on this repository
157
-
- Tweet at us! We're [@DeepgramAI on Twitter](https://twitter.com/DeepgramAI)
158
-
159
-
## Further Reading
159
+
-[Open an issue in this repository](https://github.com/deepgram/deepgram-python-sdk/issues/new)
160
+
-[Join the Deepgram Github Discussions Community](https://github.com/orgs/deepgram/discussions)
161
+
-[Join the Deepgram Discord Community](https://discord.gg/xWRaCDBtW4)
160
162
161
-
Check out the Developer Documentation at [https://developers.deepgram.com/](https://developers.deepgram.com/)
0 commit comments