{ "info": { "author": "Hanjun Liu", "author_email": "liuhanjun369@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Bert Chatbot\n\nThis is the first python package I made, so I use this project to attend \n\n## Description\n\nUse Google Bert to implement a chatbot with Q&A pairs and \nReading comprehension!\n\n### Install \n* Use pip to install Bert-ChatBot\n```\npip install bert-bot\n```\n* Download base model\n* Use Google Drive to download my model [QA Model]() and [Reading Comprehension Model]()\n\n\n### How to use\n\none command to start on your server\n\n```\nbert-chatbot --run_server/\n --qa-model_dir=$YOUR_QA_MODEL_PATH/\n --rc-model_dir=$YOUR_Reading_Comprehension_MODEL_PATH\n --cpu=false\n --gpu=true\n --num_works=1\n --ip=0.0.0.0\n --port=2333 \n ```\n \n Then you can test the server in your browser\n \n\n### TODO\n- [ ] Complete the whole project\n- [ ] Docker support\n- [ ] Implement training function", "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/ETCartman/Bert-Chatbot", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Bert-Chatbot", "package_url": "https://pypi.org/project/Bert-Chatbot/", "platform": "", "project_url": "https://pypi.org/project/Bert-Chatbot/", "project_urls": { "Homepage": "https://github.com/ETCartman/Bert-Chatbot" }, "release_url": "https://pypi.org/project/Bert-Chatbot/0.0.0/", "requires_dist": null, "requires_python": "", "summary": "Use Google Bert to implement a chatbot with QA pairs and Reading comprehension!", "version": "0.0.0" }, "last_serial": 4698431, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "e67985da0ab059fccad6e0a77a543734", "sha256": "d666e28cd44d0a5961524a1ee04b3d940fc30c1355f76d6268f9dd6b76294e5b" }, "downloads": -1, "filename": "Bert-Chatbot-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e67985da0ab059fccad6e0a77a543734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19819, "upload_time": "2019-01-15T10:55:40", "url": "https://files.pythonhosted.org/packages/3d/08/42abea79f9191d389bd9709c737b27f3976fec49c881e7850f2e6d6cff19/Bert-Chatbot-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e67985da0ab059fccad6e0a77a543734", "sha256": "d666e28cd44d0a5961524a1ee04b3d940fc30c1355f76d6268f9dd6b76294e5b" }, "downloads": -1, "filename": "Bert-Chatbot-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e67985da0ab059fccad6e0a77a543734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19819, "upload_time": "2019-01-15T10:55:40", "url": "https://files.pythonhosted.org/packages/3d/08/42abea79f9191d389bd9709c737b27f3976fec49c881e7850f2e6d6cff19/Bert-Chatbot-0.0.0.tar.gz" } ] }