{ "info": { "author": "GODARD Tuatini", "author_email": "tuatinigodard@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "## EzeeML\n\n[![PyPI version](https://badge.fury.io/py/ezeeml.svg)](https://badge.fury.io/py/ezeeml)\n\nEzeeML is a high level library on top of popular machine learning frameworks such as\npandas, Pytorch and Tensorflow.\nIt gives a high layer abstraction of repetitive code used in machine learning for day-to-day data science tasks.\n\n## Installation\n\n```\npip install ezeeml\n```\n\nor if you want to run this lib directly to have access to the examples clone this repository and run:\n\n```\npip install -r requirements.txt\n```\n\nto install the required dependencies.\nThen install pytorch and torchvision from [here](http://pytorch.org/) if you want to use the `ezeeml.torch`\npackage and/or head over to the [Tensorflow install page](https://www.tensorflow.org/install/) if you want to\nuse the `ezeeml.tf` package.\n\n## Documentation\n\nFor now the library has no complete documentation but you can quickly get to know how\nit works by looking at the examples in the `examples-*` folders. This library is still in\nalpha and few APIs may change in the future. The only things which will evolve at the same\npace as the library are the examples, they are meant to always be up to date with\nthe library.\n\nFew examples will generates folders/files such as saved models or tensorboard logs.\nTo visualize the tensorboard logs download Tensorflow's tensorboard as well as \n[Pytorch's tensorboard](https://github.com/lanpa/tensorboard-pytorch) if you're interested by\nthe `ezeeml.torch` package. Then execute:\n```\ntensorboard --logdir=./tensorboard\n```\n\n## Packaging the project for Pypi deploy\n\n```\npip install twine\npip install wheel\npython setup.py sdist\npython setup.py bdist_wheel\n```\n\n[Create a pypi account](https://packaging.python.org/tutorials/distributing-packages/#id76) and create `$HOME/.pypirc` with:\n```\n[pypi]\nusername = \npassword = \n```\n\nThen upload the packages with:\n```\ntwine upload dist/*\n```\n\nOr just:\n```\npypi_deploy.sh\n```\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/EKami/EzeeML", "keywords": "development", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ezeeml", "package_url": "https://pypi.org/project/ezeeml/", "platform": "", "project_url": "https://pypi.org/project/ezeeml/", "project_urls": { "Homepage": "https://github.com/EKami/EzeeML" }, "release_url": "https://pypi.org/project/ezeeml/0.1.0/", "requires_dist": [ "isoweek", "tqdm", "bcolz", "kaggle-data", "opencv-python", "scikit-image", "setuptools", "numpy", "matplotlib", "scipy", "Pillow", "dask", "scikit-learn", "tensorboardX", "typing", "PyYAML", "Augmentor", "ezeeml" ], "requires_python": "", "summary": "A high level library for Pytorch", "version": "0.1.0" }, "last_serial": 3725773, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9c15cd9b04b3a6b10ea438fc14ec9e1b", "sha256": "7d3ca7df2b2160282360eb436ba0d79fa41f9d9ad82d0e3194f6ca2e8a65597d" }, "downloads": -1, "filename": "ezeeml-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9c15cd9b04b3a6b10ea438fc14ec9e1b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 46909, "upload_time": "2018-04-02T07:55:06", "url": "https://files.pythonhosted.org/packages/9f/f0/e7756055cb2c439ad11dfce2b204738a17b104230f0d4e24b9f372fc9bff/ezeeml-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d4bd9d851f89e9497a2345cda9258df", "sha256": "2957d4b8f6a7127002a1825ac5224f2be2856ae3f3345573a7f8724737fd04a2" }, "downloads": -1, "filename": "ezeeml-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1d4bd9d851f89e9497a2345cda9258df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35450, "upload_time": "2018-04-02T07:55:08", "url": "https://files.pythonhosted.org/packages/45/c8/f76c8504859978bfb1f80b425fa6a8b75770e6b548a4d7b7234c11355901/ezeeml-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c15cd9b04b3a6b10ea438fc14ec9e1b", "sha256": "7d3ca7df2b2160282360eb436ba0d79fa41f9d9ad82d0e3194f6ca2e8a65597d" }, "downloads": -1, "filename": "ezeeml-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9c15cd9b04b3a6b10ea438fc14ec9e1b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 46909, "upload_time": "2018-04-02T07:55:06", "url": "https://files.pythonhosted.org/packages/9f/f0/e7756055cb2c439ad11dfce2b204738a17b104230f0d4e24b9f372fc9bff/ezeeml-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d4bd9d851f89e9497a2345cda9258df", "sha256": "2957d4b8f6a7127002a1825ac5224f2be2856ae3f3345573a7f8724737fd04a2" }, "downloads": -1, "filename": "ezeeml-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1d4bd9d851f89e9497a2345cda9258df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35450, "upload_time": "2018-04-02T07:55:08", "url": "https://files.pythonhosted.org/packages/45/c8/f76c8504859978bfb1f80b425fa6a8b75770e6b548a4d7b7234c11355901/ezeeml-0.1.0.tar.gz" } ] }