{"id":15651769,"url":"https://github.com/kalebu/python-speech-recognition-","last_synced_at":"2025-04-30T17:06:17.535Z","repository":{"id":62835126,"uuid":"294910558","full_name":"Kalebu/Python-Speech-Recognition-","owner":"Kalebu","description":"This consist of basic examples of performing Speech Recognition in Python using Google Speech Recognition Engine ","archived":false,"fork":false,"pushed_at":"2023-02-15T07:59:01.000Z","size":308,"stargazers_count":63,"open_issues_count":2,"forks_count":34,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T17:05:55.332Z","etag":null,"topics":["artificial-intelligence","machine-learning","natural-language-processing","python","python-nlp","python-project","python-project-beginner","python-speech","python-speech-to-text","python-speechrecognition"],"latest_commit_sha":null,"homepage":"https://kalebujordan.com/python-speech-recognition/","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/Kalebu.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-09-12T09:19:26.000Z","updated_at":"2025-04-19T22:48:24.000Z","dependencies_parsed_at":"2024-10-03T12:40:10.670Z","dependency_job_id":"a22102c0-d35e-4df0-afbf-ab417875a850","html_url":"https://github.com/Kalebu/Python-Speech-Recognition-","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/Kalebu%2FPython-Speech-Recognition-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2FPython-Speech-Recognition-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2FPython-Speech-Recognition-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2FPython-Speech-Recognition-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kalebu","download_url":"https://codeload.github.com/Kalebu/Python-Speech-Recognition-/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251748947,"owners_count":21637418,"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":["artificial-intelligence","machine-learning","natural-language-processing","python","python-nlp","python-project","python-project-beginner","python-speech","python-speech-to-text","python-speechrecognition"],"created_at":"2024-10-03T12:40:06.498Z","updated_at":"2025-04-30T17:06:17.479Z","avatar_url":"https://github.com/Kalebu.png","language":"Python","readme":"\u003ch1 align = \"center\"\u003e Speech Recognition in Python \u003c/h1\u003e\n\n\nPython-Speech-Recognition\n---------------------------\n\nThis repository of basic examples on performing Speech Recognitionin Python using Google Speech Recognition Engine.\n\n\nThe original article\n-------------------------\n\nTo see full article with explanation on source code from this repository **[Click here](https://kalebujordan.com/python-speech-recognition)**\n\n\nGetting started 🔧\n--------------------\nFirstly before we begin exploring the source code, you might wanna *clone* or *download* the repository\njust as shown below;\n\n```bash\n# Clone this repository\n$ git clone https://github.com/Kalebu/Python-Speech-Recognition-\n\n# Go into the repository\n$ cd Python-Speech-Recognition-\n```\n\n## Dependancies\n\nNow you would need to Install all the Dependecies to begin running\nplaying the Examples \n\nLinux users  \n----------\n\n```bash\n \n$ pip3 install pydub\n$ pip3 install PyAudio\n$ pip3 install SpeechRecognition\n```\n\nWindow users\n-----------\n\n```bash \n$ pip install pydub\n$ pip install PyAudio\n$ pip install SpeechRecognition\n```\n\nOnce everything is cleary installed , you're now ready to run the above examples \n\nRecognition From Microphone \n----------------------------\n\n\nThe first Example *app.py* consist of python code to perform speech recognition \non sound that is directly fed from Microphone \n\nTo run the Example do the following\n\n```bash \n$ python app.py \n    Adjusting noise \n    Recording for 4 seconds\n    Done recording\n    Recognizing the text\n    Decoded Text : Python is awesome\n```\n\nRecognition From Audio File \n-----------------------------\n\nThe second Example *app_audio.py* consist of a python code to perform speech recognition from \nsound loaded from local audio file \n\nTo run the Example do the following \n\n```bash\n$ python3 app_audio.py \n    Done recording\n    Recognizing the text\n    Decoded Text : python programming is the best of all by Jordan\n```\n\nRecognizing From Long Audio File \n-----------------------------------\n\nIncase you have a long audio File, loading plus processing it, It takes a quite a while therefore \nthe best way is to break the long audio source from file into small chunks and then performing \nspeech Recognition on those chunks \n\nThe script *long_audio.py* consist of Python demo code just to that \n\nTo run the example do the Following \n\n```bash \n$ python3 app_audio.py \n    Done recording\n    Recognizing the text\n    Decoded Text : python programming is the best of all by Jordan\n```\n\nExplore and build your own thing\n---------------------------------\n\nWell Hope you had amazing time practicing Some Speech Recognition Now It's your turn to create something useful out of what you just learned.\n\n\nGive it a star \n--------------\nDid you find this information useful, then give it a star \n\n\nCredits\n-----------\nAll the credits to [kalebu](github.com/kalebu) \n\n\n*The Only limits are the one you have set upon yourself @unkown*","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalebu%2Fpython-speech-recognition-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalebu%2Fpython-speech-recognition-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalebu%2Fpython-speech-recognition-/lists"}