http://20.115.5.160:8000/WebUI.html
- Python 3.8
- Rasa 2.8
git clone https://github.com/xiaoShuZhou/Chatbot.git
sudo apt update
sudo apt install python3-dev python3-pip
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install rasa
nohup rasa run --enable-api --cors "*" &
nohup rasa run actions &
nohup python -m http.server &