{"id":15020608,"url":"https://github.com/raci0n/deepspeech-arm","last_synced_at":"2025-12-16T11:30:29.008Z","repository":{"id":164130254,"uuid":"639593264","full_name":"raci0n/deepspeech-arm","owner":"raci0n","description":"Its a deepspeech docker container for arm.","archived":false,"fork":false,"pushed_at":"2023-06-14T19:40:13.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T09:42:33.722Z","etag":null,"topics":["arm","armv7","container","deepspeech","docker","mozilla-deepspeech","raspberry","raspberry-pi","raspberry-pi-3","raspberrypi","raspbian","s2t","speech-to-text"],"latest_commit_sha":null,"homepage":"","language":"Python","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/raci0n.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":"2023-05-11T19:38:05.000Z","updated_at":"2024-12-24T13:28:03.000Z","dependencies_parsed_at":"2024-06-14T20:33:42.957Z","dependency_job_id":null,"html_url":"https://github.com/raci0n/deepspeech-arm","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"abd9d141f27da83192ef27315d603fba882a955c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raci0n%2Fdeepspeech-arm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raci0n%2Fdeepspeech-arm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raci0n%2Fdeepspeech-arm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raci0n%2Fdeepspeech-arm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raci0n","download_url":"https://codeload.github.com/raci0n/deepspeech-arm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239686324,"owners_count":19680505,"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":["arm","armv7","container","deepspeech","docker","mozilla-deepspeech","raspberry","raspberry-pi","raspberry-pi-3","raspberrypi","raspbian","s2t","speech-to-text"],"created_at":"2024-09-24T19:55:19.928Z","updated_at":"2025-12-16T11:30:28.974Z","avatar_url":"https://github.com/raci0n.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deepspeech-arm\nIts a deepspeech docker container for arm. \n\n# Installation\n\nInstall Raspberry Pi OS [Debian version: **10** (buster), 21.02.2023] on your Raspberry Pi. \n\nIt must be an armv7! Check the version with `uname -a`. Raspberry Pi OS 11 is already on armv8!\n\nInstall git:\n```\nsudo apt install git wget -y\n\ngit clone https://github.com/raci0n/deepspeech-arm.git \n\ncd deepspeech-arm\n```\n\nGet your models:\n\n```\nwget -O ./model/deepspeech.scorer https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-models.scorer\nwget -O ./model/deepspeech.tflite https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-models.tflite\n\n```\n\nCreate the docker container:\n```\nsudo chmod +x ./install.sh\n./install.sh\n```\n\nStart the docker container:\n```\nsudo chmod +x ./start.sh\n```\n\nThe Docker container is now available via `http://localhost:8082`. \n\n# Example \n\n```\nimport requests\n\nurl = 'http://localhost:8082/stt'\nfname = 'file.wav'\n\n# Open the wav-file \nwith open(fname, 'rb') as f:\n    data = f.read() # read\n\n# http request to 'http://localhost:8082/stt'\nreq = requests.post(url, data=data)\nprint(req.text) # print the result\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraci0n%2Fdeepspeech-arm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraci0n%2Fdeepspeech-arm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraci0n%2Fdeepspeech-arm/lists"}