{"id":13580810,"url":"https://github.com/RustAudio/deepspeech-rs","last_synced_at":"2025-04-06T02:32:48.817Z","repository":{"id":26989667,"uuid":"112093803","full_name":"RustAudio/deepspeech-rs","owner":"RustAudio","description":"Rust bindings for the deepspeech library","archived":true,"fork":false,"pushed_at":"2022-03-05T12:05:03.000Z","size":179,"stargazers_count":297,"open_issues_count":14,"forks_count":23,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-04T04:35:15.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RustAudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-26T15:25:58.000Z","updated_at":"2025-01-21T23:16:06.000Z","dependencies_parsed_at":"2022-07-17T03:00:35.761Z","dependency_job_id":null,"html_url":"https://github.com/RustAudio/deepspeech-rs","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustAudio%2Fdeepspeech-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustAudio%2Fdeepspeech-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustAudio%2Fdeepspeech-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustAudio%2Fdeepspeech-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustAudio","download_url":"https://codeload.github.com/RustAudio/deepspeech-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247426525,"owners_count":20937140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:01:55.269Z","updated_at":"2025-04-06T02:32:48.522Z","avatar_url":"https://github.com/RustAudio.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# DEPRECATION NOTICE\n\n**This project is [deprecated](https://github.com/RustAudio/deepspeech-rs/issues/48) in favour of [coqui-stt](https://github.com/tazz4843/coqui-stt).\nPlease use that project instead.**\n\n# deepspeech-rs\n\n[![docs](https://docs.rs/deepspeech/badge.svg)](https://docs.rs/crate/deepspeech)\n[![crates.io](https://img.shields.io/crates/v/deepspeech.svg)](https://crates.io/crates/deepspeech)\n\nRust bindings of [Mozilla's DeepSpeech](https://github.com/mozilla/DeepSpeech) library.\n\nThe library is open source and performs Speech-To-Text completely offline. They provide pretrained models for English.\n\n## Quickstart\n\nPreparation:\n\n1. Obtain the Deepspeech `native_client` library. The [release announcement] contains precompiled libraries for various targets.\n2. Download the pretrained models named like `deepspeech-{version}-models.tar.gz` from the release announcement and extract the zip file to some location.\n3. Add the directory where the `native_client` library lies to your `LD_LIBRARY_PATH` and `LIBRARY_PATH` environment variables.\n\nYou can now invoke the example via:\n\n```\ncargo run --release --example client \u003cpath-to-model-dir\u003e \u003cpath-to-audio-file\u003e\n```\n\nIt will print out the recognized sequence on stdout. The format of the audio files is important: only mono files are supported for now.\n\nAll codecs that the awesome [audrey](https://github.com/RustAudio/audrey) library supports are supported.\n\nSee DeepSpeech's [release announcement] for more.\n\n[release announcement]: https://github.com/mozilla/DeepSpeech/releases/tag/v0.9.0\n\n## Supported versions of DeepSpeech\n\nWe currently support version `0.9.0` of the DeepSpeech library.\nWe will always try to provide compatibility with the most recent release possible.\n\n## License\n\nLicensed under Apache 2 or MIT (at your option). For details, see the [LICENSE](LICENSE) file.\n\nAll examples inside the `examples/` folder are licensed under the\n[CC-0](https://creativecommons.org/publicdomain/zero/1.0/) license.\n\nThe generated bindings (`sys` subdirectory in git, `-sys` crate on crates.io) fall under the Mozilla Public License, version 2.0.\n\n### License of your contributions\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for\ninclusion in the work by you, as defined in the Apache-2.0 license,\nshall be dual licensed / CC-0 licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRustAudio%2Fdeepspeech-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRustAudio%2Fdeepspeech-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRustAudio%2Fdeepspeech-rs/lists"}