Skip to content

AYUSH27112021/Rasa_Spacy_ChatBot_WIth_ASR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages