Skip to content

Rust SDK for Deepgram's automated speech recognition APIs.

License

Notifications You must be signed in to change notification settings

deepgram/deepgram-rust-sdk

This branch is 1 commit ahead of, 1 commit behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7d20a8 · Jan 27, 2025
Jul 24, 2024
Jan 13, 2025
Jan 24, 2025
Jul 24, 2024
Aug 26, 2024
Jun 29, 2022
Aug 26, 2024
Jan 27, 2025
Jun 29, 2022
Aug 26, 2024

Repository files navigation

Deepgram Rust SDK

Discord CI crates.io downloads docs license

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

SDK Documentation

This SDK implements the Deepgram API found at https://developers.deepgram.com.

Documentation and examples can be found on our Docs.rs page.

Getting an API Key

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

Current Status

This SDK is currently Community owned but is moving to a stable 1.0 version soon.

Install

From within your Cargo project directory, run the following command:

cargo add deepgram

You will also probably need to install tokio:

cargo add tokio --features full

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 Contributing Guidelines for more information.

Build the SDK

cargo build

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: