Designing a COVID chatbot using Python and classical ML — In the previous article, we created training data and the main intent classification model which will serve as the driving model for our chatbot. In this article, we will design the bot engine and deploy the bot as a flask application. Adding muscle to Vicci Our intent classifier will be sufficient to serve the…