cardoso / deepgram-rust-sdk

Rust SDK for Deepgram's automated speech recognition APIs.

Home Page:https://developers.deepgram.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deepgram Rust SDK

CI crates.io downloads docs license

Experimental Rust 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

This SDK is still very much work-in-progress. The interface is subject to rapid change.

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

Documentation and Examples

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

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.

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

Rust SDK for Deepgram's automated speech recognition APIs.

https://developers.deepgram.com

License:MIT License


Languages

Language:Rust 100.0%