gradio-multimodalchatbot


Namegradio-multimodalchatbot JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryPython library for easily interacting with trained machine learning models
upload_time2023-11-10 02:55:17
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords gradio gradio custom component gradio-template-chatbot machine learning reproducibility visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# gradio_multimodalchatbot
A Custom Gradio component.

## Example usage

```python
import gradio as gr
from gradio_multimodalchatbot import MultimodalChatbot
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gradio-multimodalchatbot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "gradio,gradio custom component,gradio-template-Chatbot,machine learning,reproducibility,visualization",
    "author": "",
    "author_email": "Freddy Boulton <freddy@huggingface.co>",
    "download_url": "https://files.pythonhosted.org/packages/bf/f5/4a7f9e0ab58e44d0f7bfca4d053dd16c82f722d8375275e3501416995b89/gradio_multimodalchatbot-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# gradio_multimodalchatbot\nA Custom Gradio component.\n\n## Example usage\n\n```python\nimport gradio as gr\nfrom gradio_multimodalchatbot import MultimodalChatbot\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-chatbot",
        "machine learning",
        "reproducibility",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49e931d3ef5b35fc913b1bc462a607353312012212adf899cf70e5fd352a7b30",
                "md5": "2994c99c5bafcf2f269289eefc5be25f",
                "sha256": "a25c00fd6a00aeebffbdb3abdf87e1597d85eda99a1c219205cce1bda1408d08"
            },
            "downloads": -1,
            "filename": "gradio_multimodalchatbot-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2994c99c5bafcf2f269289eefc5be25f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1133310,
            "upload_time": "2023-11-10T02:55:13",
            "upload_time_iso_8601": "2023-11-10T02:55:13.589633Z",
            "url": "https://files.pythonhosted.org/packages/49/e9/31d3ef5b35fc913b1bc462a607353312012212adf899cf70e5fd352a7b30/gradio_multimodalchatbot-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bff54a7f9e0ab58e44d0f7bfca4d053dd16c82f722d8375275e3501416995b89",
                "md5": "b83b2e9fb954d4b827d4aa27ca6fef7b",
                "sha256": "5a4ef1e2885b0505409d30bcf77030ef18e6216b203f6d105388e0be7bf330b4"
            },
            "downloads": -1,
            "filename": "gradio_multimodalchatbot-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b83b2e9fb954d4b827d4aa27ca6fef7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2385320,
            "upload_time": "2023-11-10T02:55:17",
            "upload_time_iso_8601": "2023-11-10T02:55:17.671463Z",
            "url": "https://files.pythonhosted.org/packages/bf/f5/4a7f9e0ab58e44d0f7bfca4d053dd16c82f722d8375275e3501416995b89/gradio_multimodalchatbot-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-10 02:55:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gradio-multimodalchatbot"
}
        
Elapsed time: 0.13162s