{"id":16517273,"url":"https://github.com/vietanhdev/tflite-micro-esp-examples","last_synced_at":"2026-05-31T20:31:01.918Z","repository":{"id":79025381,"uuid":"432391933","full_name":"vietanhdev/tflite-micro-esp-examples","owner":"vietanhdev","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-28T01:02:03.000Z","size":5691,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T19:32:54.895Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/vietanhdev.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":"2021-11-27T07:00:44.000Z","updated_at":"2021-11-28T01:02:06.000Z","dependencies_parsed_at":"2023-05-19T16:31:27.376Z","dependency_job_id":null,"html_url":"https://github.com/vietanhdev/tflite-micro-esp-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vietanhdev/tflite-micro-esp-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietanhdev%2Ftflite-micro-esp-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietanhdev%2Ftflite-micro-esp-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietanhdev%2Ftflite-micro-esp-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietanhdev%2Ftflite-micro-esp-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vietanhdev","download_url":"https://codeload.github.com/vietanhdev/tflite-micro-esp-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietanhdev%2Ftflite-micro-esp-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33748607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":[],"created_at":"2024-10-11T16:29:43.246Z","updated_at":"2026-05-31T20:31:01.902Z","avatar_url":"https://github.com/vietanhdev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TensorFlow Lite Micro Examples for Espressif Chipsets\n\n- This repository has the examples needed to use Tensorflow Lite Micro on Espressif Chipsets (e.g., ESP32) using ESP-IDF platform.\n- This repo at it's core uses sources from tflite-micro. This repo can be found [here.](https://github.com/tensorflow/tflite-micro)\n\n## Build Status\n\n|   Build Type  |  Status    |\n| -----------   |  --------- |\n| Build (Linux) | ![CI](https://github.com/espressif/tflite-micro-esp-examples/actions/workflows/build.yml/badge.svg)\n\n## How to Install\n\n### Install the ESP IDF\n\nFollow the instructions of the\n[ESP-IDF get started guide](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html)\nto setup the toolchain and the ESP-IDF itself.\n\nThe next steps assume that the\n[IDF environment variables are set](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html#step-4-set-up-the-environment-variables) :\n* The `IDF_PATH` environment variable is set. * `idf.py` and Xtensa-esp32 tools\n(e.g., `xtensa-esp32-elf-gcc`) are in `$PATH`.\n\n## Build the example\n\nGo to example directory (`examples/\u003cexample_name\u003e`) and build the example.\n\nTo build this, run:\n\n```\nidf.py build\n```\n\n### Load and run the example\n\nTo flash (replace `/dev/ttyUSB0` with the device serial port):\n```\nidf.py --port /dev/ttyUSB0 flash\n```\n\nMonitor the serial output:\n```\nidf.py --port /dev/ttyUSB0 monitor\n```\n\nUse `Ctrl+]` to exit.\n\nThe previous two commands can be combined:\n```\nidf.py --port /dev/ttyUSB0 flash monitor\n```\n\n## Sync to latest sources\n\n- `components/tflite-lib` directory contains the tflite micro sources.\n- If you need the latest head, just run `sync_from_tflite_micro.sh`.\n\n## Contributing\n- If you find an issue in these examples, or wish to submit an enhancement request, please use the Issues section on Github.\n- For ESP-IDF related issues please use [esp-idf](https://github.com/espressif/esp-idf) repo.\n- For TensorFlow related information use [tflite-micro](https://github.com/tensorflow/tflite-micro) repo.\n\n## License\n\nThese examples are covered under Apache2 License.\n\nTensorFlow library code and third_party code contains their own license specified under respective [repos](https://github.com/tensorflow/tflite-micro).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvietanhdev%2Ftflite-micro-esp-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvietanhdev%2Ftflite-micro-esp-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvietanhdev%2Ftflite-micro-esp-examples/lists"}