gradio-model3dgs


Namegradio-model3dgs JSON
Version 0.2.4 PyPI version JSON
download
home_page
SummaryPython library for easily interacting with trained machine learning models
upload_time2024-01-22 21:03:39
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords gradio gradio custom component gradio-template-model3d machine learning reproducibility visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# gradio_model3dgs
A Custom Gradio component.

## Example usage

```python
import gradio as gr
from gradio_model3dgs import Model3DGS
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gradio-model3dgs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "gradio,gradio custom component,gradio-template-Model3D,machine learning,reproducibility,visualization",
    "author": "",
    "author_email": "Dylan Ebert <dylan@huggingface.co>",
    "download_url": "https://files.pythonhosted.org/packages/9a/e8/e14b16d4d822cd8684823fd7a082dfcf89f646fc011ece8a38db5fc1c8c4/gradio_model3dgs-0.2.4.tar.gz",
    "platform": null,
    "description": "\n# gradio_model3dgs\nA Custom Gradio component.\n\n## Example usage\n\n```python\nimport gradio as gr\nfrom gradio_model3dgs import Model3DGS\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library for easily interacting with trained machine learning models",
    "version": "0.2.4",
    "project_urls": null,
    "split_keywords": [
        "gradio",
        "gradio custom component",
        "gradio-template-model3d",
        "machine learning",
        "reproducibility",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2c9c1ff1a94d8efeb38535c74078f6ec319d92a0d1b2d5afcbcbc608c9424a8",
                "md5": "666752cb3be0d055f70db96d5d9afa0b",
                "sha256": "c4ad78febd96a8ea4a5c080c0a57aee7f04aa041b3a0b274ce8418ec27569048"
            },
            "downloads": -1,
            "filename": "gradio_model3dgs-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "666752cb3be0d055f70db96d5d9afa0b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 152456,
            "upload_time": "2024-01-22T21:03:34",
            "upload_time_iso_8601": "2024-01-22T21:03:34.088596Z",
            "url": "https://files.pythonhosted.org/packages/d2/c9/c1ff1a94d8efeb38535c74078f6ec319d92a0d1b2d5afcbcbc608c9424a8/gradio_model3dgs-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ae8e14b16d4d822cd8684823fd7a082dfcf89f646fc011ece8a38db5fc1c8c4",
                "md5": "ac3c2eb1f8ed079b6af3089b9b303c67",
                "sha256": "93a617cd227429005b03802073bd692b79c3404d4b0be6bf14843281d6d726be"
            },
            "downloads": -1,
            "filename": "gradio_model3dgs-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ac3c2eb1f8ed079b6af3089b9b303c67",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15890684,
            "upload_time": "2024-01-22T21:03:39",
            "upload_time_iso_8601": "2024-01-22T21:03:39.521467Z",
            "url": "https://files.pythonhosted.org/packages/9a/e8/e14b16d4d822cd8684823fd7a082dfcf89f646fc011ece8a38db5fc1c8c4/gradio_model3dgs-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-22 21:03:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gradio-model3dgs"
}
        
Elapsed time: 0.17857s