Skip to main content

Use Google Bert to implement a chatbot with QA pairs and Reading comprehension!

Project description

Bert Chatbot

This is the first python package I made, so I use this project to attend

Description

Use Google Bert to implement a chatbot with Q&A pairs and Reading comprehension!

Install

  • Use pip to install Bert-ChatBot
pip install bert-bot

How to use

one command to start on your server

bert-chatbot --run_server/
 --qa-model_dir=$YOUR_QA_MODEL_PATH/
 --rc-model_dir=$YOUR_Reading_Comprehension_MODEL_PATH
 --cpu=false
 --gpu=true
 --num_works=1
 --ip=0.0.0.0
 --port=2333 

Then you can test the server in your browser

TODO

  • Complete the whole project
  • Docker support
  • Implement training function

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Bert-Chatbot-0.0.0.tar.gz (19.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page