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.
Go to file
Pratyush Desai 42b153cb0e
add rules from pytoxic
2022-08-10 16:32:18 +05:30
actions Initial Trained Data 2021-10-20 17:59:59 +05:30
data add rules from pytoxic 2022-08-10 16:32:18 +05:30
.gitignore fixed domain.yml to abide by rasa3.0 format 2022-02-03 01:41:34 +05:30
LICENSE fix license year 2022-08-10 15:16:47 +05:30
README.rst add readme and update reqtxt 2022-01-23 08:46:47 +05:30
config.yml fixed domain.yml to abide by rasa3.0 format 2022-02-03 01:41:34 +05:30
credentials.yml Initial Trained Data 2021-10-20 17:59:59 +05:30
domain.yml bump version for 3.1 2022-08-10 15:37:09 +05:30
endpoints.yml Initial Trained Data 2021-10-20 17:59:59 +05:30
forms.yml Initial Trained Data 2021-10-20 17:59:59 +05:30
requirements.txt bump version for 3.1 2022-08-10 15:37:09 +05:30
responses.yml Initial Trained Data 2021-10-20 17:59:59 +05:30

README.rst

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 project
  • rasa train to train your model