Skip to content

grantCelley/RasaTalk

Repository files navigation

Intro to Rasa

This is a talk for Lancaster AI meet up for October 2019. I talked about Rasa a conversational framework that can automate costumer service to making a virtual assistant. I did not cover deploying the application.

Install

virtualenv -p python3 venv
source venv/bin/activate
pip install rasa
rasa train
rasa run action
rasa shell

This uses python virtual environment. The Rras action server needs to run while Rasa shell is running

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages