{"id":15920164,"url":"https://github.com/crodriguez1a/deepspeech-stt","last_synced_at":"2025-08-25T15:07:40.997Z","repository":{"id":82583951,"uuid":"279129962","full_name":"crodriguez1a/deepspeech-stt","owner":"crodriguez1a","description":"A slim Python client for Mozilla's DeepSpeech STT","archived":false,"fork":false,"pushed_at":"2020-07-24T00:57:42.000Z","size":21103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-03T12:14:26.785Z","etag":null,"topics":["deep-speech","mozilla","python","speech-to-text"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crodriguez1a.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-12T19:03:23.000Z","updated_at":"2020-07-24T00:57:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"d34b7ee2-3b59-4848-a99f-633d0532d6f9","html_url":"https://github.com/crodriguez1a/deepspeech-stt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crodriguez1a/deepspeech-stt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crodriguez1a%2Fdeepspeech-stt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crodriguez1a%2Fdeepspeech-stt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crodriguez1a%2Fdeepspeech-stt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crodriguez1a%2Fdeepspeech-stt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crodriguez1a","download_url":"https://codeload.github.com/crodriguez1a/deepspeech-stt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crodriguez1a%2Fdeepspeech-stt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272084830,"owners_count":24870584,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["deep-speech","mozilla","python","speech-to-text"],"created_at":"2024-10-06T19:21:21.413Z","updated_at":"2025-08-25T15:07:40.975Z","avatar_url":"https://github.com/crodriguez1a.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deepspeech-stt\n\n\n## Introduction\n\nA slim Python client for Mozilla's [DeepSpeech](https://github.com/mozilla/DeepSpeech/) speech-to-text\n\n## Usage\n\n\n```python\nfrom src.deepspeech_stt import deepspeech_predict\n\nouput_text: str = deepspeech_predict(\n  wav_file_path,\n  batch_after_silence=True,\n  silence_threshold=45, # 45db\n  filters=[\"logmmse_denoise\", \"butter_bandpass_filter\"]\n)\n```\n\nParameter | Default | Description\n---|---|---\n`wave_filename` | `None` | Path to wave file\n`batch_after_silence`|`True`| Create batch from input splitting after natural gaps of silence\n`silence_threshold` | `50` | The threshold (in decibels) below\u003cbr\u003ereference to consider as silence\n`filters`| `None` | List of signal filters to apply as pre-processing:\u003cbr\u003e `butter_bandpass_filter`, `high_pass_filter`, `low_pass_filter`, `logmmse_denoise`\nSee [notebook](notebooks/Examples.ipynb) for examples\n\n## Installation\n\nDownload [Mozilla's DeepSpeech 0.7.4](https://github.com/mozilla/DeepSpeech/releases) pre-trained model (~200mb)\n\nThen run:\n\n```\npoetry install\npoetry shell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrodriguez1a%2Fdeepspeech-stt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrodriguez1a%2Fdeepspeech-stt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrodriguez1a%2Fdeepspeech-stt/lists"}