modelcaller


Namemodelcaller JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/mukdal/modelcaller
SummaryModelCaller for AI
upload_time2024-04-02 19:26:28
maintainerNone
docs_urlNone
authorMukesh Dalal
requires_python>=3.9
licenseCustom
keywords modelcaller artficial intelligence machine learning ml ai systems transformation model
VCS
bugtrack_url
requirements requests numpy scikit-learn torch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img align="center" src="docs/images/mc.png" width="460px" />
</p>
<p align="left">

# **ModelCaller**: A Python Library for Transforming Predictive and Generative AI Applications
Copyright (C) 2024, Mukesh Dalal. All rights reserved.

ModelCaller facilitates calling, hosting, and registering models and functions with enhanced capabilities like automatic data sensing and caching, training, testing, and capturing supervisory and delayed feedback. It is purposefully designed for predictive and generative AI transformation and continuous improvement of enterprise software.

## Contacts
- Commercial/business inquiries: mc.business@aidaa.ai
- Media/press inquiries: mc.press@aidaa.ai
- Signup for email updates: mc.updates@aidaa.ai
- Feedback: mc.feedback@aidaa.ai
- [Join ModelCaller Discord community](https://discord.gg/CgEvYuNS)
- [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/modelcaller.svg?style=social&label=Follow%20%40modelcaller)](https://twitter.com/modelcaller)
  
## LICENSE:
This software is licensed under a custom license included with this distibution in the file LICENSE.txt, generally based on CC BY-NC-SA (Attribution-NonCommercial-ShareAlike 4.0 International, see https://creativecommons.org/licenses/by-nc-sa/4.0/). This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format for noncommercial purposes only, and only so long as attribution is given to the creator. If you remix, adapt, or build upon the material, you must license the modified material under identical terms.

Please contact us at mc.business@aidaa.ai for free limited commercial licensing.

**Attribution**:
If you use this software in your work, you must provide proper attribution to the creator using the following suggested format:

*For academic and professional use:*
"Mukesh Dalal. ModelCaller. 2024. Available under a custom license based on CC BY-NC-SA." 

*For software and code attributions:*
"Copyright (c) 2024, Mukesh Dalal. All rights reserved. 
ModelCaller is available under a custom license based on CC BY-NC-SA. It incorporates software components from the Python Standard Library, Requests, Numpy, scikit-learn, and PyTorch under their respective licenses."

**Python Standard Library**:
The Python Standard Library is used under the Python Software Foundation License Version 2.
Copyright (c) 2024, Python Software Foundation; All Rights Reserved
For more details, see https://docs.python.org/3/license.html

**Requests**: HTTP for Humans™
The Requests library is used under the terms of the Apache License 2.0.
Copyright (c) 2024, Kenneth Reitz
For more details, https://github.com/psf/requests?tab=Apache-2.0-1-ov-file

**Numpy**:
Numpy is used under the BSD License.
Copyright (c) 2024, Numpy Developers. All rights reserved.
For more details, see https://numpy.org/doc/stable/license.html

**scikit-learn**:
The scikit-learn components are used under the terms of the BSD 3-Clause License.
Copyright (c) 2024, scikit-learn Developers
For more details, see https://github.com/scikit-learn/scikit-learn/tree/main?tab=BSD-3-Clause-1-ov-file

**PyTorch**:
The PyTorch components are used under the terms of the Modified BSD License.
Copyright (c) 2024, PyTorch Developers
For more details, see https://github.com/pytorch/pytorch/blob/main/LICENSE

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mukdal/modelcaller",
    "name": "modelcaller",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "modelcaller artficial intelligence machine learning ml ai systems transformation model",
    "author": "Mukesh Dalal",
    "author_email": "mukesh@aidaa.ai",
    "download_url": "https://files.pythonhosted.org/packages/9a/15/b533daa5a6271d4b9a88cb3a56f6d007adb9930add5683c1fbf2231dcdd5/modelcaller-0.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n  <img align=\"center\" src=\"docs/images/mc.png\" width=\"460px\" />\r\n</p>\r\n<p align=\"left\">\r\n\r\n# **ModelCaller**: A Python Library for Transforming Predictive and Generative AI Applications\r\nCopyright (C) 2024, Mukesh Dalal. All rights reserved.\r\n\r\nModelCaller facilitates calling, hosting, and registering models and functions with enhanced capabilities like automatic data sensing and caching, training, testing, and capturing supervisory and delayed feedback. It is purposefully designed for predictive and generative AI transformation and continuous improvement of enterprise software.\r\n\r\n## Contacts\r\n- Commercial/business inquiries: mc.business@aidaa.ai\r\n- Media/press inquiries: mc.press@aidaa.ai\r\n- Signup for email updates: mc.updates@aidaa.ai\r\n- Feedback: mc.feedback@aidaa.ai\r\n- [Join ModelCaller Discord community](https://discord.gg/CgEvYuNS)\r\n- [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/modelcaller.svg?style=social&label=Follow%20%40modelcaller)](https://twitter.com/modelcaller)\r\n  \r\n## LICENSE:\r\nThis software is licensed under a custom license included with this distibution in the file LICENSE.txt, generally based on CC BY-NC-SA (Attribution-NonCommercial-ShareAlike 4.0 International, see https://creativecommons.org/licenses/by-nc-sa/4.0/). This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format for noncommercial purposes only, and only so long as attribution is given to the creator. If you remix, adapt, or build upon the material, you must license the modified material under identical terms.\r\n\r\nPlease contact us at mc.business@aidaa.ai for free limited commercial licensing.\r\n\r\n**Attribution**:\r\nIf you use this software in your work, you must provide proper attribution to the creator using the following suggested format:\r\n\r\n*For academic and professional use:*\r\n\"Mukesh Dalal. ModelCaller. 2024. Available under a custom license based on CC BY-NC-SA.\" \r\n\r\n*For software and code attributions:*\r\n\"Copyright (c) 2024, Mukesh Dalal. All rights reserved. \r\nModelCaller is available under a custom license based on CC BY-NC-SA. It incorporates software components from the Python Standard Library, Requests, Numpy, scikit-learn, and PyTorch under their respective licenses.\"\r\n\r\n**Python Standard Library**:\r\nThe Python Standard Library is used under the Python Software Foundation License Version 2.\r\nCopyright (c) 2024, Python Software Foundation; All Rights Reserved\r\nFor more details, see https://docs.python.org/3/license.html\r\n\r\n**Requests**: HTTP for Humans\u2122\r\nThe Requests library is used under the terms of the Apache License 2.0.\r\nCopyright (c) 2024, Kenneth Reitz\r\nFor more details, https://github.com/psf/requests?tab=Apache-2.0-1-ov-file\r\n\r\n**Numpy**:\r\nNumpy is used under the BSD License.\r\nCopyright (c) 2024, Numpy Developers. All rights reserved.\r\nFor more details, see https://numpy.org/doc/stable/license.html\r\n\r\n**scikit-learn**:\r\nThe scikit-learn components are used under the terms of the BSD 3-Clause License.\r\nCopyright (c) 2024, scikit-learn Developers\r\nFor more details, see https://github.com/scikit-learn/scikit-learn/tree/main?tab=BSD-3-Clause-1-ov-file\r\n\r\n**PyTorch**:\r\nThe PyTorch components are used under the terms of the Modified BSD License.\r\nCopyright (c) 2024, PyTorch Developers\r\nFor more details, see https://github.com/pytorch/pytorch/blob/main/LICENSE\r\n",
    "bugtrack_url": null,
    "license": "Custom",
    "summary": "ModelCaller for AI",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/mukdal/modelcaller"
    },
    "split_keywords": [
        "modelcaller",
        "artficial",
        "intelligence",
        "machine",
        "learning",
        "ml",
        "ai",
        "systems",
        "transformation",
        "model"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00a62ea7747e94337834a2ce518a56f0f8f778104df51ab682e13331bd7f9c6b",
                "md5": "0d321a4d1f5b2fcdadcc9b0412fe76ba",
                "sha256": "adb55afb9ff67f4da56c4c547ba0bc3b40c7cf5282d88baf394ded9ce4008af9"
            },
            "downloads": -1,
            "filename": "modelcaller-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d321a4d1f5b2fcdadcc9b0412fe76ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 18560,
            "upload_time": "2024-04-02T19:26:26",
            "upload_time_iso_8601": "2024-04-02T19:26:26.605528Z",
            "url": "https://files.pythonhosted.org/packages/00/a6/2ea7747e94337834a2ce518a56f0f8f778104df51ab682e13331bd7f9c6b/modelcaller-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a15b533daa5a6271d4b9a88cb3a56f6d007adb9930add5683c1fbf2231dcdd5",
                "md5": "bc0dbc329d0fafde1db33d15faa2f57d",
                "sha256": "c748f69d8cb03f7311dcd62709d498c18ca832983c50298e84e9c14093af0327"
            },
            "downloads": -1,
            "filename": "modelcaller-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bc0dbc329d0fafde1db33d15faa2f57d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 13186,
            "upload_time": "2024-04-02T19:26:28",
            "upload_time_iso_8601": "2024-04-02T19:26:28.524638Z",
            "url": "https://files.pythonhosted.org/packages/9a/15/b533daa5a6271d4b9a88cb3a56f6d007adb9930add5683c1fbf2231dcdd5/modelcaller-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 19:26:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mukdal",
    "github_project": "modelcaller",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "torch",
            "specs": []
        }
    ],
    "lcname": "modelcaller"
}
        
Elapsed time: 0.30271s