Build a Multilingual Chatbot with Rasa and Heroku – Training the Model

With a pre-trained model your chatbot is able to handle basic interactions, such as greetings. When you venture beyond the basics, you quickly find out that the bot’s responses don’t make much sense. That’s because the NLP model is too generic and the bot won’t recognise specific intents and entities. Similarly, the model lacks rules…

Build a Multilingual Chatbot with Rasa and Heroku – Introduction

I have long wanted to build a multilingual chatbot. I felt conversation bots in language learning apps or online assistants could do a much better job. With close to zero knowledge about machine learning and NLP in particular, I was looking for a tool that would provide guidance. Yet, I wanted to stay in control…