Chatbot-using-Python icon indicating copy to clipboard operation
Chatbot-using-Python copied to clipboard

Build a chatbot using deep learning techniques. The chatbot will be trained on the dataset which contains categories (intents), pattern and responses. We use a special recurrent neural network (LSTM)...

Results 1 Chatbot-using-Python issues
Sort by recently updated
recently updated
newest added

What version of python are you using for this chatbot? I tried using python 3.9.0a4 and keep getting these errors: (env) C:\Projects\Chatbot-using-Python-master>python train_chatbot.py Traceback (most recent call last): File "C:\Projects\Chatbot-using-Python-master\train_chatbot.py",...