3 unstable releases
0.2.1 | Aug 9, 2022 |
---|---|
0.2.0 | Aug 8, 2022 |
0.1.0 | Jun 7, 2022 |
#237 in Audio
37 downloads per month
Used in lamarck
325KB
2.5K
SLoC
Deepgram Rust SDK
NOTICE: This SDK is still very much work-in-progress. The interface is subject to rapid change. If you would like a stable way to access all that Deepgram has to offer, you can use the Deepgram API directly until this SDK has been stabilized.
Official Rust SDK for Deepgram's automated speech recognition APIs.
To access the API you will need a Deepgram account. Sign up for free at console.deepgram.com.
You can learn more about the full Deepgram API at developers.deepgram.com.
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:
- Open an issue on this repository
- Tweet at us! We're @DeepgramDevs on Twitter
Further Reading
Check out the Developer Documentation at https://developers.deepgram.com/
Dependencies
~8–18MB
~359K SLoC