{"id":20726332,"url":"https://github.com/emmmabk/zikr-voice","last_synced_at":"2025-03-11T08:48:35.298Z","repository":{"id":260884265,"uuid":"878875425","full_name":"EMMMABK/Zikr-Voice","owner":"EMMMABK","description":"A speech recognition-based zikr counter that listens to voice commands and counts zikr repetitions in Russian and Arabic. Uses Google Speech Recognition for hands-free operation, allowing users to track recitations efficiently.","archived":false,"fork":false,"pushed_at":"2025-01-15T11:08:42.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T13:11:42.774Z","etag":null,"topics":["audio-processing","counter","google-speech-recognition","speech-recognition","voice-commands","voice-recognition"],"latest_commit_sha":null,"homepage":"","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/EMMMABK.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}},"created_at":"2024-10-26T10:54:00.000Z","updated_at":"2025-01-15T11:08:43.000Z","dependencies_parsed_at":"2025-01-15T12:27:29.093Z","dependency_job_id":"3cc5fee9-cfec-4f2f-8a76-706b57c1e29a","html_url":"https://github.com/EMMMABK/Zikr-Voice","commit_stats":null,"previous_names":["emmmabk/zikr-voice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMMMABK%2FZikr-Voice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMMMABK%2FZikr-Voice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMMMABK%2FZikr-Voice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMMMABK%2FZikr-Voice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EMMMABK","download_url":"https://codeload.github.com/EMMMABK/Zikr-Voice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243004121,"owners_count":20220237,"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":["audio-processing","counter","google-speech-recognition","speech-recognition","voice-commands","voice-recognition"],"created_at":"2024-11-17T04:24:27.504Z","updated_at":"2025-03-11T08:48:35.271Z","avatar_url":"https://github.com/EMMMABK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Zikr Counter with Speech Recognition\n\nThis project implements a speech recognition-based zikr counter. It listens to voice commands and counts specific zikr repetitions in multiple languages (Russian and Arabic).\n\n---\n\n## Features\n- Supports voice commands in Russian to **start** and **stop** the zikr counter.\n- Recognizes and counts zikrs in both **Russian** and **Arabic**.\n- Displays a summary of counted zikrs when stopped.\n\n---\n\n## Requirements\n\n1. Python 3.x\n2. Required Libraries:\n   - `speechrecognition`\n   - `pyaudio` or `portaudio`\n\nTo install the dependencies, run:\n```\npip install SpeechRecognition pyaudio\n```\n\u003e Note: On some systems, additional setup may be required for `pyaudio`.\n\n---\n\n## Usage\n\n1. Prepare a list of zikrs in two languages (Russian and Arabic) and define them as:\n   ```python\n   ZIKR_LIST = [\"Zikr1\", \"Zikr2\"]\n   ```\n2. Replace `ZIKR_LIST` in the code with your predefined zikrs.\n\n3. Run the script:\n```\npython zikr_counter.py\n```\n\n4. Speak the following commands in **Russian**:\n   - **\"ЗИКР СТАРТ\"** - Starts the zikr counter and resets all counts.\n   - **\"ЗИКР СТОП\"** - Stops the zikr counter and displays the results.\n\n5. Begin reciting the zikrs. The counter will increment automatically when recognized.\n\n---\n\n## Example Output\n```\nОжидание произношения зикра...\nГоворите...\nСчётчик запущен.\nZikr1: 1\nZikr2: 2\nСчётчик остановлен.\nZikr1: 1\nZikr2: 2\n```\n\n---\n\n## Error Handling\n- If the audio is unclear or cannot be recognized, an error message will be displayed.\n- Unrecognized zikrs will prompt a retry message.\n\n---\n\n## Notes\n- The recognition accuracy depends on the quality of the microphone and ambient noise levels.\n- The code uses **Google Speech Recognition**, which requires internet access.\n\n---\n\n## License\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmmabk%2Fzikr-voice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmmabk%2Fzikr-voice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmmabk%2Fzikr-voice/lists"}