Python based Model learning through intents using TF, Keras and NLTK for tokenizing
I have developed a chatbot model in Python using tensorflow, keras and nltk for tokenizing. When I run it in the vs terminal it displays the time stamp and the time the model needed to provide an answer, but I’m trying to show it in a Website im designing using React. How do i remove the logs from the output. I have tried everything including suppressing the logs unless they are critical and I still cant remove them.