mira


Namemira JSON
Version 0.9.31 PyPI version JSON
download
home_pageNone
SummaryA package for simplifying object detection
upload_time2025-09-05 22:25:07
maintainerNone
docs_urlNone
authorNone
requires_python<3.12,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mira ![CI Status](https://github.com/faustomorales/mira/actions/workflows/ci.yaml/badge.svg) [![Documentation Status](https://readthedocs.org/projects/mira-python/badge/?version=latest)](https://mira-python.readthedocs.io/en/latest/?badge=latest)

mira provides tooling for simple object detection projects. The package spans three areas of focus.

- **Core** object detection abstractions for images and annotations
- Access to **datasets** from common formats (e.g., VOC, COCO) and image sets (e.g., VOC 2012)
- A common API to for **well-known models** (e.g., RetinaNet and FasterRCNN)

Check out [the docs](https://mira-python.readthedocs.io/en/latest/).

## Installation

```shell
pip install mira
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mira",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Fausto Morales <faustomorales@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# mira ![CI Status](https://github.com/faustomorales/mira/actions/workflows/ci.yaml/badge.svg) [![Documentation Status](https://readthedocs.org/projects/mira-python/badge/?version=latest)](https://mira-python.readthedocs.io/en/latest/?badge=latest)\n\nmira provides tooling for simple object detection projects. The package spans three areas of focus.\n\n- **Core** object detection abstractions for images and annotations\n- Access to **datasets** from common formats (e.g., VOC, COCO) and image sets (e.g., VOC 2012)\n- A common API to for **well-known models** (e.g., RetinaNet and FasterRCNN)\n\nCheck out [the docs](https://mira-python.readthedocs.io/en/latest/).\n\n## Installation\n\n```shell\npip install mira\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for simplifying object detection",
    "version": "0.9.31",
    "project_urls": {
        "Homepage": "https://github.com/faustomorales/mira",
        "Repository": "https://github.com/faustomorales/mira"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "738c4cff5d7c8c2ed1e1e3ff860f97adc48a71e4b3da4819fb5384dfd92ba6bc",
                "md5": "c822d0fb4665471a0a41f55d69f77c3c",
                "sha256": "c75be280aac9e86dba4dbe9dd3f0ae3c096d307a3da5d8ad422bf3367624719c"
            },
            "downloads": -1,
            "filename": "mira-0.9.31-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c822d0fb4665471a0a41f55d69f77c3c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.8",
            "size": 7199286,
            "upload_time": "2025-09-05T22:25:07",
            "upload_time_iso_8601": "2025-09-05T22:25:07.859744Z",
            "url": "https://files.pythonhosted.org/packages/73/8c/4cff5d7c8c2ed1e1e3ff860f97adc48a71e4b3da4819fb5384dfd92ba6bc/mira-0.9.31-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-05 22:25:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "faustomorales",
    "github_project": "mira",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mira"
}
        
Elapsed time: 4.84948s