AtriSaxena / rasa-masterclass

Data and code files for specific Rasa Masterclass episodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rasa Masterclass 🎒

A repository which contains data and code files for specific episodes of the Rasa Masterclass.


About this repository

Rasa Masterclass is a weekly series of videos on conversational AI and Rasa tools. Each week we cover a new topic including the theoretical concepts as well as practical implementation of what has been covered. This repository contains the files you need to replicate what has been done in specific episodes: data, code files, etc.

There are two ways to use this repository:

  1. Clone the repository and use the code and data files to follow the episode
  2. Clone the repository and run the code in the provided jupyter notebooks

How to use this repository

To use the repository, clone it to your local machine:

git clone https://github.com/RasaHQ/rasa-masterclass.git

After that, navigate to the episode you are interested in and follow the instructions there. For example:

cd episode1

Which Rasa version should I use?

The code in this repository is compatible with latest release of Rasa.

To install Rasa run (requires Python 3.6.0 or higher):

pip3 install rasa


License

Licensed under the Apache License, Version 2.0. Copyright 2019 Rasa Technologies GmbH. Copy of the license.

A list of the Licenses of the dependencies of the project can be found at the bottom of the Libraries Summary.

About

Data and code files for specific Rasa Masterclass episodes

License:Apache License 2.0


Languages

Language:Jupyter Notebook 61.0%Language:Python 39.0%