InteractiveRegistration/README.rst

26 lines
605 B
ReStructuredText
Raw Permalink Normal View History

2022-01-23 04:16:47 +01:00
==========================================
Interactive Login to Liberta Casa Services
==========================================
2022-01-23 04:16:47 +01:00
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
2022-09-09 03:54:40 +02:00
- ``rasa train`` to train your model
Entity Extraction
=================
- Using duckling the easy way ``docker run -p 8000:8000 rasa/duckling``
- docs https://duckling.wit.ai/#getting-started