ml-web-inference


Nameml-web-inference JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/xcczach/ml-web-inference
SummaryA Python package for ML web inference using FastAPI
upload_time2025-01-22 04:12:20
maintainerNone
docs_urlNone
authorxcc
requires_python<4,>=3.9
licenseMIT
keywords machine learning web inference fastapi uvicorn
VCS
bugtrack_url
requirements fastapi uvicorn pynvml torch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xcczach/ml-web-inference",
    "name": "ml-web-inference",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": "machine learning, web inference, fastapi, uvicorn",
    "author": "xcc",
    "author_email": "2867389537@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/54/40/97c2f1569ec6f9a5b11c0de8a17961baca36f1547c9464e63966d85ad657/ml_web_inference-0.1.3.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package for ML web inference using FastAPI",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/xcczach/ml-web-inference"
    },
    "split_keywords": [
        "machine learning",
        " web inference",
        " fastapi",
        " uvicorn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b9a6917b2cc24dc2cc27e5be260404f00f5bd476997819c84d5cb957a2c6862",
                "md5": "0b9b9c53a0d3929aa670985bbe23d5bf",
                "sha256": "7f12d22bdc50f47f2b482081e635a4b08d4782fae409c9808c6207d1e2aaa1e4"
            },
            "downloads": -1,
            "filename": "ml_web_inference-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b9b9c53a0d3929aa670985bbe23d5bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 4412,
            "upload_time": "2025-01-22T04:12:18",
            "upload_time_iso_8601": "2025-01-22T04:12:18.373824Z",
            "url": "https://files.pythonhosted.org/packages/5b/9a/6917b2cc24dc2cc27e5be260404f00f5bd476997819c84d5cb957a2c6862/ml_web_inference-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "544097c2f1569ec6f9a5b11c0de8a17961baca36f1547c9464e63966d85ad657",
                "md5": "c1b6ae981ea7b95e9c54ceca1ec95178",
                "sha256": "1a9cd46ce9e0897665871886aae85e0142a947d5fdff38382a6f3f9ebcc9a3e0"
            },
            "downloads": -1,
            "filename": "ml_web_inference-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c1b6ae981ea7b95e9c54ceca1ec95178",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 4289,
            "upload_time": "2025-01-22T04:12:20",
            "upload_time_iso_8601": "2025-01-22T04:12:20.993433Z",
            "url": "https://files.pythonhosted.org/packages/54/40/97c2f1569ec6f9a5b11c0de8a17961baca36f1547c9464e63966d85ad657/ml_web_inference-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-22 04:12:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xcczach",
    "github_project": "ml-web-inference",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "fastapi",
            "specs": []
        },
        {
            "name": "uvicorn",
            "specs": []
        },
        {
            "name": "pynvml",
            "specs": []
        },
        {
            "name": "torch",
            "specs": []
        }
    ],
    "lcname": "ml-web-inference"
}
        
xcc
Elapsed time: 1.16970s