Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mobile Deep Learning with TensorFlow Lite, ML Kit and Flutter

You're reading from  Mobile Deep Learning with TensorFlow Lite, ML Kit and Flutter

Product type Book
Published in Apr 2020
Publisher Packt
ISBN-13 9781789611212
Pages 380 pages
Edition 1st Edition
Languages
Authors (2):
Anubhav Singh Anubhav Singh
Profile icon Anubhav Singh
Rimjhim Bhadani Rimjhim Bhadani
Profile icon Rimjhim Bhadani
View More author details
Toc

Table of Contents (13) Chapters close

Preface 1. Introduction to Deep Learning for Mobile 2. Mobile Vision - Face Detection Using On-Device Models 3. Chatbot Using Actions on Google 4. Recognizing Plant Species 5. Generating Live Captions from a Camera Feed 6. Building an Artificial Intelligence Authentication System 7. Speech/Multimedia Processing - Generating Music Using AI 8. Reinforced Neural Network-Based Chess Engine 9. Building an Image Super-Resolution Application 10. Road Ahead 11. Other Books You May Enjoy Appendix

Integrating the Dialogflow agent

Now that we've created a very basic user interface for our application, we will integrate the Dialogflow agent with the application so that the text that's entered by the user is responded to in real time by the agent. Follow these steps:

  1. To integrate Dialogflow in the application, we will use the Flutter plugin called flutter_dialogflow.
To explore this plugin, please go to https://pub.dartlang.org/packages/flutter_dialogflow.

Add the dependency to the plugin inside the pubspec.yaml file:

dependencies:
flutter_dialogflow: ^0.1.0
  1. Next, we need to install the dependency. This can be done either using the $ flutter pub get command-line argument or by clicking the option that appears on the screen. Here, we will use dialogflow_v2 so let's import the package inside our chat_screen.dart file:
import 'package...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime