{"id":28782488,"url":"https://github.com/wandb/tiny-ml","last_synced_at":"2026-05-04T21:33:53.191Z","repository":{"id":66082519,"uuid":"588652704","full_name":"wandb/tiny-ml","owner":"wandb","description":"TinyML tools for and with WandB ","archived":false,"fork":false,"pushed_at":"2023-02-24T14:13:54.000Z","size":706320,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-13T23:14:33.331Z","etag":null,"topics":["machine-learning","python","tensorflow","tensorflowlite-for-microcontrollers","wandb"],"latest_commit_sha":null,"homepage":"https://wandb.ai/tiny-ml","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wandb.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}},"created_at":"2023-01-13T16:45:48.000Z","updated_at":"2023-07-25T15:06:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"e083efe4-f26a-431e-9d42-9930011ed8b7","html_url":"https://github.com/wandb/tiny-ml","commit_stats":{"total_commits":86,"total_committers":2,"mean_commits":43.0,"dds":"0.023255813953488413","last_synced_commit":"f24e2b8ffc2e4e07b65de7b1767fa5b6d557ebd4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wandb/tiny-ml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wandb%2Ftiny-ml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wandb%2Ftiny-ml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wandb%2Ftiny-ml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wandb%2Ftiny-ml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wandb","download_url":"https://codeload.github.com/wandb/tiny-ml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wandb%2Ftiny-ml/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260427391,"owners_count":23007505,"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":["machine-learning","python","tensorflow","tensorflowlite-for-microcontrollers","wandb"],"created_at":"2025-06-17T19:40:40.087Z","updated_at":"2026-05-04T21:33:53.186Z","avatar_url":"https://github.com/wandb.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Truely TinyML with WandB (Wake word detection) 🎙️\n\n\n## Here we will cover :\n\n\u003e - [x] Data storage, acquisition, and versioning using Artifacts\n\u003e - [x]  Pre-processing and data visuality using wandb tables\n\u003e - [x] Hyperparameter tuning using sweeps;\n\u003e - [x] selecting and storing models using model registry;\n\u003e - [x] Deployment/Inference monitoring.\n\n## WandB UI 🪄🐝:\n\nYou can see how we use WandB to track, understand and develop our wake word model:\n\nA WandB project can be found [here](https://wandb.ai/tiny-ml/wake_word_detection) along with a corresponding report on this project [here](https://wandb.ai/tiny-ml/wake_word_detection/reports/True-TinyML-with-Weights-Biases-Wake-Word-Detection--VmlldzozMjk0MDMz)\n\n## Setup: \n\nYou'll be able to run the sound_classifier notebook locally, or in colab:\n\nYou'll need to create a new venv, clone this repository and inside your python virtual env run\n\n```bash\ncd tiny-ml\npip install -r requirements.txt\n```\n\n#### If installing Tensorflow on mac with apple silicon aka M1 or M2 you will need to use the following to install tf :\n\n```\npip install tensorflow-metal\n```\n\nDepending on your use case you might also need tfio which can be install with the following:\n\n```\n git clone https://github.com/tensorflow/io.git\n cd io\n python3 setup.py -q bdist_wheel\n python3 -m pip install --no-deps dist/tensorflow_io-0.30.0-cp310-cp310-macosx_12_0_arm64.whl\n```\n\nNote the .whl file may change and and your bash command should also \n\nWe also recommend using pyenv or some other virtual environment manager to manage your python environment. \n\nHere is an example following signal processing that we are training on spectrogram because we are all about expandability and this is the raw data type that out model performs inference on in the wild: \n\n![](img.jpg)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwandb%2Ftiny-ml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwandb%2Ftiny-ml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwandb%2Ftiny-ml/lists"}