{ "info": { "author": "Gagandeep Singh", "author_email": "gaganmanku96@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "# CPAR Dataset\n\n## Introduction\n#### CPAR Dataset consists of Devanagri(Hindi) Characters and Digits. This Dataset was collected by Mr. Rajiv Kumar.\n\n## Quick Tour\nCPAR contains 48 Characters and 9 Digits.\n\n![alt rating_to_insight](https://github.com/gaganmanku96/cpar/assets/images/char.png)\n![alt rating_to_insight](https://github.com/gaganmanku96/cpar/assets/images/digit.png)\n\n## Installation\n#### Using PIP via PyPI\n```\n$ pip install cpar\n```\n#### Manually via GIT\n```\n$ git clone git://github.com/gaganmanku96/cpar\n$ cd cpar\n$ python setup.py install\n```\n\n## Usage\n#### Character Dataset\n```\n$ from cpar.char import load_data\n$ (x_train, y_train), (x_test, y_test) = load_data()\n```\n#### Digit Dataset\n```\n$ from cpar.digit import load_data\n$ (x_train, y_train), (x_test, y_test) = load_data()\n```\n\n## Citations\n 1. Kumar Rajiv, Amresh Kumar, and Pervez Ahmed. \"A benchmark dataset for devnagari document recognition research.\" In 6th International Conference on Visualization, Imaging and Simulation (VIS'13), Lemesos, Cyprus, pp. 258-263. 2013.\n 2. Kumar, Rajiv, and Kiran Kumar Ravulakollu. \"HANDWRITTEN DEVNAGARI DIGIT RECOGNITION: BENCHMARKING ON NEW DATASET.\" Journal of theoretical & applied information technology 60, no. 3 (2014).\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/gaganmanku96/cpar", "keywords": "", "license": "License :: OSI Approved :: MIT License", "maintainer": "", "maintainer_email": "", "name": "cpar", "package_url": "https://pypi.org/project/cpar/", "platform": "", "project_url": "https://pypi.org/project/cpar/", "project_urls": { "Homepage": "https://github.com/gaganmanku96/cpar" }, "release_url": "https://pypi.org/project/cpar/1.0.3/", "requires_dist": [ "numpy", "tqdm" ], "requires_python": ">=3.4", "summary": "This package contains CPAR dataset", "version": "1.0.3" }, "last_serial": 5894490, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "e3a5e60ff77333a7eb49e101ed84bc5c", "sha256": "43b2e73702811ddfd5a6962f2d147220b02d47ba2e8c337c935a368a9faec481" }, "downloads": -1, "filename": "cpar-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "e3a5e60ff77333a7eb49e101ed84bc5c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 4214, "upload_time": "2019-09-27T06:55:34", "url": "https://files.pythonhosted.org/packages/de/6d/c94153cec5b4ac5290ddbb6510f664c7d3902fe6e85cb32e76d07284548f/cpar-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6838403b97f7067f175015075ef41ec4", "sha256": "c180fd25d7039d473c8d55ac6508f7963da89387ccff3f3538fc42ccc7dd2f1f" }, "downloads": -1, "filename": "cpar-1.0.3.tar.gz", "has_sig": false, "md5_digest": "6838403b97f7067f175015075ef41ec4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2756, "upload_time": "2019-09-27T06:55:38", "url": "https://files.pythonhosted.org/packages/47/b2/4439279279699f44c9304bf2453ed4023b9a4a73f9ee8e0e21f46266db02/cpar-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3a5e60ff77333a7eb49e101ed84bc5c", "sha256": "43b2e73702811ddfd5a6962f2d147220b02d47ba2e8c337c935a368a9faec481" }, "downloads": -1, "filename": "cpar-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "e3a5e60ff77333a7eb49e101ed84bc5c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 4214, "upload_time": "2019-09-27T06:55:34", "url": "https://files.pythonhosted.org/packages/de/6d/c94153cec5b4ac5290ddbb6510f664c7d3902fe6e85cb32e76d07284548f/cpar-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6838403b97f7067f175015075ef41ec4", "sha256": "c180fd25d7039d473c8d55ac6508f7963da89387ccff3f3538fc42ccc7dd2f1f" }, "downloads": -1, "filename": "cpar-1.0.3.tar.gz", "has_sig": false, "md5_digest": "6838403b97f7067f175015075ef41ec4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2756, "upload_time": "2019-09-27T06:55:38", "url": "https://files.pythonhosted.org/packages/47/b2/4439279279699f44c9304bf2453ed4023b9a4a73f9ee8e0e21f46266db02/cpar-1.0.3.tar.gz" } ] }