gradio-coolimage


Namegradio-coolimage JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryPython library for easily interacting with trained machine learning models
upload_time2023-10-27 04:00:43
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords gradio gradio custom component gradio-template-image machine learning reproducibility visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# gradio_coolimage
A Custom Gradio component.

## Example usage

```python
import gradio as gr
from gradio_coolimage import CoolImage
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gradio-coolimage",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "gradio,gradio custom component,gradio-template-Image,machine learning,reproducibility,visualization",
    "author": "",
    "author_email": "YOUR NAME <YOUREMAIL@domain.com>",
    "download_url": "https://files.pythonhosted.org/packages/fe/09/c17446c0bc8478da8e6a21abc15c41164efab55fddfcd1e18fe5bb81cc74/gradio_coolimage-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# gradio_coolimage\nA Custom Gradio component.\n\n## Example usage\n\n```python\nimport gradio as gr\nfrom gradio_coolimage import CoolImage\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library for easily interacting with trained machine learning models",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "gradio",
        "gradio custom component",
        "gradio-template-image",
        "machine learning",
        "reproducibility",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d15843eb7f179912a29a793c4eb6ab363d2970772f2293d8e5042e76611a016a",
                "md5": "0eef5d0b6516869ac212c1bc6da24509",
                "sha256": "cffc1f404198cf93444474d3fbe47e8fb2454bf1895ecd5e048c60652f2f05b6"
            },
            "downloads": -1,
            "filename": "gradio_coolimage-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0eef5d0b6516869ac212c1bc6da24509",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 121317,
            "upload_time": "2023-10-27T04:00:41",
            "upload_time_iso_8601": "2023-10-27T04:00:41.302231Z",
            "url": "https://files.pythonhosted.org/packages/d1/58/43eb7f179912a29a793c4eb6ab363d2970772f2293d8e5042e76611a016a/gradio_coolimage-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe09c17446c0bc8478da8e6a21abc15c41164efab55fddfcd1e18fe5bb81cc74",
                "md5": "6c0ee86a9c788c2e35f7be24ef0e99ef",
                "sha256": "1032fd969331d806a3d90d19820050e20fdeb1334508f3be65dd20cad9bb044c"
            },
            "downloads": -1,
            "filename": "gradio_coolimage-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6c0ee86a9c788c2e35f7be24ef0e99ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 135865,
            "upload_time": "2023-10-27T04:00:43",
            "upload_time_iso_8601": "2023-10-27T04:00:43.420536Z",
            "url": "https://files.pythonhosted.org/packages/fe/09/c17446c0bc8478da8e6a21abc15c41164efab55fddfcd1e18fe5bb81cc74/gradio_coolimage-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-27 04:00:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gradio-coolimage"
}
        
Elapsed time: 0.13349s