{"id":16252327,"url":"https://github.com/remarkablemark/speech-recognition-demo","last_synced_at":"2025-04-08T12:42:04.613Z","repository":{"id":66056510,"uuid":"291356208","full_name":"remarkablemark/speech-recognition-demo","owner":"remarkablemark","description":"Speech recognition demo.","archived":false,"fork":false,"pushed_at":"2020-08-29T22:15:27.000Z","size":98,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T08:45:16.927Z","etag":null,"topics":["python","python3","speech-recognition","speech-to-text","transcription"],"latest_commit_sha":null,"homepage":"https://remarkablemark.org/blog/2020/08/24/python-speech-recognition/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remarkablemark.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2020-08-29T22:04:22.000Z","updated_at":"2020-09-21T14:23:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e10ae78-1810-4e8a-80e6-e66f203e6c77","html_url":"https://github.com/remarkablemark/speech-recognition-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fspeech-recognition-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fspeech-recognition-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fspeech-recognition-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fspeech-recognition-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/speech-recognition-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247845897,"owners_count":21005923,"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":["python","python3","speech-recognition","speech-to-text","transcription"],"created_at":"2024-10-10T15:13:15.680Z","updated_at":"2025-04-08T12:42:04.583Z","avatar_url":"https://github.com/remarkablemark.png","language":"Python","funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"# Speech Recognition Demo\n\nDemo that transcribes audio to text using [SpeechRecognition](https://pypi.org/project/SpeechRecognition/).\n\nSee [blog post](https://remarkablemark.org/blog/2020/08/24/python-speech-recognition/) for more information.\n\n## Prerequisites\n\n[Python 3](https://www.python.org/):\n\n```sh\npython3 --version\n```\n\n[pip](https://pypi.org/project/pip/):\n\n```sh\npip3 --version\n```\n\n[virtualenv](https://docs.python-guide.org/dev/virtualenvs/):\n\n```sh\npip3 install virtualenv\nvirtualenv --version\n```\n\n## Install\n\nClone repository:\n\n```sh\ngit clone https://github.com/remarkablemark/speech-recognition-demo.git\ncd speech-recognition-demo\n```\n\nCreate and activate project virtual environment:\n\n```sh\nvirtualenv venv\nsource venv/bin/activate\n```\n\nIf `requirements.txt` exists, install dependencies:\n\n```sh\npip3 install -r requirements.txt\n```\n\nOtherwise, install dependencies and create `requirements.txt`:\n\n```sh\npip3 install SpeechRecognition\npip3 freeze \u003e requirements.txt\n```\n\n## Run\n\nRun script to convert file `audio.wav` to text:\n\n```sh\npython3 transcribe.py audio.wav\n```\n\nOptional: save transcription to file `transcript.txt`:\n\n```sh\npython3 transcribe.py audio.wav transcript.txt\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fspeech-recognition-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fspeech-recognition-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fspeech-recognition-demo/lists"}