{"id":19797840,"url":"https://github.com/podgorskiy/anntoolkit","last_synced_at":"2026-01-18T19:35:11.355Z","repository":{"id":57410495,"uuid":"252127787","full_name":"podgorskiy/anntoolkit","owner":"podgorskiy","description":"Image annotation toolkit. Cross-platform, dataset agnostic, \"DIY\" style image annotation framework","archived":false,"fork":false,"pushed_at":"2024-09-25T02:24:52.000Z","size":7153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-22T05:38:18.603Z","etag":null,"topics":["annotation","annotation-tool","cross-platform","deep-learning","framework","opengl","python","ui"],"latest_commit_sha":null,"homepage":"","language":"C++","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/podgorskiy.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}},"created_at":"2020-04-01T09:18:53.000Z","updated_at":"2020-08-29T20:40:45.000Z","dependencies_parsed_at":"2024-11-12T07:30:13.844Z","dependency_job_id":"c5b4e5f5-b316-4dfa-b504-0d151987265f","html_url":"https://github.com/podgorskiy/anntoolkit","commit_stats":{"total_commits":66,"total_committers":2,"mean_commits":33.0,"dds":"0.12121212121212122","last_synced_commit":"9ad83d75fe292317c4496b42e68eb3a2b5993212"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/podgorskiy/anntoolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/podgorskiy%2Fanntoolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/podgorskiy%2Fanntoolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/podgorskiy%2Fanntoolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/podgorskiy%2Fanntoolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/podgorskiy","download_url":"https://codeload.github.com/podgorskiy/anntoolkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/podgorskiy%2Fanntoolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28549456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:22:41.102Z","status":"ssl_error","status_checked_at":"2026-01-18T19:22:26.310Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["annotation","annotation-tool","cross-platform","deep-learning","framework","opengl","python","ui"],"created_at":"2024-11-12T07:27:03.552Z","updated_at":"2026-01-18T19:35:11.332Z","avatar_url":"https://github.com/podgorskiy.png","language":"C++","readme":"# AnnToolKit - Image annotation toolkit\n## Cross-platform, dataset agnostic, \"DIY\" style image annotation framework\n\n### Getting started\n\nDocumentation - [http://anntoolkit.rtfd.io/](http://anntoolkit.rtfd.io/)\n\n#### 1. Install\n\n`pip install anntoolkit`\n\n#### 2. Hello world\nSubclass from `anntoolkit.App`\nIn init method load some test image.\n\n``` python\nimport anntoolkit\n\nclass App(anntoolkit.App):\n    def __init__(self):\n        super(App, self).__init__(title='Test')        \n        im = imageio.imread('test_image.jpg')\n        self.set_image(im)\n\n```\nRun app:\n\n``` python\napp = App()\napp.run()\n```\n\nResult:\n\n![hellow_wrold](https://user-images.githubusercontent.com/3229783/90511347-2c2c0f00-e111-11ea-91eb-a918f2f55288.png)\n![ezgif-4-79386aae29cb](https://user-images.githubusercontent.com/3229783/90512523-21727980-e113-11ea-87b1-f79d76761f7a.gif)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpodgorskiy%2Fanntoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpodgorskiy%2Fanntoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpodgorskiy%2Fanntoolkit/lists"}