Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 585 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 585 Bytes

RASA-Spacy Chatbot With ASR

TELUGU RASA

Installation of Telugu Spacy model

conda create --name <env_name> python=3.10.4 
conda activate <env_name>
pip install Spacy

NOTE: Follow the 'README' inside the Spacy pipeline. To install it once the virtual environment is created.

Install Rasa

pip install rasa
rasa init

Once the rasa module is installed replace the files inside the Rasa folder with the current files

Train and Test the Rasa bot

rasa train
rasa shell

NOTE: To test the spacy nlu separately in Rasa

rasa shell nlu