matcha-ml


Namematcha-ml JSON
Version 0.2.9 PyPI version JSON
download
home_pagehttp://fuzzylabs.github.io/matcha
SummaryMatcha: An open source tool for provisioning MLOps environments to the cloud.
upload_time2023-08-23 12:29:46
maintainer
docs_urlNone
authorFuzzyLabs
requires_python>=3.8,<4.0
licenseApache-2.0
keywords production mlops devops machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
    <img src="https://raw.githubusercontent.com/fuzzylabs/matcha/main/docs/img/logo.png" width="200" style="max-width: 200px"></img>
</h1>

<p align="center">
    <a href="https://github.com/fuzzylabs/matcha/actions/workflows/ci.yml">
        <img alt="Build" src="https://img.shields.io/github/actions/workflow/status/fuzzylabs/matcha/ci.yml">
    </a>
    <a href="https://github.com/fuzzylabs/matcha/blob/main/LICENSE">
        <img alt="License" src="https://img.shields.io/github/license/fuzzylabs/matcha?color=blue">
    </a>
    <a href="https://github.com/fuzzylabs/matcha/releases">
        <img alt="Release" src="https://img.shields.io/github/v/release/fuzzylabs/matcha?color=green">
    </a>
    <a href="https://pypi.org/project/matcha-ml/">
        <img alt="Downloads" src="https://img.shields.io/pypi/dm/matcha-ml?color=orange">
    </a>
</p>

<h3 align="center">
    <p>Open source MLOps on Azure in one step</p>
</h3>

If you train machine learning models, then you know the challenge of going from _experiment_ to _production_. There's a vast range of tools that promise to help, from experiment tracking through to model deployment, but setting these up requires a lot of time and cloud engineering knowledge.

**Matcha removes the complexity of provisioning your machine learning infrastructure**. With one step, you'll have a complete _machine learning operations (MLOps)_ stack up and running in your Microsoft® Azure cloud environment. This means you'll be able to track your experiments, train your models, as well as deploy and serve those models.

<div align="center">
    <img src="https://raw.githubusercontent.com/fuzzylabs/matcha/main/docs/img/matcha-provision.gif"></img>
</div>

# &#127861; Who is Matcha for?

Matcha is for data scientists, machine learning engineers, and anybody who trains machine learning models. If you're using Azure, and want an intuitive way to deploy machine learning infrastructure, Matcha is for you.

# &#127939; How do I get started?

If you're new to Matcha, the best place to start is [our guide to deploying your first model](http://www.mymatcha.ai/getting-started). If you're happy with the basics, then you might want to dive into our [Matcha examples](https://github.com/fuzzylabs/matcha-examples) on Github.

## &#128214; Documentation

The full Matcha documentation can be found at [mymatcha.ai](https://mymatcha.ai). This covers what Matcha is in more detail, how to use it, what Azure permissions are required, and how Matcha works internally.

## &#128506;&#65039; Roadmap

We've put a lot of thought into what our users — data scientists, ML engineers, etc — need from their infrastructure, and we came up with 5 key pieces of functionality that are absolute musts:

* A place to track, version, and manage datasets.
* A place to track experiments and models assets.
* Scalable compute for running training workloads, with the option to use GPUs.
* Somewhere to deploy and serve models in a way that scales with your application needs.
* The ability to monitor models for things like drift and bias.

Matcha is still in alpha release, and we don't support everything on that list yet. We support experiment tracking, training, and deployment, with plans to add data versioning and monitoring later. We very much welcome input on our roadmap from our early users.

## &#128079; Contributing

Matcha at its very core is open source and we're eager for you to get involved whether through raising issues or by opening a PR.

We have an in-depth [contributing](CONTRIBUTING.md) guide which will describe how to do all of this.

> Note: Matcha is still in alpha release. While we've worked hard to ensure there are no defects, there's a small chance that you'll find a bug or something that hasn't been documented as well as it could be. If that happens, we'd really value your feedback, which you can send by submitting an [issue](https://github.com/fuzzylabs/matcha/issues/new/choose) to Matcha on Github.

## &#128220; License

This library is released under the Apache License. See [LICENSE](LICENSE).

# &#129309; Acknowledgements

Thank you to [ZenML](https://zenml.io/home) for their contributions and inspiration through their [stack recipes](https://github.com/zenml-io/mlops-stacks).

            

Raw data

            {
    "_id": null,
    "home_page": "http://fuzzylabs.github.io/matcha",
    "name": "matcha-ml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "production,mlops,devops,machine learning",
    "author": "FuzzyLabs",
    "author_email": "info@fuzzylabs.ai",
    "download_url": "https://files.pythonhosted.org/packages/6b/8e/7628360dcf4fc6722625fde2044086b7848400aec0444be0c2313679eaff/matcha_ml-0.2.9.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/fuzzylabs/matcha/main/docs/img/logo.png\" width=\"200\" style=\"max-width: 200px\"></img>\n</h1>\n\n<p align=\"center\">\n    <a href=\"https://github.com/fuzzylabs/matcha/actions/workflows/ci.yml\">\n        <img alt=\"Build\" src=\"https://img.shields.io/github/actions/workflow/status/fuzzylabs/matcha/ci.yml\">\n    </a>\n    <a href=\"https://github.com/fuzzylabs/matcha/blob/main/LICENSE\">\n        <img alt=\"License\" src=\"https://img.shields.io/github/license/fuzzylabs/matcha?color=blue\">\n    </a>\n    <a href=\"https://github.com/fuzzylabs/matcha/releases\">\n        <img alt=\"Release\" src=\"https://img.shields.io/github/v/release/fuzzylabs/matcha?color=green\">\n    </a>\n    <a href=\"https://pypi.org/project/matcha-ml/\">\n        <img alt=\"Downloads\" src=\"https://img.shields.io/pypi/dm/matcha-ml?color=orange\">\n    </a>\n</p>\n\n<h3 align=\"center\">\n    <p>Open source MLOps on Azure in one step</p>\n</h3>\n\nIf you train machine learning models, then you know the challenge of going from _experiment_ to _production_. There's a vast range of tools that promise to help, from experiment tracking through to model deployment, but setting these up requires a lot of time and cloud engineering knowledge.\n\n**Matcha removes the complexity of provisioning your machine learning infrastructure**. With one step, you'll have a complete _machine learning operations (MLOps)_ stack up and running in your Microsoft\u00ae Azure cloud environment. This means you'll be able to track your experiments, train your models, as well as deploy and serve those models.\n\n<div align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/fuzzylabs/matcha/main/docs/img/matcha-provision.gif\"></img>\n</div>\n\n# &#127861; Who is Matcha for?\n\nMatcha is for data scientists, machine learning engineers, and anybody who trains machine learning models. If you're using Azure, and want an intuitive way to deploy machine learning infrastructure, Matcha is for you.\n\n# &#127939; How do I get started?\n\nIf you're new to Matcha, the best place to start is [our guide to deploying your first model](http://www.mymatcha.ai/getting-started). If you're happy with the basics, then you might want to dive into our [Matcha examples](https://github.com/fuzzylabs/matcha-examples) on Github.\n\n## &#128214; Documentation\n\nThe full Matcha documentation can be found at [mymatcha.ai](https://mymatcha.ai). This covers what Matcha is in more detail, how to use it, what Azure permissions are required, and how Matcha works internally.\n\n## &#128506;&#65039; Roadmap\n\nWe've put a lot of thought into what our users \u2014 data scientists, ML engineers, etc \u2014 need from their infrastructure, and we came up with 5 key pieces of functionality that are absolute musts:\n\n* A place to track, version, and manage datasets.\n* A place to track experiments and models assets.\n* Scalable compute for running training workloads, with the option to use GPUs.\n* Somewhere to deploy and serve models in a way that scales with your application needs.\n* The ability to monitor models for things like drift and bias.\n\nMatcha is still in alpha release, and we don't support everything on that list yet. We support experiment tracking, training, and deployment, with plans to add data versioning and monitoring later. We very much welcome input on our roadmap from our early users.\n\n## &#128079; Contributing\n\nMatcha at its very core is open source and we're eager for you to get involved whether through raising issues or by opening a PR.\n\nWe have an in-depth [contributing](CONTRIBUTING.md) guide which will describe how to do all of this.\n\n> Note: Matcha is still in alpha release. While we've worked hard to ensure there are no defects, there's a small chance that you'll find a bug or something that hasn't been documented as well as it could be. If that happens, we'd really value your feedback, which you can send by submitting an [issue](https://github.com/fuzzylabs/matcha/issues/new/choose) to Matcha on Github.\n\n## &#128220; License\n\nThis library is released under the Apache License. See [LICENSE](LICENSE).\n\n# &#129309; Acknowledgements\n\nThank you to [ZenML](https://zenml.io/home) for their contributions and inspiration through their [stack recipes](https://github.com/zenml-io/mlops-stacks).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Matcha: An open source tool for provisioning MLOps environments to the cloud.",
    "version": "0.2.9",
    "project_urls": {
        "Bug Tracker": "https://github.com/fuzzylabs/matcha/issues",
        "Documentation": "http://fuzzylabs.github.io/matcha",
        "Homepage": "http://fuzzylabs.github.io/matcha",
        "Repository": "https://github.com/fuzzylabs/matcha"
    },
    "split_keywords": [
        "production",
        "mlops",
        "devops",
        "machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee2422e17247df658dd97ed0a96a5ffb254f4bad15400046b338d336bfe6f81c",
                "md5": "4a912ed4063bde89cf96e9141c732abf",
                "sha256": "6305ad3e7a80f9435d453493ee1b61d65d00daa4a39be02ec09f4b5bec34ec52"
            },
            "downloads": -1,
            "filename": "matcha_ml-0.2.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a912ed4063bde89cf96e9141c732abf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 168914,
            "upload_time": "2023-08-23T12:29:44",
            "upload_time_iso_8601": "2023-08-23T12:29:44.358471Z",
            "url": "https://files.pythonhosted.org/packages/ee/24/22e17247df658dd97ed0a96a5ffb254f4bad15400046b338d336bfe6f81c/matcha_ml-0.2.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b8e7628360dcf4fc6722625fde2044086b7848400aec0444be0c2313679eaff",
                "md5": "affce3e69064daf5f609c744e57e8c5d",
                "sha256": "eb7e754c4bc030959464d470cbc87f7b7be52db75679ec1161d54b3470216c04"
            },
            "downloads": -1,
            "filename": "matcha_ml-0.2.9.tar.gz",
            "has_sig": false,
            "md5_digest": "affce3e69064daf5f609c744e57e8c5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 107176,
            "upload_time": "2023-08-23T12:29:46",
            "upload_time_iso_8601": "2023-08-23T12:29:46.323461Z",
            "url": "https://files.pythonhosted.org/packages/6b/8e/7628360dcf4fc6722625fde2044086b7848400aec0444be0c2313679eaff/matcha_ml-0.2.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-23 12:29:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fuzzylabs",
    "github_project": "matcha",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "matcha-ml"
}
        
Elapsed time: 0.10241s