dashai-test-image-classification-plugin-2


Namedashai-test-image-classification-plugin-2 JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryImage Classification Plugin for DashAI
upload_time2025-02-02 01:56:01
maintainerNone
docs_urlNone
authorDashAI team
requires_python>=3.8
licenseNone
keywords dashai dataloader model task
VCS
bugtrack_url
requirements fastapi SQLAlchemy alembic kink numpy joblib pydantic pydantic-settings starlette scikit-learn datasets evaluate accelerate Pillow beartype plotly shap typer rich torch transformers sacrebleu sentencepiece optuna hyperopt openpyxl httpx
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Image Classification Task

  This plugin is designed to configure the dataloader, task, and model class for the image classification task.
Please note that this plugin does not implement any specific model itself.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dashai-test-image-classification-plugin-2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "DashAI, Dataloader, Model, Task",
    "author": "DashAI team",
    "author_email": "dashaisoftware@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/72/a8/df19fe8698d72e2ddb9483f7bf3b877dfda73b754d971f5f4ebd5cc71ceb/dashai_test_image_classification_plugin_2-0.0.7.tar.gz",
    "platform": null,
    "description": "## Image Classification Task\n\n  This plugin is designed to configure the dataloader, task, and model class for the image classification task.\nPlease note that this plugin does not implement any specific model itself.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Image Classification Plugin for DashAI",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/DashAISoftware/DashAI",
        "Issues": "https://github.com/DashAISoftware/DashAI/issues"
    },
    "split_keywords": [
        "dashai",
        " dataloader",
        " model",
        " task"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c73b7c0ca8a4ec4c2f90f4eec6e29d18d6cc9e35b764acd5f5ca2bc8e1292f5",
                "md5": "1de7debea52c9ca28aa4b478266135f1",
                "sha256": "a1e198151e27b86f7a2aa6cc86254c4aaee9dcfac8b9b71f11c1ae8d023f8fa6"
            },
            "downloads": -1,
            "filename": "dashai_test_image_classification_plugin_2-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1de7debea52c9ca28aa4b478266135f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6867,
            "upload_time": "2025-02-02T01:55:59",
            "upload_time_iso_8601": "2025-02-02T01:55:59.560797Z",
            "url": "https://files.pythonhosted.org/packages/5c/73/b7c0ca8a4ec4c2f90f4eec6e29d18d6cc9e35b764acd5f5ca2bc8e1292f5/dashai_test_image_classification_plugin_2-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72a8df19fe8698d72e2ddb9483f7bf3b877dfda73b754d971f5f4ebd5cc71ceb",
                "md5": "2386c3c9d4bc3ca6b5159a24f43ffbfe",
                "sha256": "7507816967ae2b354b617e7ffbd510f923a904edc2b4e5950555d77074a72c51"
            },
            "downloads": -1,
            "filename": "dashai_test_image_classification_plugin_2-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "2386c3c9d4bc3ca6b5159a24f43ffbfe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5194,
            "upload_time": "2025-02-02T01:56:01",
            "upload_time_iso_8601": "2025-02-02T01:56:01.720574Z",
            "url": "https://files.pythonhosted.org/packages/72/a8/df19fe8698d72e2ddb9483f7bf3b877dfda73b754d971f5f4ebd5cc71ceb/dashai_test_image_classification_plugin_2-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-02 01:56:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DashAISoftware",
    "github_project": "DashAI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "fastapi",
            "specs": [
                [
                    ">=",
                    "0.96"
                ]
            ]
        },
        {
            "name": "SQLAlchemy",
            "specs": [
                [
                    ">=",
                    "2.0"
                ]
            ]
        },
        {
            "name": "alembic",
            "specs": [
                [
                    "==",
                    "1.11.1"
                ]
            ]
        },
        {
            "name": "kink",
            "specs": [
                [
                    ">=",
                    "0.8.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.24.4"
                ]
            ]
        },
        {
            "name": "joblib",
            "specs": [
                [
                    ">=",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "2.0.2"
                ]
            ]
        },
        {
            "name": "pydantic-settings",
            "specs": [
                [
                    ">=",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "starlette",
            "specs": [
                [
                    "<",
                    "0.28.0"
                ],
                [
                    ">=",
                    "0.27.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    "==",
                    "1.2.1"
                ]
            ]
        },
        {
            "name": "datasets",
            "specs": [
                [
                    ">=",
                    "2.19.2"
                ]
            ]
        },
        {
            "name": "evaluate",
            "specs": [
                [
                    ">=",
                    "0.4.0"
                ]
            ]
        },
        {
            "name": "accelerate",
            "specs": [
                [
                    ">=",
                    "0.20.3"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    ">=",
                    "9.5.0"
                ]
            ]
        },
        {
            "name": "beartype",
            "specs": [
                [
                    "==",
                    "0.15.0"
                ]
            ]
        },
        {
            "name": "plotly",
            "specs": [
                [
                    ">=",
                    "5.0.0"
                ]
            ]
        },
        {
            "name": "shap",
            "specs": [
                [
                    ">=",
                    "0.42.0"
                ],
                [
                    "<",
                    "0.45.0"
                ]
            ]
        },
        {
            "name": "typer",
            "specs": [
                [
                    ">=",
                    "0.9.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    ">=",
                    "13.5.3"
                ]
            ]
        },
        {
            "name": "torch",
            "specs": [
                [
                    "==",
                    "1.13.0"
                ]
            ]
        },
        {
            "name": "transformers",
            "specs": [
                [
                    "==",
                    "4.23.1"
                ]
            ]
        },
        {
            "name": "sacrebleu",
            "specs": [
                [
                    "==",
                    "2.3.1"
                ]
            ]
        },
        {
            "name": "sentencepiece",
            "specs": [
                [
                    "==",
                    "0.1.97"
                ]
            ]
        },
        {
            "name": "optuna",
            "specs": [
                [
                    "==",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "hyperopt",
            "specs": [
                [
                    "==",
                    "0.2.7"
                ]
            ]
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    ">=",
                    "3.1.3"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": [
                [
                    "<=",
                    "0.26.0"
                ]
            ]
        }
    ],
    "lcname": "dashai-test-image-classification-plugin-2"
}
        
Elapsed time: 1.98470s