This repository contains the files needed to create a simple AI assistant with open source Rasa tools.
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 [email protected] or raise an issue on this repository.
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.
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
You can find a detailed walkthrough of the exercise inside the exercise.md
file of this repository.
Learn more about Rasa, Rasa X and Rasa community:
If you have questions about this repository or Rasa software in general, send questions to Justina at [email protected]