{ "info": { "author": "Balakrishna Kommanaboina", "author_email": "balu636216@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "## Face_extraction\n\nPython implementation of face extraction using haar-cascade classifier for frontal faces.\n\n### Requirements\nThe requirements.txt file contains following:\n```markdown\n1. numpy\n2. opencv-python\n3. opencv-utils\n\n`[sudo] pip install -r requirements.txt`\n```\n\n```\nDownload the project. Unzip this zip folder.\n```\n\n### Installation\n\nYou can install this package in two ways:\n1. PIP installation\n2. ZIP extraction\n\n```markdown\n# PIP Installation\n\nInstall latest version(1.0) from the [source](https://pypi.org/project/facedet/).\n **or**\n`[sudo] pip install facedet`\n\nThen type `python3` **outside** folders' location in terminal. And type these to get output.\n`>>> import facedet`\n`>>> from facedet import faceext`\n`>>> faceext.extract()`\n\nBy default this package reads the images (`data2.jpg`) that was already given.\n\n```\n```markdown\n# ZIP Installation\n\nAfter extracting zip from the repository. Type this command **in** file location.\n`[sudo] python3 faceext.py ` or you can select the images from data folder.\n\nThis way you can check for different images.\n\n```\n### Remarks\n1. This application is applied to Low-resoluted images. Throws an exception if high-resolution given.\n2. Loops and Conditional statements are avoided and replaced with numpy arrays to reduce Time Complexity.\n\n### License\nThis project is licensed under the MIT license.\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/Batserine/Face_extraction", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "facedet", "package_url": "https://pypi.org/project/facedet/", "platform": "", "project_url": "https://pypi.org/project/facedet/", "project_urls": { "Homepage": "https://github.com/Batserine/Face_extraction" }, "release_url": "https://pypi.org/project/facedet/2.0/", "requires_dist": null, "requires_python": "", "summary": "Face extraction system", "version": "2.0" }, "last_serial": 5967089, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1eca6de59a78d35c7e883f1d615a9ec8", "sha256": "2bf3379319157baa8a64357d4c255f366161bc58479ebaa37d8d01de23b36aa5" }, "downloads": -1, "filename": "facedet-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1eca6de59a78d35c7e883f1d615a9ec8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5766, "upload_time": "2019-10-12T14:46:30", "url": "https://files.pythonhosted.org/packages/c5/16/f66001e9c42a6f7def1e493b5f8c4fdd247050a69a77e98278213e9829e5/facedet-0.0.1-py3-none-any.whl" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "27363da803b5bb3909489947308f5c46", "sha256": "06e9c88efbe279470f4265a9e621eda0cd38593ad0d7c0684bdf0284a872ff79" }, "downloads": -1, "filename": "facedet-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "27363da803b5bb3909489947308f5c46", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5748, "upload_time": "2019-10-12T15:10:15", "url": "https://files.pythonhosted.org/packages/9a/00/3e9fbff621910354868ef379ef241c72423e36e5ecab97ad594cee9166f7/facedet-1.0-py3-none-any.whl" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "7679c80852fe5e34c02edefd8df5c22b", "sha256": "ace1c4ec66b490a29ec00d2b0abd1082720eefd51823c98df8a6f62c7db34cf1" }, "downloads": -1, "filename": "facedet-2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7679c80852fe5e34c02edefd8df5c22b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6505, "upload_time": "2019-10-13T11:02:41", "url": "https://files.pythonhosted.org/packages/21/b2/0c24c117a03e41d98c56c1600e33af7d85a097ade3dcfa6faf8902b66f51/facedet-2.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7679c80852fe5e34c02edefd8df5c22b", "sha256": "ace1c4ec66b490a29ec00d2b0abd1082720eefd51823c98df8a6f62c7db34cf1" }, "downloads": -1, "filename": "facedet-2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7679c80852fe5e34c02edefd8df5c22b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6505, "upload_time": "2019-10-13T11:02:41", "url": "https://files.pythonhosted.org/packages/21/b2/0c24c117a03e41d98c56c1600e33af7d85a097ade3dcfa6faf8902b66f51/facedet-2.0-py3-none-any.whl" } ] }