kano-cv


Namekano-cv JSON
Version 3.6.2 PyPI version JSON
download
home_pageNone
SummaryHelpful functions for Computer Vision tasks
upload_time2025-01-05 07:03:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords computer vision
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🦌 Kano - Utilities for your Computer Vision Projects

![banner image](docs/img/banner.png)

[![Kano CI](https://github.com/egliette/kano/actions/workflows/python-app.yml/badge.svg)](https://github.com/egliette/kano/actions/workflows/python-app.yml)

**Kano** is a Python package providing utility functions for Computer Vision tasks. Its primary focus is simplifying lengthy functions, allowing developers to concentrate more on the main processes.

## 📥 Installation

[The latest released version](https://pypi.org/project/kano-cv/) is available on PyPI. You can install it by running the following command in your terminal:

```bash
pip install kano-cv
```

## 🚀 Usage

Explore the [Kano Document](https://egliette.github.io/kano/) to learn how to use supported functions and see examples. **Kano** currently provides utilities for these groups:

- [Common tasks](https://egliette.github.io/kano/common/):
    - [Images Processing](https://egliette.github.io/kano/common/image_utils/)
    - [Videos Processing](https://egliette.github.io/kano/common/video_utils/)
    - [Files/Folders Manipulating](https://egliette.github.io/kano/common/file_utils/)
- [Computer vision tasks](https://egliette.github.io/kano/cv/):
    - [YOLO-formatted Dataset](https://egliette.github.io/kano/cv/dataset_utils/)
    - [Object Detection](https://egliette.github.io/kano/cv/detect_utils/)
    - Pose Estimation (In progress)
    - Object Segmentation (In progress)
- [Real-time camera simulation](https://egliette.github.io/kano/lab/)
    - [FPS, Resouces Profiling](https://egliette.github.io/kano/lab/profiler/)
    - [Real-time Camera Source Reader](https://egliette.github.io/kano/lab/source_reader/)
    - [Real-time Fake Detection](https://egliette.github.io/kano/lab/fake_detection/)



## 🙋‍♂️ Contributing to Kano

All contributions, bug reports, bug fixes, enhancements, and ideas are welcome. Feel free to create pull requests or issues so that we can improve this library together.

## 🔑 License
Kano is licensed under the [MIT](LICENSE) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kano-cv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "computer vision",
    "author": null,
    "author_email": "egliette <leminhtu74@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ac/5b/858130474efd23d0c600b64621eebadb40c4281c534f212968242e3dbc80/kano_cv-3.6.2.tar.gz",
    "platform": null,
    "description": "# \ud83e\udd8c Kano - Utilities for your Computer Vision Projects\n\n![banner image](docs/img/banner.png)\n\n[![Kano CI](https://github.com/egliette/kano/actions/workflows/python-app.yml/badge.svg)](https://github.com/egliette/kano/actions/workflows/python-app.yml)\n\n**Kano** is a Python package providing utility functions for Computer Vision tasks. Its primary focus is simplifying lengthy functions, allowing developers to concentrate more on the main processes.\n\n## \ud83d\udce5 Installation\n\n[The latest released version](https://pypi.org/project/kano-cv/) is available on PyPI. You can install it by running the following command in your terminal:\n\n```bash\npip install kano-cv\n```\n\n## \ud83d\ude80 Usage\n\nExplore the [Kano Document](https://egliette.github.io/kano/) to learn how to use supported functions and see examples. **Kano** currently provides utilities for these groups:\n\n- [Common tasks](https://egliette.github.io/kano/common/):\n    - [Images Processing](https://egliette.github.io/kano/common/image_utils/)\n    - [Videos Processing](https://egliette.github.io/kano/common/video_utils/)\n    - [Files/Folders Manipulating](https://egliette.github.io/kano/common/file_utils/)\n- [Computer vision tasks](https://egliette.github.io/kano/cv/):\n    - [YOLO-formatted Dataset](https://egliette.github.io/kano/cv/dataset_utils/)\n    - [Object Detection](https://egliette.github.io/kano/cv/detect_utils/)\n    - Pose Estimation (In progress)\n    - Object Segmentation (In progress)\n- [Real-time camera simulation](https://egliette.github.io/kano/lab/)\n    - [FPS, Resouces Profiling](https://egliette.github.io/kano/lab/profiler/)\n    - [Real-time Camera Source Reader](https://egliette.github.io/kano/lab/source_reader/)\n    - [Real-time Fake Detection](https://egliette.github.io/kano/lab/fake_detection/)\n\n\n\n## \ud83d\ude4b\u200d\u2642\ufe0f Contributing to Kano\n\nAll contributions, bug reports, bug fixes, enhancements, and ideas are welcome. Feel free to create pull requests or issues so that we can improve this library together.\n\n## \ud83d\udd11 License\nKano is licensed under the [MIT](LICENSE) license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Helpful functions for Computer Vision tasks",
    "version": "3.6.2",
    "project_urls": {
        "Github": "https://github.com/egliette/kano"
    },
    "split_keywords": [
        "computer",
        "vision"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ced4410bdbea0ce842f9fde3a07ad4894897bea1921228c18e6b9d1a9bd92db1",
                "md5": "94ba60fe79ad642e347eb562bd003023",
                "sha256": "3832848d4c2ff9bb1983ecafa8887c015820afe226093c26f0c67011bcebeea5"
            },
            "downloads": -1,
            "filename": "kano_cv-3.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "94ba60fe79ad642e347eb562bd003023",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 15668,
            "upload_time": "2025-01-05T07:03:03",
            "upload_time_iso_8601": "2025-01-05T07:03:03.041545Z",
            "url": "https://files.pythonhosted.org/packages/ce/d4/410bdbea0ce842f9fde3a07ad4894897bea1921228c18e6b9d1a9bd92db1/kano_cv-3.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac5b858130474efd23d0c600b64621eebadb40c4281c534f212968242e3dbc80",
                "md5": "a9746fe2544738eef636968f0aa4e1fb",
                "sha256": "2d75f241fb0dcecd3a8ab8283282c8ee0e1311fd6a7abb7494052e2af06ae6fa"
            },
            "downloads": -1,
            "filename": "kano_cv-3.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a9746fe2544738eef636968f0aa4e1fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 15687,
            "upload_time": "2025-01-05T07:03:07",
            "upload_time_iso_8601": "2025-01-05T07:03:07.943831Z",
            "url": "https://files.pythonhosted.org/packages/ac/5b/858130474efd23d0c600b64621eebadb40c4281c534f212968242e3dbc80/kano_cv-3.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 07:03:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "egliette",
    "github_project": "kano",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kano-cv"
}
        
Elapsed time: 6.76210s