{ "info": { "author": "leophagus", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Text Processing :: Linguistic" ], "description": "Gender-AI\n---------\n\nUses a neural network based method to predict the gender of a person from the first name. The network weights are included in the module. No external dependencies, except numpy. Weights are stored inline to make this a single file module.\n\nDetails about the network model are available `here\n`_.\n\nUsage::\n >>> import gender_ai as g\n >>> g.predict ('Sheldon')\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/leophagus/gender_ai", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gender_ai", "package_url": "https://pypi.org/project/gender_ai/", "platform": "", "project_url": "https://pypi.org/project/gender_ai/", "project_urls": { "Homepage": "http://github.com/leophagus/gender_ai" }, "release_url": "https://pypi.org/project/gender_ai/0.1/", "requires_dist": null, "requires_python": "", "summary": "Neural Network to predict Gender from first name", "version": "0.1" }, "last_serial": 3225367, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f7a16ffaad7d5788675fa8fe8d02f042", "sha256": "c0bd7419abfcfc45c755ccd1d07323e7a62a330285031aae217878ef355deb48" }, "downloads": -1, "filename": "gender_ai-0.1.tar.gz", "has_sig": false, "md5_digest": "f7a16ffaad7d5788675fa8fe8d02f042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15540, "upload_time": "2017-10-04T15:56:21", "url": "https://files.pythonhosted.org/packages/f4/99/9488fd86d33177188491f5dd3d86fc8e0dbb035a890e6cbc156270ae253f/gender_ai-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7a16ffaad7d5788675fa8fe8d02f042", "sha256": "c0bd7419abfcfc45c755ccd1d07323e7a62a330285031aae217878ef355deb48" }, "downloads": -1, "filename": "gender_ai-0.1.tar.gz", "has_sig": false, "md5_digest": "f7a16ffaad7d5788675fa8fe8d02f042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15540, "upload_time": "2017-10-04T15:56:21", "url": "https://files.pythonhosted.org/packages/f4/99/9488fd86d33177188491f5dd3d86fc8e0dbb035a890e6cbc156270ae253f/gender_ai-0.1.tar.gz" } ] }