{ "info": { "author": "Gevorg Soghomonyan", "author_email": "sgevorg@aimhub.io", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\n# Aim\n\nAim is an AI deployment and version control system.\nIt can handle both small and large projects through their whole life cycle with efficiency and speed.\nIt is built to seamlessly blend in with existing ML stack and become an integral part of the development lifecycle.\n\n## Aim CLI\nAim CLI is a command line tool for building end-to-end AI.\nAim is built to be:\ncompatible with the existing ecosystem of tools\nbe familiar\njust work\nmake building AI productive\n\nAim has three main features: tracking of training, export and deploy.\n\n### Tracking - ML Training\nCommand: `aim train`\nAim train runs training for the given aim repository. Aim train tracks the gradients and updates in the model with given interval and saves them for visualization and analysis.\nAim Train is paired with UI that visualizes the artifacts tracked.\nAim Tracking is used to debug and have a detailed understanding of the process of training.\n\n### Export - ML Model\nCommand: `aim export`\nAim export creates the saved model checkpoint file and exports .aim model which could be committed and pushed to the Aimhub and/or deployed to different platforms.\nExported .aim model could also be converted to .onnx, .tf and other checkpoints for other frameworks.\nAim CLI Export is based on aim Intermediate Representation that allows for automatic deployment of the model.\nAim Export can also export pre-processing steps similarly to the model and could be included in the model deployment process.\n\n### Deploy - Aim Model\nCommand: `aim deploy`\nAim Deploy produces a deployable artifact from .aim (model and preprocessing) files. The produced artifacts can run in cloud, on different hardware and as a hybrid.\nDeployments are also reflected on Aimhub to track and version the deployed artifacts.\n\n\n### Other Commands\n\n```shell\naim fork\naim branch off\naim pause, continue\naim convert\n```\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SGevorg/aim-deploy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "aimcli", "package_url": "https://pypi.org/project/aimcli/", "platform": "", "project_url": "https://pypi.org/project/aimcli/", "project_urls": { "Homepage": "https://github.com/SGevorg/aim-deploy" }, "release_url": "https://pypi.org/project/aimcli/0.1.1/", "requires_dist": [ "click (>=6.7)" ], "requires_python": ">=3.6.0", "summary": "AI Deployment tool", "version": "0.1.1" }, "last_serial": 5861205, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "6b7f92f5608601c4ee51126d75e4f9cd", "sha256": "b231bf6e8847700a156ba27a23d2d97d97982b4e8c435229415e3ca1f8916e30" }, "downloads": -1, "filename": "aimcli-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b7f92f5608601c4ee51126d75e4f9cd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 20608, "upload_time": "2019-07-26T11:38:47", "url": "https://files.pythonhosted.org/packages/26/e9/3b9cf1a6d89e905d7b6a009343b736b71c89858096b744263e46edcbef5b/aimcli-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "690fca9476335fb0e7d20f8aa026024a", "sha256": "11b1214e678fcdef57965f374970cc6b47b1dd6b164ef547558bc289e8c9cb95" }, "downloads": -1, "filename": "aimcli-0.1.1.tar.gz", "has_sig": false, "md5_digest": "690fca9476335fb0e7d20f8aa026024a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 11386, "upload_time": "2019-07-26T11:38:49", "url": "https://files.pythonhosted.org/packages/bc/fd/3d2e7c1037c9f36e29d4600867aa1e5841f525dafa267012f0d73cda9ada/aimcli-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6b7f92f5608601c4ee51126d75e4f9cd", "sha256": "b231bf6e8847700a156ba27a23d2d97d97982b4e8c435229415e3ca1f8916e30" }, "downloads": -1, "filename": "aimcli-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b7f92f5608601c4ee51126d75e4f9cd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 20608, "upload_time": "2019-07-26T11:38:47", "url": "https://files.pythonhosted.org/packages/26/e9/3b9cf1a6d89e905d7b6a009343b736b71c89858096b744263e46edcbef5b/aimcli-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "690fca9476335fb0e7d20f8aa026024a", "sha256": "11b1214e678fcdef57965f374970cc6b47b1dd6b164ef547558bc289e8c9cb95" }, "downloads": -1, "filename": "aimcli-0.1.1.tar.gz", "has_sig": false, "md5_digest": "690fca9476335fb0e7d20f8aa026024a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 11386, "upload_time": "2019-07-26T11:38:49", "url": "https://files.pythonhosted.org/packages/bc/fd/3d2e7c1037c9f36e29d4600867aa1e5841f525dafa267012f0d73cda9ada/aimcli-0.1.1.tar.gz" } ] }