This is an attempt to use the Rasa library in python to allow users to easily register/sign up to LibertaCasa Network. It is meant to compliment the SSO feature thereby reducing the barrier to entry and remembering syntax.
actions | ||
data | ||
.gitignore | ||
config.yml | ||
credentials.yml | ||
domain.yml | ||
endpoints.yml | ||
forms.yml | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
responses.yml |
Interactive Login to Liberta Casa Services
Creating a Dev Env
- Install
conda
and initialize source anaconda3/bin/activate
conda install py38
cd path/to/dir
pip install rasa
Rasa setup and command list
rasa init
to create a new projectrasa train
to train your model