Is there a documentation on end to end implementation of deepavlov for a simple use case?

Hi,

I am new to the chatbot development and I found that deepavlov has the capabilities to develop chatbots. Can someone help me with a simple use case which can read data from a dataset and finally integrate with a messaging application. I am looking for a documentation.

Regards,
Philip

1 Like

Hi Philip!

I suggest you to start with Deepy and its wiki. For building a goal-oriented skill I advise you to grab “deepy_gobot_base” Distribution (deepy_gobot_base in sources, Distributions in Wiki), and use tutorials from our docs on Go-Bot Framework to learn how to build a goal-oriented skill for your end-to-end solution.

As of integration with a Messaging Application, use the DeepPavlov Agent’s REST API to establish interaction between the messaging application and Agent.