Skip to content

mirfan899/ubot

Repository files navigation

Install Urdu model

pip3 install ur/ur_model-0.0.0.tar.gz

Installing rasa

pip install rasa==1.8.1
pip install rasa-x==0.26.1 --extra-index-url https://pypi.rasa.com/simple

Train the model

python -m rasa train

Run Rasa server

python -m rasa run
## run with core policy
python -m rasa run --enable-api --cors "*"

Run the custom actions

python -m rasa run actions

Some issues to fix if happens

maybe related to sanic errors if so then update.

pip install sanic==19.9.0