Skip to content

Team ID: GROWW-T12 | Team Members: Amogha KS & Vinod Kumar Wagh

Notifications You must be signed in to change notification settings

Crio-Winter-of-Doing-2021/GROWW-T12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GROWW-T12

Team ID: GROWW-T12 | Team Members: Amogha KS & Vinod Kumar Wagh

PROJECT

Contextual Chat Bot for Investors

Installation commands

python3 -m venv ./venv
- then activate virtual environment

pip3 install -U pip
pip3 install rasa
pip install pandas

pip install python-socketio==4.6.1
pip install python-engineio==3.13.2

RASA shell commands

rasa shell // --debug ; to run in debug mode
rasa run actions -vv // when you have custom actions defined, you need to run this before testing the bot
rasa run -m models --enable-api --cors "*" --debug
rasa run -m models --enable-api --cors "*" -p <port_number>
rasa interactive // to test and modify bot responses