Skip to content

narenltk/Rasa_Covid19_tracer_chatbot_narenltk

Repository files navigation

Your own Covid-19 tracker Bot

This is a Covid 19 tracker Bot, which actually uses the following link for API

Here the Tensorflow latest version is what I have used. I have removed that in the requirements txt file, so if your searching for it you won't find it.

If you need any help with installing Rasa, then click here... Link

Before using this repo make sure to enable the virtual environment, so that you wouldn't mess with your other projects.

If in any case you wanna know how to create Virtual Environment, have a look into the blog here Link

Now follow the steps given below:

  1. Open up your Virtual Environment
  2. Git clone this repo
git clone https://github.com/narenltk/Rasa_chatbot_narenltk.git
  1. Now change directory to the folder in which you have cloned this repo.
  2. From now on it is simple, just run the following commands
rasa train
  1. Once this is done, you're supposed to run the actions.py file in another seperate terminal,
rasa run actions
  1. If there aren't any bugs in then you can enter to the place where your can communicate with the bot
  2. Go to the terminal where you have executed the rasa train and run the following command,
rasa shell

or if your using rasa x then

rasa x
  1. Well you have reached this far, so you can now enter your enter the state you want

Output:

  1. If your connecting your rasa chatbot with webpage then you the following command,
rasa run -m models --enable-api --cors "*" --debug