sinaraml


Namesinaraml JSON
Version 2024.10.10 PyPI version JSON
download
home_pageNone
SummarySinaraML
upload_time2024-10-10 16:43:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords cli sinaraml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="https://github.com/4-DS/.github/assets/55787399/edbd76dd-e296-4bde-9cca-c1d902c5504c" height=140 />
</p>

## SinaraML is a lightweight source available framework that simplifies Data Scientist's work and eliminates pain of accompanying engineering routines

Like many others, SinaraML designed as a full-stack MLOps solution that allows Data Scinentist to focus on machine learning code development and takes care of the engineering tasks associated with scaling, reproducibility, model maintenance, data tracking, and experiment management.

But unlike other similar solutions SinaraML is many more. It is next generation MLOps framework incorporated with ready to use MLOps platforms. From one side to work in platform you don't need to setup servers neither you no need cloud provider - you are fully independent. You can start develop you code [just now](https://github.com/4-DS/sinara-tutorials/wiki/Getting-started) on you Windows or Linix desktop or VM. From the other side SinaraML Framework ready for integration to corporate infra to get full-blown enterprise MLOps platform. SinaraML Framework provides abstractions to connect corporate storage (like S3/HDFS), corporate servers for spark clusters (for PandasOnSpark), corporate Git and CI/СD tools and so on. Once written your ML code is fully transferable beetween all of platforms based on SinaraML. So, you can start development on your desktop and continue in the corporate MLOps platform.

SinaraML doesn't require you to learn its own API for reading/writing data, managing experiments, or logging as previous generation platforms require. You don't have to constantly remember tracking or logging tasks by inserting special strings into your ML code. All you need is to insert cell in the beginning of notebooks with inputs and outputs definitions. So the time from the first acquaintance to the launch of the first ML pipeline takes no more than 15 minutes.

SinaraML is a thin wrapper around the technologies of de facto standards in the field of machine learning and data engineering: Python, Jupyter, PandasOnSpark, CUDA, etc. Plus, SinaraML precisely closes the gaps that arise when integrating these technologies. 

SinaraML brings together the best of different worlds:

- Functionality of experiment management solutions such as MLFlow
- Flexibility and simplicity of Jupyter Notebooks for data and ML experiments visualization and logging
- Scalability and power of Spark for data engineering
- Functionaity ML and data pipelines
- Out of the box automatic data versioning and traceability (Data Lineage across whole ML Pipeline)
- Model Serving by Data Scientist. Data scientists build Docker Images with REST interface without special knowledge about Docker, K8s, SinaraML APIs and REST frameworks. The resulting docker images do not require special infrastructure like as K8s or SinaraML servers and can run on any machine with docker installed. Model Versioning does not require special Model Storage
- Out of the box, up to date, carefully selected Python envs for developing both classic ML and Computer Vision models 

SinaraML is lightweight in all its aspects. The SinaraML framework not only addresses the needs of Data Scientists, but also the needs of MLOps engineers. SinaraML has an architecture with minimal operating costs. The platform relies heavily on the stateless servers, and the corporate MLOps platform can be implemented without relational and NoSQL DBMS


To start you off, go to [**Getting started page**](https://github.com/4-DS/sinara-tutorials/wiki/Getting-started) to try **SinaraML Tutorials**

[**SinaraML Book**](https://sinara-definitive-guide.readthedocs.io/en/latest/) allows you to dive deeply into the development of ML products.

# Installation
To install SinaraML CLI into your environment, run:
```
pip install sinaraml
```
Reload shell or reboot your machine after installation to enable CLI commands

# Quick Start
Commands start with the keyword sinara (similar to git, docker, kubectl)<br>
If a command call is made without a mandatory parameter, help is displayed on the available parameters and methods of calling the command, for example
SinaraML server for personal use on desktop
```
sinara server create
```
```
sinara server start
```

Or SinaraML server on remote machine (via ssh):
```
sinara server create --platform remote
```
```
sinara server start
```
To remove a server, run:
```
sinara server remove
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sinaraml",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "cli, sinaraml",
    "author": null,
    "author_email": "sinaraml <sinaraml.official@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b5/77/2b2ba8625c9741e4834cd8a267bf5011f17f996db8db0df0360abe068f66/sinaraml-2024.10.10.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"https://github.com/4-DS/.github/assets/55787399/edbd76dd-e296-4bde-9cca-c1d902c5504c\" height=140 />\n</p>\n\n## SinaraML is a lightweight source available framework that simplifies Data Scientist's work and eliminates pain of accompanying engineering routines\n\nLike many others, SinaraML designed as a full-stack MLOps solution that allows Data Scinentist to focus on machine learning code development and takes care of the engineering tasks associated with scaling, reproducibility, model maintenance, data tracking, and experiment management.\n\nBut unlike other similar solutions SinaraML is many more. It is next generation MLOps framework incorporated with ready to use MLOps platforms. From one side to work in platform you don't need to setup servers neither you no need cloud provider - you are fully independent. You can start develop you code [just now](https://github.com/4-DS/sinara-tutorials/wiki/Getting-started) on you Windows or Linix desktop or VM. From the other side SinaraML Framework ready for integration to corporate infra to get full-blown enterprise MLOps platform. SinaraML Framework provides abstractions to connect corporate storage (like S3/HDFS), corporate servers for spark clusters (for PandasOnSpark), corporate Git and CI/\u0421D tools and so on. Once written your ML code is fully transferable beetween all of platforms based on SinaraML. So, you can start development on your desktop and continue in the corporate MLOps platform.\n\nSinaraML doesn't require you to learn its own API for reading/writing data, managing experiments, or logging as previous generation platforms require. You don't have to constantly remember tracking or logging tasks by inserting special strings into your ML code. All you need is to insert cell in the beginning of notebooks with inputs and outputs definitions. So the time from the first acquaintance to the launch of the first ML pipeline takes no more than 15 minutes.\n\nSinaraML is a thin wrapper around the technologies of de facto standards in the field of machine learning and data engineering: Python, Jupyter, PandasOnSpark, CUDA, etc. Plus, SinaraML precisely closes the gaps that arise when integrating these technologies. \n\nSinaraML brings together the best of different worlds:\n\n- Functionality of experiment management solutions such as MLFlow\n- Flexibility and simplicity of Jupyter Notebooks for data and ML experiments visualization and logging\n- Scalability and power of Spark for data engineering\n- Functionaity ML and data pipelines\n- Out of the box automatic data versioning and traceability (Data Lineage across whole ML Pipeline)\n- Model Serving by Data Scientist. Data scientists build Docker Images with REST interface without special knowledge about Docker, K8s, SinaraML APIs and REST frameworks. The resulting docker images do not require special infrastructure like as K8s or SinaraML servers and can run on any machine with docker installed. Model Versioning does not require special Model Storage\n- Out of the box, up to date, carefully selected Python envs for developing both classic ML and Computer Vision models \n\nSinaraML is lightweight in all its aspects. The SinaraML framework not only addresses the needs of Data Scientists, but also the needs of MLOps engineers. SinaraML has an architecture with minimal operating costs. The platform relies heavily on the stateless servers, and the corporate MLOps platform can be implemented without relational and NoSQL DBMS\n\n\nTo start you off, go to [**Getting started page**](https://github.com/4-DS/sinara-tutorials/wiki/Getting-started) to try **SinaraML Tutorials**\n\n[**SinaraML Book**](https://sinara-definitive-guide.readthedocs.io/en/latest/) allows you to dive deeply into the development of ML products.\n\n# Installation\nTo install SinaraML CLI into your environment, run:\n```\npip install sinaraml\n```\nReload shell or reboot your machine after installation to enable CLI commands\n\n# Quick Start\nCommands start with the keyword sinara (similar to git, docker, kubectl)<br>\nIf a command call is made without a mandatory parameter, help is displayed on the available parameters and methods of calling the command, for example\nSinaraML server for personal use on desktop\n```\nsinara server create\n```\n```\nsinara server start\n```\n\nOr SinaraML server on remote machine (via ssh):\n```\nsinara server create --platform remote\n```\n```\nsinara server start\n```\nTo remove a server, run:\n```\nsinara server remove\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "SinaraML",
    "version": "2024.10.10",
    "project_urls": {
        "Homepage": "https://github.com/4-DS/sinaraml"
    },
    "split_keywords": [
        "cli",
        " sinaraml"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0159519e82496d607018a08003521f80eb712ea8b583234d9d536a9b31abf90",
                "md5": "31a2ca52545315480ccf251556ca0db0",
                "sha256": "7822d0b5047a85038b868a73db960374ea0a0ba90103775474f5137744a7133f"
            },
            "downloads": -1,
            "filename": "sinaraml-2024.10.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31a2ca52545315480ccf251556ca0db0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8265,
            "upload_time": "2024-10-10T16:43:33",
            "upload_time_iso_8601": "2024-10-10T16:43:33.431501Z",
            "url": "https://files.pythonhosted.org/packages/b0/15/9519e82496d607018a08003521f80eb712ea8b583234d9d536a9b31abf90/sinaraml-2024.10.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5772b2ba8625c9741e4834cd8a267bf5011f17f996db8db0df0360abe068f66",
                "md5": "92e796e3166d59086fba47983e265fe6",
                "sha256": "cf20238a5ad7ace70e3337448e5c819bf26fe9c8ea48dfb245631abd16ba6f6b"
            },
            "downloads": -1,
            "filename": "sinaraml-2024.10.10.tar.gz",
            "has_sig": false,
            "md5_digest": "92e796e3166d59086fba47983e265fe6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 8436,
            "upload_time": "2024-10-10T16:43:32",
            "upload_time_iso_8601": "2024-10-10T16:43:32.034030Z",
            "url": "https://files.pythonhosted.org/packages/b5/77/2b2ba8625c9741e4834cd8a267bf5011f17f996db8db0df0360abe068f66/sinaraml-2024.10.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-10 16:43:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "4-DS",
    "github_project": "sinaraml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "sinaraml"
}
        
Elapsed time: 0.47916s