Skip to content

shreyask92/workshop-rasax

 
 

Repository files navigation

AI assistant with Rasa and Rasa X

This repository contains the files needed to create a simple AI assistant with open source Rasa tools.

Requirements

You should be able to follow this exercise on any OS with Python 3 installed. If you encounter any issues when setting up your environments, send an email to juste@rasa.com or raise an issue on this repository.

Installation

To run and improve this assistant, you need to install Rasa and Rasa X on your local machine. To do that, run:

pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

In one of the steps of this exercise we will use ngrok. This is an optional step, but if you want to follow, make sure to download ngrok as well.

Quick run

To run the assistant on you command line using Rasa, run:

rasa shell

To improve the assistant with Rasa X and real conversational data, run:

rasa x

Exercise

You can find a detailed walkthrough of the exercise inside the exercise.md file of this repository.

Learn more

Learn more about Rasa, Rasa X and Rasa community:

Get in touch

If you have questions about this repository or Rasa software in general, send questions to Justina at juste@rasa.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%