{ "info": { "author": "ConvexHull Technology Private Limited", "author_email": "connect@accessai.co", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries" ], "description": "[![Build Status](https://travis-ci.org/accessai/access-niu.svg?branch=master)](https://travis-ci.org/accessai/access-niu)\n[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n# access-niu\nThis repository contains application to train models for Image classification and Regression tasks.\n\n## Tasks\n- [x] Create a basic app for training and inference\n- [ ] Support for training regression models\n- [ ] Support of training multi input/output models\n- [ ] Incorporate Bayesian Inference for finding uncertainty in the predictions.\n- [ ] Create Docker Image\n- [ ] Support for serving the application with gunicorn\n- [ ] Anything else? \n\n## Installation\n```bash\npip install access-niu\n```\n\n## Training\n```bash\npython -m access_niu.train --template access_niu/sample/colors/sample_template.yml\n```\n\n## Inference\n```bash\npython -m access_niu.wsgi --project ./colors\n```\nNow use this curl command to parse\n```bash\ncurl -X POST \\\n http://localhost:8000/parse \\\n -F data=@image_leisure_0.jpg\n```\n\n\n## References\n- This project is inspired from [RASA-NLU](https://github.com/RasaHQ/rasa) project.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "Apache 2.0", "maintainer": "Majeed Khan", "maintainer_email": "majeed.khan@accessai.co", "name": "access-niu", "package_url": "https://pypi.org/project/access-niu/", "platform": "", "project_url": "https://pypi.org/project/access-niu/", "project_urls": null, "release_url": "https://pypi.org/project/access-niu/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.0.1" }, "last_serial": 5227661, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "beffcc018e3330079456b7a4d6bbaeeb", "sha256": "c56d783510979f83f269a79f07cbc991f2bf2abf6989c64b9a7a59ff592ae78b" }, "downloads": -1, "filename": "access-niu-0.0.1.tar.gz", "has_sig": false, "md5_digest": "beffcc018e3330079456b7a4d6bbaeeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11634, "upload_time": "2019-05-05T06:37:29", "url": "https://files.pythonhosted.org/packages/43/94/2fa8199fcedaab208d9659632a0d04c8ccc52dfa1b6c3e014c6b059d7d96/access-niu-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "beffcc018e3330079456b7a4d6bbaeeb", "sha256": "c56d783510979f83f269a79f07cbc991f2bf2abf6989c64b9a7a59ff592ae78b" }, "downloads": -1, "filename": "access-niu-0.0.1.tar.gz", "has_sig": false, "md5_digest": "beffcc018e3330079456b7a4d6bbaeeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11634, "upload_time": "2019-05-05T06:37:29", "url": "https://files.pythonhosted.org/packages/43/94/2fa8199fcedaab208d9659632a0d04c8ccc52dfa1b6c3e014c6b059d7d96/access-niu-0.0.1.tar.gz" } ] }