{"id":19025624,"url":"https://github.com/seanchas116/tflitesegmentationqt","last_synced_at":"2025-09-06T21:30:41.238Z","repository":{"id":146554316,"uuid":"216743137","full_name":"seanchas116/TFLiteSegmentationQt","owner":"seanchas116","description":"Run TensorFlow Lite image segmentation in Qt desktop app","archived":false,"fork":false,"pushed_at":"2019-10-25T06:49:24.000Z","size":27867,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T10:23:24.670Z","etag":null,"topics":["cpp","qt","qt-desktop","tensorflow","tensorflow-lite"],"latest_commit_sha":null,"homepage":"","language":"C++","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/seanchas116.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":"2019-10-22T06:50:49.000Z","updated_at":"2024-04-27T19:44:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"f628db76-94ee-4e6d-a9b8-37266175895e","html_url":"https://github.com/seanchas116/TFLiteSegmentationQt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seanchas116/TFLiteSegmentationQt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanchas116%2FTFLiteSegmentationQt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanchas116%2FTFLiteSegmentationQt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanchas116%2FTFLiteSegmentationQt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanchas116%2FTFLiteSegmentationQt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanchas116","download_url":"https://codeload.github.com/seanchas116/TFLiteSegmentationQt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanchas116%2FTFLiteSegmentationQt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273965057,"owners_count":25199190,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":["cpp","qt","qt-desktop","tensorflow","tensorflow-lite"],"created_at":"2024-11-08T20:44:11.724Z","updated_at":"2025-09-06T21:30:39.695Z","avatar_url":"https://github.com/seanchas116.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TFLiteSegmentationQt\nRun TensorFlow Lite image segmentation in Qt desktop app (currenly for Mac only)\n\n![image](screenshot.png)\n\n## How to run\n\nOpen `CMakeLists.txt` with Qt Creator, or build the project with cmake manually.\n\n## Install tensorflow-lite\n\nThis repo already includes tensorflow-lite build (v2.0.0), but if you want to use tensorflow-lite built by yourself do the following:\n\n* Clone [tensorflow repo](https://github.com/tensorflow/tensorflow)\n* Build tensorflow-lite for desktop\n  * If you are using Windows, use MSYS2\n\n```\ncd path/to/tensorflow\n./tensorflow/lite/tools/make/download_dependencies.sh\n./tensorflow/lite/tools/make/build_lib.sh\n```\n\n* Copy .a and .h\n\n```\n# Copy TensorFlow Lite headers\ncd path/to/tensorflow/tensorflow/lite\ngcp --parents **/*.h /path/to/tflite-qt-app/vendor/tensorflow-lite/include/tensorflow/lite\n\n# Copy flatbuffers headers\ncp -r tools/make/downloads/flatbuffers/include/flatbuffers /path/to/tflite-qt-app/vendor/tensorflow-lite/include\n\n# Copy libtensorflow-lite.a (platform name may vary)\ncp tools/make/gen/osx_x86_64/lib/libtensorflow-lite.a /path/to/tflite-qt-app/vendor/tensorflow-lite/osx_x86_64/lib\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanchas116%2Ftflitesegmentationqt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanchas116%2Ftflitesegmentationqt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanchas116%2Ftflitesegmentationqt/lists"}