├── LICENSE ├── README.md ├── Resources ├── ChatBot for the First Step.py └── intents.json ├── chatbot.py └── turkish_intents.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/Turkish-ChatBot-with-Deep-Learning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/Turkish-ChatBot-with-Deep-Learning/HEAD/README.md -------------------------------------------------------------------------------- /Resources/ChatBot for the First Step.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/Turkish-ChatBot-with-Deep-Learning/HEAD/Resources/ChatBot for the First Step.py -------------------------------------------------------------------------------- /Resources/intents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/Turkish-ChatBot-with-Deep-Learning/HEAD/Resources/intents.json -------------------------------------------------------------------------------- /chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/Turkish-ChatBot-with-Deep-Learning/HEAD/chatbot.py -------------------------------------------------------------------------------- /turkish_intents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/Turkish-ChatBot-with-Deep-Learning/HEAD/turkish_intents.json --------------------------------------------------------------------------------