{"id":22840454,"url":"https://github.com/sebrovater/imspect","last_synced_at":"2026-02-06T03:01:19.248Z","repository":{"id":181160035,"uuid":"655285396","full_name":"SEBROVATER/imspect","owner":"SEBROVATER","description":"Explore features of images during debug session","archived":false,"fork":false,"pushed_at":"2025-01-10T14:18:39.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T18:24:09.320Z","etag":null,"topics":["computer-vision","cv","egui","feature-engineering","images","opencv","python","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/SEBROVATER.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,"zenodo":null}},"created_at":"2023-06-18T12:57:39.000Z","updated_at":"2025-01-10T14:18:43.000Z","dependencies_parsed_at":"2025-04-28T10:50:07.560Z","dependency_job_id":null,"html_url":"https://github.com/SEBROVATER/imspect","commit_stats":null,"previous_names":["sebrovater/image_inspector","sebrovater/imspect"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SEBROVATER/imspect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SEBROVATER%2Fimspect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SEBROVATER%2Fimspect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SEBROVATER%2Fimspect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SEBROVATER%2Fimspect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SEBROVATER","download_url":"https://codeload.github.com/SEBROVATER/imspect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SEBROVATER%2Fimspect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29147371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["computer-vision","cv","egui","feature-engineering","images","opencv","python","rust"],"created_at":"2024-12-13T01:12:01.300Z","updated_at":"2026-02-06T03:01:19.233Z","avatar_url":"https://github.com/SEBROVATER.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imspect\nA small GUI application for feature engineering in computer vision projects.\n\n- Very useful in a **debugger** session.\n- Non-blocking. Executes in an independent process.\n- Lightweight, has zero dependencies.\n- Works only with `numpy` images with data type `uint8`\n (common data type for `OpenCV`).\n- The command line executable accepts the classic image formats\n  and additionally the **.npy** format (serialized `numpy` arrays).\n- Works with Python 3.8+.\n\n## Demo\n\n[imspect720.webm](https://github.com/user-attachments/assets/bc832470-941b-4e48-9f3d-e7039b3e998b)\n\n## Install\n`pip install imspect` for Python devs\n\n`cargo install imspect` for Rust devs (CLI only)\n\n## Usage\n\n### Python interpreter\\debugger\n```Python\nfrom imspect import imspect\nimport numpy as np\n\n# examples of acceptable images\nimg1 = np.empty((60, 100, 3), dtype=np.uint8)\nimg2 = np.zeros((60, 100), dtype=np.uint8) + 255\n\nimspect(img1 , img2)\n```\n\n### CLI\n`imspect path/to/image.png path/to/array.npy`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebrovater%2Fimspect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebrovater%2Fimspect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebrovater%2Fimspect/lists"}