├── DL_Chatbot.ipynb ├── DL_Chatbot_Student.ipynb ├── Intent_KM.json ├── JM_Rule_Based_Chatbot.ipynb ├── README.md ├── kampus_merdeka.json └── model └── chat_model.h5 /DL_Chatbot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fendy07/chatbot-AI/HEAD/DL_Chatbot.ipynb -------------------------------------------------------------------------------- /DL_Chatbot_Student.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fendy07/chatbot-AI/HEAD/DL_Chatbot_Student.ipynb -------------------------------------------------------------------------------- /Intent_KM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fendy07/chatbot-AI/HEAD/Intent_KM.json -------------------------------------------------------------------------------- /JM_Rule_Based_Chatbot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fendy07/chatbot-AI/HEAD/JM_Rule_Based_Chatbot.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fendy07/chatbot-AI/HEAD/README.md -------------------------------------------------------------------------------- /kampus_merdeka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fendy07/chatbot-AI/HEAD/kampus_merdeka.json -------------------------------------------------------------------------------- /model/chat_model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fendy07/chatbot-AI/HEAD/model/chat_model.h5 --------------------------------------------------------------------------------