Interactive Login to Liberta Casa Services
Creating a Dev Env
- Install
condaand initialize source anaconda3/bin/activateconda install py38cd path/to/dirpip install rasa
Rasa setup and command list
rasa initto create a new projectrasa trainto train your model
Entity Extraction
- Using duckling the easy way
docker run -p 8000:8000 rasa/duckling - docs https://duckling.wit.ai/#getting-started
Description
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.
Languages
Python
100%