sudo apt-get install python3-pip
sudo pip3 install virtualenv
virtualenv venv
you can use any name insted of venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 -m spacy download en
## Pre-trained models
Run following commands in root of this repository to download pre-trained customer service chatbots.
```bash
wget https://www.dropbox.com/s/ibm49gx1gefpqju/pretrained-models.zip
unzip pretrained-models.zip
rm pretrained-models.zip
sudo chmod +x predict.py
Now you can "talk" with customer service chatbots using predict.py
script. Following customer service chatbots are
available: apple,amazon,uber,delta,spotify
. Following example shows how to run apple
customer service chatbot:
./predict.py -cs apple