PlantsAI


NamePlantsAI JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/PlantsAI/plantsai
SummaryA powerful plant identifier to identify flowers, leaves, trees, and more in seconds! 🌱
upload_time2023-05-16 23:33:07
maintainer
docs_urlNone
authorSajjad Aemmi
requires_python
license
keywords
VCS
bugtrack_url
requirements numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PlantsAI

[![Python package](https://github.com/PlantsAI/plantsai/actions/workflows/python-package.yml/badge.svg)](https://github.com/PlantsAI/plantsai/actions/workflows/python-package.yml)
[![Upload Python Package](https://github.com/PlantsAI/plantsai/actions/workflows/python-publish.yml/badge.svg)](https://github.com/PlantsAI/plantsai/actions/workflows/python-publish.yml)

A powerful plant identifier to identify flowers, leaves, trees, and more in seconds! 🌱

## Installation

```bash
pip install plantsai
```

## Usage

### CLI

PlantsAI may be used directly in the Command Line Interface (CLI):

```bash
plantsai
```

### Python

PlantsAI may also be used directly in a Python environment as a library:

```python
import plantsai
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PlantsAI/plantsai",
    "name": "PlantsAI",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sajjad Aemmi",
    "author_email": "sajjadaemmi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/51/e1/eb3349143fb6f7193ad2a6929af49057b4e0b090be47002ba8aefc7c11ff/PlantsAI-0.0.3.tar.gz",
    "platform": null,
    "description": "# PlantsAI\n\n[![Python package](https://github.com/PlantsAI/plantsai/actions/workflows/python-package.yml/badge.svg)](https://github.com/PlantsAI/plantsai/actions/workflows/python-package.yml)\n[![Upload Python Package](https://github.com/PlantsAI/plantsai/actions/workflows/python-publish.yml/badge.svg)](https://github.com/PlantsAI/plantsai/actions/workflows/python-publish.yml)\n\nA powerful plant identifier to identify flowers, leaves, trees, and more in seconds! \ud83c\udf31\n\n## Installation\n\n```bash\npip install plantsai\n```\n\n## Usage\n\n### CLI\n\nPlantsAI may be used directly in the Command Line Interface (CLI):\n\n```bash\nplantsai\n```\n\n### Python\n\nPlantsAI may also be used directly in a Python environment as a library:\n\n```python\nimport plantsai\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A powerful plant identifier to identify flowers, leaves, trees, and more in seconds! \ud83c\udf31",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/PlantsAI/plantsai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1db8527d6f1e974caacf4a70bf36342e307cf77d496bc8c1c9bef9764fca4a0",
                "md5": "04496677f75c54280787914524030aa4",
                "sha256": "c9da47767e23ebfda9840e663cf2e86a4a4ea5360120ab66a01384f6d91c1fdc"
            },
            "downloads": -1,
            "filename": "PlantsAI-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04496677f75c54280787914524030aa4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14609,
            "upload_time": "2023-05-16T23:33:04",
            "upload_time_iso_8601": "2023-05-16T23:33:04.973561Z",
            "url": "https://files.pythonhosted.org/packages/e1/db/8527d6f1e974caacf4a70bf36342e307cf77d496bc8c1c9bef9764fca4a0/PlantsAI-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51e1eb3349143fb6f7193ad2a6929af49057b4e0b090be47002ba8aefc7c11ff",
                "md5": "36e4959450f15dcaf70502074553989c",
                "sha256": "7462e61c3ce5b8181a8b2e78aff49fe859cec1fd12f4ecb7e6b63c8e7f8d88c6"
            },
            "downloads": -1,
            "filename": "PlantsAI-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "36e4959450f15dcaf70502074553989c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14539,
            "upload_time": "2023-05-16T23:33:07",
            "upload_time_iso_8601": "2023-05-16T23:33:07.216635Z",
            "url": "https://files.pythonhosted.org/packages/51/e1/eb3349143fb6f7193ad2a6929af49057b4e0b090be47002ba8aefc7c11ff/PlantsAI-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-16 23:33:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PlantsAI",
    "github_project": "plantsai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        }
    ],
    "lcname": "plantsai"
}
        
Elapsed time: 0.17676s