{"id":16107853,"url":"https://github.com/mallorbc/brillibot-client","last_synced_at":"2025-04-06T03:46:01.019Z","repository":{"id":62025265,"uuid":"553703912","full_name":"mallorbc/brillibot-client","owner":"mallorbc","description":"Easy to use voice commands API python client.  Create your own commands in less than a couple of minutes by creating a JSON file.","archived":false,"fork":false,"pushed_at":"2022-10-24T22:26:37.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T10:18:25.641Z","etag":null,"topics":["api","api-client","chatbot","nlp","nlu","speech-recognition","speech-to-text","voice-assistant","voice-commands","voice-control","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mallorbc.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}},"created_at":"2022-10-18T16:22:47.000Z","updated_at":"2023-12-15T15:49:36.000Z","dependencies_parsed_at":"2022-10-25T09:16:59.515Z","dependency_job_id":null,"html_url":"https://github.com/mallorbc/brillibot-client","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/mallorbc%2Fbrillibot-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallorbc%2Fbrillibot-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallorbc%2Fbrillibot-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallorbc%2Fbrillibot-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mallorbc","download_url":"https://codeload.github.com/mallorbc/brillibot-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430836,"owners_count":20937873,"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":["api","api-client","chatbot","nlp","nlu","speech-recognition","speech-to-text","voice-assistant","voice-commands","voice-control","voice-recognition"],"created_at":"2024-10-09T19:24:38.913Z","updated_at":"2025-04-06T03:46:01.001Z","avatar_url":"https://github.com/mallorbc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brillibot-client\n\n## Overview\nThis repo gives a python package and CLI to interface with the Brillibot API.\n\nBrillibot is an easy to use speech to command API.\n\nIt works by having a user simply define their possible commands in a JSON file with several ways they could say that command, and then provides either a file or access to a microphone to send audio over to sever that will determine what command was said in the audio.\n\nThe API is currently rate limited for public use, API keys are a possibility.\n\nRedeployment server side takes a few minutes, thus due to the fact that development is still ongoing, expect periodic downtime.\n\n## Requirements\n\nffmpeg is required for this application to work properly\n\n## Installation\n\nIt is reccomended to use a venv before installing.\n\n```pip install git+https://github.com/mallorbc/brillibot-client.git```\n\n### Upgrading\n\nIf the repo was updated since you last installed, running may be needed:\n\n```pip install git+https://github.com/mallorbc/brillibot-client.git --no-cache```\n\n## Python Package Examples\n\nInside the ```/examples``` folder there are two files that show how one can use the Python package either with a file, or with a microphone.\n\n## CLI Usage\n\nTo use the CLI, insure that you are inside the venv after installation.  The CLI is called ```brillibot_client```\n\nTo see the run options run ```brillibot_client  -h```. Providing an actions file is a must, to do so, use the ```-a``` flag\n\n## Troubleshooting\n\nThis repo needs PortAudio to work. \n\nIf you are having issues with the your microphone, try running the following for Ubuntu:\n```\nsudo apt install portaudio19-dev python3-pyaudio gcc\n```\nWindows:\n```\npip install pipwin\n```\n```\npipwin install pyaudio\n```\n\n\n## License\n\nThis repo is licensed under the AGPL license.  See [LICENSE](LICENSE) for more information.  If you require other license options, contact me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallorbc%2Fbrillibot-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmallorbc%2Fbrillibot-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallorbc%2Fbrillibot-client/lists"}