├── LICENSE ├── README.md ├── app.py ├── chat.py ├── intents.json ├── model.py ├── nltk_utils.py └── train.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-liu-tech/mental-health-nlp-chatbot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-liu-tech/mental-health-nlp-chatbot/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-liu-tech/mental-health-nlp-chatbot/HEAD/app.py -------------------------------------------------------------------------------- /chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-liu-tech/mental-health-nlp-chatbot/HEAD/chat.py -------------------------------------------------------------------------------- /intents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-liu-tech/mental-health-nlp-chatbot/HEAD/intents.json -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-liu-tech/mental-health-nlp-chatbot/HEAD/model.py -------------------------------------------------------------------------------- /nltk_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-liu-tech/mental-health-nlp-chatbot/HEAD/nltk_utils.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-liu-tech/mental-health-nlp-chatbot/HEAD/train.py --------------------------------------------------------------------------------