Clone this repo and install the dependencies:
git clone https://github.com/phamnam-mta/symptom-checker.git
cd symptom-checker
pip install -r requirements.txt
sudo systemctl start neo4j.service
export NEO4J_URL=http://localhost:7474/
export NEO4J_AUTH=neo4j/password
rasa train
rasa run -m models --enable-api --cors "*" --debug
rasa run actions
Open file index.html
on web browser to test Chatbot
rasa run actions
rasa shell
rasa run actions
rasa run -m models --enable-api --cors "*" --debug
ngrok http 5005
Put the action behind the ending response. Example:
stories:
- story:
steps:
- intent: affirm
- action: utter_high_fever_urgent_out
- action_recommend_doctors