Skip to content

Weimin-Wan/deepgram-go-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deepgram Go SDK

Community Go SDK for Deepgram. Start building with our powerful transcription & speech understanding API.

This SDK only supports hosted usage of api.deepgram.com.

Getting an API Key

🔑 To access the Deepgram API you will need a free Deepgram API Key.

Documentation

You can learn more about the Deepgram API at developers.deepgram.com.

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:

About

Go SDK for Deepgram's automated speech recognition APIs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%