Skip to content

Go SDK for Deepgram's automated speech recognition APIs.

License

Notifications You must be signed in to change notification settings

pablodz/deepgram-go-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deepgram Go SDK

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.


Current Status

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.

Development and Contributing

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.

Local Installation and Example Set up

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

Getting Help

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:

Further Reading

Check out the Developer Documentation at https://developers.deepgram.com/

About

Go SDK for Deepgram's automated speech recognition APIs.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%