a chatbot to save life and reply to your day to day life support queries
\\\\
INSTALLATION
- Install rasa in your computer https://youtu.be/4ewIABo0OkU
- run rasa init .. this initialise a new rasa project and ,, enter a directory to copy your project files
- the init creates a mood bot for your project which is developed by rasa team
- create a new project
- create a virtual environment for that project
\\\\
WORKING
- CMD in admin
- choose project directory -->
- virtual environment .\venv\scripts\activate
- cd RESCUEBOT
\\\\
TRAINING in cmd admin
- rasa train
- rasa run -m models --enable-api --cors "*" --debug
\\\\
DEPLOYMENT
- run index.html in vs code and launch with liveServer from command pallete
- reload the page with TRAINING code running in seperate instance.
new contribution with custom UI