Build an end-end Currency Convertor chatbot with Python and Dialogflow

This article was published as a part of the Data Science Blogathon

Introduction

Hello all, Hope you are fine. In this tutorial we will learn how to create chatbots using Dialogflow and python, as well we will learn the deployment of chatbots to telegram. In our previous articles, we have learned to create a simple rule-based chatbot using simple python and NLTK libraries. I would like to request you to have a look at the article creating a simple chatbot using python to get a basic understanding and application of chatbots.

 chatbot with Python Dialogflow

 

Table of Contents

  • What is Chatbots
  • Brief on Dialogflow
  • Implementing Currency Converter Chatbot
  • Creating Flask APP
    • testing with ngrok
    • currency converter API
  • Deployment on Telegram
  • End Notes

What is Chatbot?

A chatbot is a natural language understanding application that is widely used by product-based as well as service-based companies to reduce human work and response

 

 

 

To finish reading, please visit source site