├── README.md ├── chatbot_model.h5 ├── classes.pkl ├── gui_chatbot.py ├── intents.json ├── train_chatbot.py └── words.pkl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wissen-snake/Basic-Chatbot/HEAD/README.md -------------------------------------------------------------------------------- /chatbot_model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wissen-snake/Basic-Chatbot/HEAD/chatbot_model.h5 -------------------------------------------------------------------------------- /classes.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wissen-snake/Basic-Chatbot/HEAD/classes.pkl -------------------------------------------------------------------------------- /gui_chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wissen-snake/Basic-Chatbot/HEAD/gui_chatbot.py -------------------------------------------------------------------------------- /intents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wissen-snake/Basic-Chatbot/HEAD/intents.json -------------------------------------------------------------------------------- /train_chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wissen-snake/Basic-Chatbot/HEAD/train_chatbot.py -------------------------------------------------------------------------------- /words.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wissen-snake/Basic-Chatbot/HEAD/words.pkl --------------------------------------------------------------------------------