{ "info": { "author": "Ahmed Gad", "author_email": "ahmed.f.gad@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "This work introduces a simple project called GARI (Genetic Algorithm for Reproducing Images). GARI reproduces a single image using Genetic Algorithm (GA) by evolving pixel values.\n\nThis project works with both color and gray images without any modifications. Just give the image path. Using three parameters, we can customize it to statisfy our need. The parameters are: \n1) Population size. I.e. number of individuals pepr population. \n2) Mating pool size. I.e. Number of selected parents in the mating pool. 3) Mutation percentage. I.e. number of genes to change their values.\n\nValue encoding used for representing the input. Crossover is applied by exchanging half of genes from two parents. Mutation is applied by randomly changing the values of randomly selected predefined percent of genes from the parents chromosome.\n\nThis project is implemented using Python 3.5 by Ahmed F. Gad. Contact info: ahmed.fawzy@ci.menofia.edu.eg https://www.linkedin.com/in/ahmedfgad/\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/ahmedfgad/GARI", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "gari", "package_url": "https://pypi.org/project/gari/", "platform": "", "project_url": "https://pypi.org/project/gari/", "project_urls": { "Homepage": "https://github.com/ahmedfgad/GARI" }, "release_url": "https://pypi.org/project/gari/1.4/", "requires_dist": null, "requires_python": "", "summary": "Reproducing Image using Genetic Algorithm", "version": "1.4" }, "last_serial": 3895766, "releases": { "1.4": [ { "comment_text": "", "digests": { "md5": "bea04d1f1074c2c88b7e3a49e4250edc", "sha256": "74230f3e2d07e3f390a8410754d0243f6b9944d36b1706e42a38bfe7ebddd4cb" }, "downloads": -1, "filename": "gari-1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "bea04d1f1074c2c88b7e3a49e4250edc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6319, "upload_time": "2018-05-24T15:40:05", "url": "https://files.pythonhosted.org/packages/1f/bb/7670b408fa29c07d5a3f1ff0dcc6999502dd4f61b9c2e32c067476de327d/gari-1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b4db3600efe4a55afd28541f969fc90a", "sha256": "aa6454fd918453a971f263bb7e7ed36897024d62f0cefad9958610d1e1f1e357" }, "downloads": -1, "filename": "gari-1.4.tar.gz", "has_sig": false, "md5_digest": "b4db3600efe4a55afd28541f969fc90a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4840, "upload_time": "2018-05-24T15:40:07", "url": "https://files.pythonhosted.org/packages/72/f3/ee670b18746edc98c1bfce096462ce268238b59e17354031861771c60651/gari-1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bea04d1f1074c2c88b7e3a49e4250edc", "sha256": "74230f3e2d07e3f390a8410754d0243f6b9944d36b1706e42a38bfe7ebddd4cb" }, "downloads": -1, "filename": "gari-1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "bea04d1f1074c2c88b7e3a49e4250edc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6319, "upload_time": "2018-05-24T15:40:05", "url": "https://files.pythonhosted.org/packages/1f/bb/7670b408fa29c07d5a3f1ff0dcc6999502dd4f61b9c2e32c067476de327d/gari-1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b4db3600efe4a55afd28541f969fc90a", "sha256": "aa6454fd918453a971f263bb7e7ed36897024d62f0cefad9958610d1e1f1e357" }, "downloads": -1, "filename": "gari-1.4.tar.gz", "has_sig": false, "md5_digest": "b4db3600efe4a55afd28541f969fc90a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4840, "upload_time": "2018-05-24T15:40:07", "url": "https://files.pythonhosted.org/packages/72/f3/ee670b18746edc98c1bfce096462ce268238b59e17354031861771c60651/gari-1.4.tar.gz" } ] }