mira


Namemira JSON
Version 0.9.23 PyPI version JSON
download
home_pagehttps://github.com/faustomorales/mira
SummaryA package for simplifying object detection
upload_time2023-08-30 22:12:09
maintainer
docs_urlNone
authorFausto Morales
requires_python>=3.8,<3.12
licenseMIT
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": "https://github.com/faustomorales/mira",
    "name": "mira",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "Fausto Morales",
    "author_email": "faustomorales@gmail.com",
    "download_url": "",
    "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\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package for simplifying object detection",
    "version": "0.9.23",
    "project_urls": {
        "Homepage": "https://github.com/faustomorales/mira",
        "Repository": "https://github.com/faustomorales/mira"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb1f7c578d07479f4b1deeb268c60d21f696e912cbb9e42a550df05d22b42784",
                "md5": "ba2683b31ad90ffaca36ddb0da4f1c2d",
                "sha256": "1bacc4edf4cf7394fc162d51b73dc1c487a42987252bbb7600601fb5368c66db"
            },
            "downloads": -1,
            "filename": "mira-0.9.23-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba2683b31ad90ffaca36ddb0da4f1c2d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.12",
            "size": 7197851,
            "upload_time": "2023-08-30T22:12:09",
            "upload_time_iso_8601": "2023-08-30T22:12:09.242491Z",
            "url": "https://files.pythonhosted.org/packages/bb/1f/7c578d07479f4b1deeb268c60d21f696e912cbb9e42a550df05d22b42784/mira-0.9.23-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-30 22:12:09",
    "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: 1.16588s