{"id":38297334,"url":"https://github.com/milobella/device","last_synced_at":"2026-01-17T02:20:09.649Z","repository":{"id":40954574,"uuid":"279559183","full_name":"milobella/device","owner":"milobella","description":"Client code in device (raspberry pi3B+ for now)","archived":false,"fork":false,"pushed_at":"2025-12-06T08:32:58.000Z","size":112,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-10T01:59:24.269Z","etag":null,"topics":["frontend","milobella","raspberry-pi","raspberry-pi-3"],"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/milobella.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-14T10:52:34.000Z","updated_at":"2025-12-06T08:32:56.000Z","dependencies_parsed_at":"2023-01-25T15:01:09.827Z","dependency_job_id":"85a6e7d6-48d2-4493-857e-d36b7ebe945e","html_url":"https://github.com/milobella/device","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/milobella/device","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milobella%2Fdevice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milobella%2Fdevice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milobella%2Fdevice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milobella%2Fdevice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milobella","download_url":"https://codeload.github.com/milobella/device/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milobella%2Fdevice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"online","status_checked_at":"2026-01-17T02:00:07.808Z","response_time":85,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["frontend","milobella","raspberry-pi","raspberry-pi-3"],"created_at":"2026-01-17T02:20:04.757Z","updated_at":"2026-01-17T02:20:09.607Z","avatar_url":"https://github.com/milobella.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Milobella device Client\n\nRun milobella in a device, using mic and speakers to communicate.\n\n## Requirements\n\u003cdetails\u003e\n  \u003csummary\u003eCheck requirements before install\u003c/summary\u003e\n\n### #1 : Google cloud authentication configuration\nAuthentication process is detailed in this documentation https://cloud.google.com/speech-to-text/docs/quickstart-protocol.\n\nIt is using basically a ``GOOGLE_APPLICATION_CREDENTIALS`` env variable pointing to a JSON private key file.\nThe JSON private key is generated when you create a Service Account.\n\nMake sure you activated both of the APIs in your Google Cloud Project, and the same JSON file will be used.\n\n### #2 : Milobella authentication configuration\nThe env variable ``MILOBELLA_AUTHORIZATION_TOKEN`` should contain the JWToken generated every time you authenticate.\nA script ``authenticate.sh`` is here to show you how. (You need [jq](https://stedolan.github.io/jq/download/) if you want to use it)\n```\nexport MILOBELLA_USERNAME=myuser\nexport MILOBELLA_PASSWORD=mypass\nsource authenticate.sh\n```\n\n### #3 : Raspberry audio configuration\nIf you are using a Raspberry PI B+ with RASPIAUDIO Ultra +, check the\n[RASPIAUDIO ultra+ configuation](docs/raspiaudio-ultra+-configuration.md) documentation.\n\n### #4 : Make sure you have all dependencies installed\nOn linux :\n```bash\nsudo apt-get install libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0\nsudo apt-get install ffmpeg\nsudo apt-get install libpulse-dev\nsudo apt-get install python3-pyaudio\n```\n\u003c/details\u003e\n\n## Install\n```bash\npip install -r requirements.txt\npip install -U --upgrade-strategy=eager -e .\n```\n\n## Run\n```\n$ milobella --help\nusage: milobella [-h] [--verbose] [--url URL] [--keyword KEYWORD]\n                 [--pocket-sphinx-threshold POCKET_SPHINX_THRESHOLD] [--gpio-led GPIO_LED]\n                 [--tracing-config TRACING_CONFIG]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --verbose             increase output verbosity\n  --url URL             Milobella URL\n  --keyword KEYWORD     Wake up word\n  --pocket-sphinx-threshold POCKET_SPHINX_THRESHOLD\n                        Pocket Sphinx threshold\n  --gpio-led GPIO_LED   GPIO Led ID\n  --tracing-config TRACING_CONFIG\n                        Tracing YAML configuration file\n```\n\n## Documentation\n- [Technical choices](./docs/technical-choices.md)\n- [**IN PROGRESS** Wake-up-word experimentation](./docs/wake-up-word-experimentation.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilobella%2Fdevice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilobella%2Fdevice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilobella%2Fdevice/lists"}