{ "info": { "author": "Santosh Shet", "author_email": "santo.shet@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6" ], "description": "#TensorFLow-Binary-Image-Classifier\n\nA Python package to get train and test a model for binary classification.\n\n## Usage\n\nFollowing query on terminal will allow you to TRAIN the data.\nHere c1 and c2 are two categories and has SAME folder name of the data.\np is path of folder containing train data image folders.\ne is number of epoches\nEX:\n```\n[Train_data] / \n [not_human] , [human]\n\ntrain -c1 not_human -c2 human -p c:/downloads/train_data/ -e 3\n\n```\nFollowing query on terminal will allow you to TEST the data.\nHere c1 and c2 are two categories and has SAME folder name of the data.\np is path of folder containing test data image folder.\nEX:\n```\n[Test_data] / \n [folder]\n\ntest -c1 not_human -c2 human -p c:/downloads/test_data/ \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/santos97/TF-Binary-Classification", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "TF-Binary-Classification", "package_url": "https://pypi.org/project/TF-Binary-Classification/", "platform": "", "project_url": "https://pypi.org/project/TF-Binary-Classification/", "project_urls": { "Homepage": "https://github.com/santos97/TF-Binary-Classification" }, "release_url": "https://pypi.org/project/TF-Binary-Classification/1.0.1/", "requires_dist": [ "tqdm", "tensorflow", "mathplotlib", "numpy", "cv2" ], "requires_python": "", "summary": "A Python package to get train and test a model for binary classification.", "version": "1.0.1" }, "last_serial": 5407678, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "c5b904d517a23badea2b6535f798fb7b", "sha256": "a4aaa118282a77b8ed70ff2c2cc4edbdb98fd89ff05c61886497b09befa93dd4" }, "downloads": -1, "filename": "TF_Binary_Classification-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c5b904d517a23badea2b6535f798fb7b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4493, "upload_time": "2019-06-16T21:51:06", "url": "https://files.pythonhosted.org/packages/0f/90/2cc73a48ce872d945de538ace08ad308ef24fc6a98203b718262f20138d1/TF_Binary_Classification-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f863326642f337adcb26e60a5ff301c", "sha256": "e82e68887391ca94ff90d4978f69fe7408692e93a4886f60c827a2b10ee4356e" }, "downloads": -1, "filename": "TF-Binary-Classification-1.0.1.tar.gz", "has_sig": false, "md5_digest": "5f863326642f337adcb26e60a5ff301c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4170, "upload_time": "2019-06-16T21:51:09", "url": "https://files.pythonhosted.org/packages/1a/b8/9824cad2f572ae3ad41d955b4ca55353e15d22096c5a23e46a3f72d9edea/TF-Binary-Classification-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c5b904d517a23badea2b6535f798fb7b", "sha256": "a4aaa118282a77b8ed70ff2c2cc4edbdb98fd89ff05c61886497b09befa93dd4" }, "downloads": -1, "filename": "TF_Binary_Classification-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c5b904d517a23badea2b6535f798fb7b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4493, "upload_time": "2019-06-16T21:51:06", "url": "https://files.pythonhosted.org/packages/0f/90/2cc73a48ce872d945de538ace08ad308ef24fc6a98203b718262f20138d1/TF_Binary_Classification-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f863326642f337adcb26e60a5ff301c", "sha256": "e82e68887391ca94ff90d4978f69fe7408692e93a4886f60c827a2b10ee4356e" }, "downloads": -1, "filename": "TF-Binary-Classification-1.0.1.tar.gz", "has_sig": false, "md5_digest": "5f863326642f337adcb26e60a5ff301c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4170, "upload_time": "2019-06-16T21:51:09", "url": "https://files.pythonhosted.org/packages/1a/b8/9824cad2f572ae3ad41d955b4ca55353e15d22096c5a23e46a3f72d9edea/TF-Binary-Classification-1.0.1.tar.gz" } ] }