Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 4.5 hours on-demand video
  • 4 articles
  • Full lifetime access
  • Access on mobile and TV
Development Data Science Python

Chatbot Building: Rasa, DialogFlow & WIT.AI Bots with Python

Rasa NLU, Rasa Core, Google DialogFlow, Facebook's WIT.AI Talking Chatbot. Rasa Facebook Massenger Chatbot. Build a Bot.
Rating: 3.2 out of 53.2 (83 ratings)
458 students
Created by GoTrained Academy, Faizan Ali
Last updated 5/2019
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Understanding concepts of building chatbots with Rasa NLU, Rasa Core, DialogFlaw & Wit•ai
  • Building chatbots for Facebook Messenger
  • Buiding a chatbot that answers FAQs
  • Deploying your chatbot in Heroku application platform

Course content

4 sections • 29 lectures • 4h 35m total length

  • Preview10:35
  • Entities for DialogFlow Chatbot
    06:37
  • Webhooks with Python Flask for DialogFlow Chatbot
    14:22
  • Contexts for DialogFlow Chatbot
    16:11
  • Input Contexts for DialogFlow Chatbot
    10:37
  • Chatbot Deployment on Heroku
    05:30
  • Code Files: Final DialogFlow Python Chatbot
    00:06

  • Wit.ai Intent and Entities Overview
    02:25
  • Creating Examples Highlighting Entities for Wit.ai Chatbot
    07:09
  • Creating a Webhook for Facebook Messenger Chatbot
    08:45
  • Parsing Intents and Entities with Python for Wit.ai Chatbot
    13:05
  • Currency Conversion Wit.ai Chatbot
    10:33
  • Python Chatbot Deployment to Heroku
    11:24
  • Code Files: Final Wit.ai Python Chatbot
    00:06

  • Rasa Installation and Setup
    07:14
  • Rasa - Preparing Training Data & Training Model
    16:06
  • Rasa Interpretation Webhook Setup
    05:19
  • Facebook Application Setup
    11:45
  • Facebook Echo Setup
    06:38
  • Rasa - Interpreting Intents & Entities
    15:41
  • Rasa - Currency Conversion Chatbot
    10:11
  • Code Files: Final Rasa NLU Chatbot
    00:06

  • Rasa Core Overview
    04:27
  • Rasa Getting Started
    16:10
  • Rasa - Preparing Training Data
    11:25
  • Facebook Application Setup
    11:57
  • Adding More Questions & Rasa Chatbot Testing
    19:38
  • Deployment to Heroku
    21:23
  • Code Files: Final Rasa Core Chatbot
    00:06

Requirements

  • Its necessary to have basic programming knowledge of Python

Description

Do you want to create a talking chatbot that interact with your visitors? In this tutorial, you will learn how to create Python chatbots using DialogFlow and Wit.AI platforms as well as powerful Rasa NLU and Rasa Core. DialogFlow, Wit.AI and Rasa provide several Natural Language Processing functions that parse user input and match them to the right response. Implementing NLP in your bot can be pretty difficult, but these platforms make it much easier to create a Facebook Messenger bot or a website chatbot.


DialogFlow (formerly Api.AI, Speaktoit) is a Google developer of human–computer interaction technologies based on natural language conversations. Dialogflow runs on Google Cloud Platform. In the DialogFlow Python tutorial, you will learn how to build a Facebook Messenger chatbot that incorporates NLP with Dialogflow and deploy it to Facebook.


Wit.AI makes it easy for developers to build Python chatbot applications and devices that you can talk or text to. Wit.AI is a natural language processing (NLP) tool that helps developers get structured data from chat or voice. Wit.AI makes it easy to build NLP into your chat bot, that learns from every interaction. If you want to build a Facebook bot even if you have not before, Wit.AI would be a great option. In the Wit.AI Python tutorial, you will learn how to train a Python chatbot using wit.AI by creating intents and entities for your chatbot data to build a Facebook Messenger chatbot.


Rasa is a powerful open source machine learning framework for developers to create contextual chatbots and expand bots beyond answering simple questions. In this course, you will study both Rasa NLU and Rasa Core.


  • Rasa NLU is an open-source natural language processing tool for intent classification and entity extraction in chatbots. You can think of it as a set of high level APIs for building your own language parser using existing NLP and ML libraries. he main reasons for using open source NLU are that: 1) you don’t have to hand over all your chatbot training data to Google, Microsoft, Amazon, or Facebook; 2) Machine Learning is not one-size-fits all. You can tweak and customize Python chatbot models for your training data; and 3) Rasa NLU runs wherever you want, so you don’t have to make an extra network request for every chatbot message that comes in.


  • Rasa Core leverages developers’ existing domain knowledge to help them bootstrap from zero training data, and adopts the interactive learning approach. With Rasa Core, you manually specify all of the things your bot can say and do. We call these actions. One action might be to greet the user, another might be to call an API, or query a database. Then you train a probabilistic model to predict which action your Python chatbot should take given the history of a chatbot conversation.


This Python chatbot course will help you:

  • Build chatbots with Python using Rasa NLU & Rasa Core, DialogFlow and Wit.AI

  • Use DialogFlow to build a Facebook Messenger chatbot.

  • Use Wit.AI to build a Facebook Messenger chatbot.

  • Use Rasa NLU to build a chatbot.

  • Use Rasa Core to build a chatbot.

  • Understand intents and entities.

  • Build a Facebook Messenger bot.

  • Deploy chatbots to cloud platforms such as Heroku.



Keywords: Python chatbot, google apis client, google api client, google apis, google api, google cloud platform, cloud, google dialogflow, dialogflow chatbot, Dialogflow API, chatobots, Rasa NLU, Rasa Core, Facebook Messenger chatbot.



Who this course is for:

  • Software Python developers looking to build chatbots for their websites and mobile apps
  • Developers of Facebook looking to build Massenger chatbots
  • Development professionals and students looking to learn how to use Rasa NLU, Rasa Core, DialogFlow and Wit-AI to build chatbots.

Instructors

GoTrained Academy
eLearning Professionals
GoTrained Academy
  • 4.3 Instructor Rating
  • 5,322 Reviews
  • 60,744 Students
  • 9 Courses

GoTrained is an e-learning academy aiming at creating useful content in different languages and it concentrates on technology and management.

We adopt a special approach for selecting content we provide; we mainly focus on skills that are frequently requested by clients and jobs while there are only few videos that cover them. We also try to build video series to cover not only the basics, but also the advanced areas.

Faizan Ali
Freelance Computer Vision and NLP Consultant
Faizan Ali
  • 3.2 Instructor Rating
  • 89 Reviews
  • 501 Students
  • 2 Courses

AI Enthusiast and a Software Developer with over 6+ years of development experience using multiple open source technologies. Presently, I'm freelancing Computer Vision and Chatbot Development projects.

I started my Freelance career back in 2011, have been doing multiple projects of multiple types. Since, I have a Bachelors Degree in Marine Engineering, I used to do Freelance CAD/CAM projects initially. I have always been a good self learner and still learn different things out of curiosity. When I learned enough web development, I started doing Web Development projects and used to provide Wordpress Development and SEO services back in 2012 - 2016. Then these very interesting fields of Data Science, Machine Learning and Big Data really inspired me and I started learning things about them on difference platforms like Coursera, Udemy and Udacity. I have around 30+ certificates of courses and specializations from Coursera and still doing some courses along with my freelance work. I have done a Full Stack Web Development specialization from Hong Kong University of Science and Technology and a few other courses from John Hopkins, University of California San Diego; in Big Data, Rails Development, Data Science with R and etc.

Presently I have been involved in following projects:

1) Detect area of water present inside an image of field/pond/site with Deep Learning and Computer Vision Techniques

2) Detect number of people and machinery available in a field/site with Deep Learning

3) Fashion apparel detection with Deep Learning

4) Developing an application to bulk upload training examples for a Dialogflow intent

5) Conversational application development with Python using Rasa

I do all the projects myself, so I do each and every task myself within any kind of development, i.e. from selecting the suitable model to training the model, preparing training data, serving the application with Flask, Serverless or anything, developing UI with Vue or React and etc.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.