Community Go SDK for Deepgram's automated speech recognition APIs.
This SDK only supports hosted usage of api.deepgram.com.
To access the API you will need a Deepgram account. Sign up for free at signup.
There is minimal functionality on the SDK but we hope to add more features soon.
While we don't have a stable release, that is because we don't have feature parity with the other SDKs. It is safe to use, but not all features are available.
To process live transcriptions, see the example.
Interested in contributing? We ❤️ pull requests!
To make sure our community is safe for all, be sure to review and agree to our Code of Conduct. Then see the Contribution guidelines for more information.
Requirements: Go (version ^1.18)
- Clone the repository:
git clone https://github.com/deepgram-devs/deepgram-go-sdk/
- Move into the directory and install the dependencies:
cd deepgram-go-sdk
go get .
- Add the API key in the
examples/liveTranscription_example.go
file:
dg := *deepgram.NewClient("YOUR_API_KEY")
- Run the example:
go run examples/liveTranscription_example.go
We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:
- Open an issue on this repository
- Tweet at us! We're @DeepgramAI on Twitter
Check out the Developer Documentation at https://developers.deepgram.com/