{"id":21017935,"url":"https://github.com/sthysel/tpuparty","last_synced_at":"2026-04-28T10:06:42.125Z","repository":{"id":138852290,"uuid":"223088642","full_name":"sthysel/tpuparty","owner":"sthysel","description":"Tools and toys for working with the coral TPU","archived":false,"fork":false,"pushed_at":"2019-12-16T03:42:11.000Z","size":17117,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-11T04:59:46.431Z","etag":null,"topics":["coral-tpu","tensorflow","tpu"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sthysel.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-11-21T04:33:40.000Z","updated_at":"2019-12-16T03:42:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0c93064-f5a9-4f5c-ad3e-02d719ca850c","html_url":"https://github.com/sthysel/tpuparty","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/sthysel%2Ftpuparty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sthysel%2Ftpuparty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sthysel%2Ftpuparty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sthysel%2Ftpuparty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sthysel","download_url":"https://codeload.github.com/sthysel/tpuparty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243447641,"owners_count":20292452,"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":["coral-tpu","tensorflow","tpu"],"created_at":"2024-11-19T10:22:47.919Z","updated_at":"2025-12-29T10:26:08.553Z","avatar_url":"https://github.com/sthysel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TPUParty (Version 0.0.1)\n\nA set of tools and toys to work with the Google TPU\n\n| Tool               | Good for                                |\n|--------------------|-----------------------------------------|\n| tpuparty-detection | Draw ROI of detections on a video frame |\n\n# Usage\n\n## tpuparty-detection\n\n``` zsh\nUsage: tpuparty-detection [OPTIONS] SOURCE\n\n  Runs inference over source\n\n  Examples:\n  $ tpuparty \"http://10.0.0.185/axis-cgi/mjpg/video.cgi?\u0026camera=2\"\n  $ tpuparty 0\n\nOptions:\n  --modeldir TEXT         Directory containing the model weight and label\n                          files  [default: ~/models/detection/coco/]\n  -c, --confidence FLOAT  Confidence threshold for object inference  [default: 0.1]\n  --fps TEXT              FPS playback for recordings\n  --version               Show the version and exit.\n  --help                  Show this message and exit.\n```\n\n# Models\n\n`tpuparty` expects models to be presented in directories containing at least a\ngraph.tflite file like so:\n\n```zsh\n├── classification/\n│   └── efficientnet_l/\n│       ├── efficientnet-edgetpu-L_quant_edgetpu.tflite\n│       ├── graph.tflite -\u003e efficientnet-edgetpu-L_quant_edgetpu.tflite\n│       └── labels.txt\n└── detection/\n    ├── coco/\n    │   ├── graph.tflite\n    │   ├── labels.txt\n    │   └── README.md\n    └── google_coco/\n        ├── graph.tflite\n        ├── labels.txt\n        └── README.md\n\n```\n\nThe common COCO trained mobilenet model and others are included in this repo for\nconvenience.\n\nNotice the models are sourced from various places and may have their own licences attached.\nThe licence for this project pertains to the code only. \n\n# Install\n\nAt this time tensorflow is not yet available for Python 3.8, so use the next best thing\n\n```zsh\n$ mkvirtualenv -p python3.7 tpuparty \n$ pip install .\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsthysel%2Ftpuparty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsthysel%2Ftpuparty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsthysel%2Ftpuparty/lists"}