{ "info": { "author": "Anastasis Germanidis", "author_email": "agermanidis@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Jupyter", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "\n\ud83d\udc26 pigeon - Quickly annotate data on Jupyter\n========================\n\nPigeon is a simple widget that lets you quickly annotate a dataset of\nunlabeled examples from the comfort of your Jupyter notebook.\n\nPigeon currently supports annotation for classification tasks (set of\nlabels), regression tasks (int/float range), or captioning tasks\n(variable-length text). Anything that can be displayed on Jupyter\n(text, images, audio, graphs, etc.) can be displayed by pigeon\nby providing the appropriate :code:`display_fn` argument.\n\nExamples\n-----\n\n- Text classification\n\nCode: \n\n.. code-block:: python\n\n from pigeon import annotate\n annotations = annotate(\n ['I love this movie', 'I was really disappointed by the book'],\n options=['positive', 'negative']\n )\n\n\nPreview:\n\n.. image:: http://i.imgur.com/00ry4Li.gif\n\n- Image classification\n\nCode: \n\n.. code-block:: python\n\n from pigeon import annotate\n from IPython.display import display, Image\n\n annotations = annotate(\n ['assets/img_example1.jpg', 'assets/img_example2.jpg'],\n options=['cat', 'dog', 'horse'],\n display_fn=lambda filename: display(Image(filename))\n )\n\nPreview:\n\n.. image:: http://i.imgur.com/PiE3eDt.gif\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/agermanidis/pigeon", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "pigeon-jupyter", "package_url": "https://pypi.org/project/pigeon-jupyter/", "platform": "", "project_url": "https://pypi.org/project/pigeon-jupyter/", "project_urls": { "Homepage": "https://github.com/agermanidis/pigeon" }, "release_url": "https://pypi.org/project/pigeon-jupyter/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Quickly annotate data on Jupyter notebooks.", "version": "0.1.0" }, "last_serial": 3148969, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1f6c592a566d6f33eadb7ae09e47eac7", "sha256": "8cb03d902250e10998d82d5c62bc06267121c38b284a624f0349d8e0838f2235" }, "downloads": -1, "filename": "pigeon-jupyter-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1f6c592a566d6f33eadb7ae09e47eac7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3770, "upload_time": "2017-09-05T01:20:43", "url": "https://files.pythonhosted.org/packages/d1/c7/0a19ff2f31d242804e6f521c35b388475766565503b318e0462b2a4b6731/pigeon-jupyter-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1f6c592a566d6f33eadb7ae09e47eac7", "sha256": "8cb03d902250e10998d82d5c62bc06267121c38b284a624f0349d8e0838f2235" }, "downloads": -1, "filename": "pigeon-jupyter-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1f6c592a566d6f33eadb7ae09e47eac7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3770, "upload_time": "2017-09-05T01:20:43", "url": "https://files.pythonhosted.org/packages/d1/c7/0a19ff2f31d242804e6f521c35b388475766565503b318e0462b2a4b6731/pigeon-jupyter-0.1.0.tar.gz" } ] }