All Projects → RasaHQ → tutorial-rasa-google-assistant

RasaHQ / tutorial-rasa-google-assistant

Licence: Apache-2.0 license
This repository contains the code of the tutorial 'Going beyond ‘Hey Google’: building a Rasa-powered Google Assistant'

Programming Languages

python
139335 projects - #7 most used programming language

Tutorial: Going beyond ‘Hey Google’: building a Rasa-powered Google Assistant

This repository contains the code of the tutorial of connecting Rasa-powered assistant to Google Assistant. You can find the step-by-step tutorial here.

What's in this repository?

This repository consists of the following files and directories:

  • place_finder - a directory which contains a pre-built Rasa assistant called Place Finder. This assistant is used in this tutorial to demonstrate the integration to Google Assistant.
  • action.json - a custom Google Assistant action configuration file.
  • ga_connector.py - a custom Rasa-Google Assistant connector. If you follow the tutorial using your own assistant, add this connector to your project directory.

How to use this repository?

The best way to use this repository is to follow a step-by-step tutorial on how to integrate the Rasa assistant to Google Assistant. If you choose to use a Place Finder assistant to follow the tutorial, make sure to install Rasa by using the command below:

pip3 install rasa

Let us know how you are getting on!

If you have any questions about this tutorial or this repository, feel free to share them on Rasa Community Forum.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].