# imspect
A small GUI application for feature engineering in computer vision projects.
- Very useful in a **debugger** session.
- Non-blocking. Executes in an independent process.
- Lightweight, has zero dependencies.
- Works only with `numpy` images with data type `uint8`
(common data type for `OpenCV`).
- The command line executable accepts the classic image formats
and additionally the **.npy** format (serialized `numpy` arrays).
- Works with Python 3.8+.
## Demo
[imspect720.webm](https://github.com/user-attachments/assets/bc832470-941b-4e48-9f3d-e7039b3e998b)
## Install
`pip install imspect` for Python devs
`cargo install imspect` for Rust devs (CLI only)
## Usage
### Python interpreter\debugger
```Python
from imspect import imspect
import numpy as np
# examples of acceptable images
img1 = np.empty((60, 100, 3), dtype=np.uint8)
img2 = np.zeros((60, 100), dtype=np.uint8) + 255
imspect(img1 , img2)
```
### CLI
`imspect path/to/image.png path/to/array.npy`
Raw data
{
"_id": null,
"home_page": null,
"name": "imspect",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "images, cv, gui",
"author": "Sebrovskiy Konstantin, sebrovskiy.k@gmail.com",
"author_email": "SEBROVATER <sebrovskiy.k@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/cc/8c/bf981fe11d9aa789ce30e881592ebc7f8a19801cd774cb4e754a34108638/imspect-0.1.3.tar.gz",
"platform": null,
"description": "# imspect\r\nA small GUI application for feature engineering in computer vision projects.\r\n\r\n- Very useful in a **debugger** session.\r\n- Non-blocking. Executes in an independent process.\r\n- Lightweight, has zero dependencies.\r\n- Works only with `numpy` images with data type `uint8`\r\n (common data type for `OpenCV`).\r\n- The command line executable accepts the classic image formats\r\n and additionally the **.npy** format (serialized `numpy` arrays).\r\n- Works with Python 3.8+.\r\n\r\n## Demo\r\n\r\n[imspect720.webm](https://github.com/user-attachments/assets/bc832470-941b-4e48-9f3d-e7039b3e998b)\r\n\r\n## Install\r\n`pip install imspect` for Python devs\r\n\r\n`cargo install imspect` for Rust devs (CLI only)\r\n\r\n## Usage\r\n\r\n### Python interpreter\\debugger\r\n```Python\r\nfrom imspect import imspect\r\nimport numpy as np\r\n\r\n# examples of acceptable images\r\nimg1 = np.empty((60, 100, 3), dtype=np.uint8)\r\nimg2 = np.zeros((60, 100), dtype=np.uint8) + 255\r\n\r\nimspect(img1 , img2)\r\n```\r\n\r\n### CLI\r\n`imspect path/to/image.png path/to/array.npy`\r\n\r\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Explore features of images during debug session",
"version": "0.1.3",
"project_urls": {
"github": "https://github.com/SEBROVATER/imspect"
},
"split_keywords": [
"images",
" cv",
" gui"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e76f30d7fc8ed8871884a6a67e23b6618786abc7d91d8f26eec45e291a1cfd43",
"md5": "e79572fdc72c0fd1b9d424e18ca69e89",
"sha256": "0fc46f8db71158d477f2db4d86df55abab460b63a59092756db58e553868cb8b"
},
"downloads": -1,
"filename": "imspect-0.1.3-cp38-abi3-win_amd64.whl",
"has_sig": false,
"md5_digest": "e79572fdc72c0fd1b9d424e18ca69e89",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2829541,
"upload_time": "2025-01-10T09:50:26",
"upload_time_iso_8601": "2025-01-10T09:50:26.477543Z",
"url": "https://files.pythonhosted.org/packages/e7/6f/30d7fc8ed8871884a6a67e23b6618786abc7d91d8f26eec45e291a1cfd43/imspect-0.1.3-cp38-abi3-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cc8cbf981fe11d9aa789ce30e881592ebc7f8a19801cd774cb4e754a34108638",
"md5": "47811f94c977d1bac614e1e0af3eec90",
"sha256": "656b4617433b7602432f844be1ec237bcce713e33095de3abbefd49bae0a1121"
},
"downloads": -1,
"filename": "imspect-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "47811f94c977d1bac614e1e0af3eec90",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2962925,
"upload_time": "2025-01-10T09:50:30",
"upload_time_iso_8601": "2025-01-10T09:50:30.114412Z",
"url": "https://files.pythonhosted.org/packages/cc/8c/bf981fe11d9aa789ce30e881592ebc7f8a19801cd774cb4e754a34108638/imspect-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-10 09:50:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SEBROVATER",
"github_project": "imspect",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "imspect"
}