├── ChatCrazie GUI.jpeg ├── GUI_Tkinter.py ├── README.md ├── my-data ├── Artificial_intelligence.yml ├── GK.yml ├── IT.yml ├── Sport_games.yml ├── bot_info.yml ├── conversations.yml ├── emotion.yml ├── film.yml ├── food.yml ├── general convo.yml ├── jokes_fun.yml ├── market_money.yml ├── psychology.yml └── space_and_science.yml ├── support files ├── abc.txt ├── dummy.txt ├── word-glove-architecture.json ├── word-glove-context.npy ├── word-glove-target-idx2word.npy ├── word-glove-target-word2idx.npy └── word-glove-weights.h5 ├── test_seq2seq.py └── train_seq2seq.py /ChatCrazie GUI.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/ChatCrazie GUI.jpeg -------------------------------------------------------------------------------- /GUI_Tkinter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/GUI_Tkinter.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/README.md -------------------------------------------------------------------------------- /my-data/Artificial_intelligence.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/Artificial_intelligence.yml -------------------------------------------------------------------------------- /my-data/GK.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/GK.yml -------------------------------------------------------------------------------- /my-data/IT.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/IT.yml -------------------------------------------------------------------------------- /my-data/Sport_games.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/Sport_games.yml -------------------------------------------------------------------------------- /my-data/bot_info.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/bot_info.yml -------------------------------------------------------------------------------- /my-data/conversations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/conversations.yml -------------------------------------------------------------------------------- /my-data/emotion.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/emotion.yml -------------------------------------------------------------------------------- /my-data/film.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/film.yml -------------------------------------------------------------------------------- /my-data/food.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/food.yml -------------------------------------------------------------------------------- /my-data/general convo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/general convo.yml -------------------------------------------------------------------------------- /my-data/jokes_fun.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/jokes_fun.yml -------------------------------------------------------------------------------- /my-data/market_money.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/market_money.yml -------------------------------------------------------------------------------- /my-data/psychology.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/psychology.yml -------------------------------------------------------------------------------- /my-data/space_and_science.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/my-data/space_and_science.yml -------------------------------------------------------------------------------- /support files/abc.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /support files/dummy.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /support files/word-glove-architecture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/support files/word-glove-architecture.json -------------------------------------------------------------------------------- /support files/word-glove-context.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/support files/word-glove-context.npy -------------------------------------------------------------------------------- /support files/word-glove-target-idx2word.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/support files/word-glove-target-idx2word.npy -------------------------------------------------------------------------------- /support files/word-glove-target-word2idx.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/support files/word-glove-target-word2idx.npy -------------------------------------------------------------------------------- /support files/word-glove-weights.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/support files/word-glove-weights.h5 -------------------------------------------------------------------------------- /test_seq2seq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/test_seq2seq.py -------------------------------------------------------------------------------- /train_seq2seq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeadingIndiaAI/Chatbot-using-Recurrent-Neural-Networks/HEAD/train_seq2seq.py --------------------------------------------------------------------------------