/rasabot

This is a chatbot using rasa framework. It is at its initial stage so it must be giving loosely random answers to your questions. The work and training is in progress.

Primary LanguagePythonApache License 2.0Apache-2.0

Instructions to start interacting with the bot

  1. Clone this repository by git clone https://github.com/dnabanita7/rasabot.git
  2. Go to terminal and go to the rasabot folder by cd rasabot
  3. Activate your virtual environment by rasa_venv/bin/activate
  4. You can find the models trained at models folder or
  5. Train the model by typing rasa train in the terminal
  6. After training, type in rasa shell to open the shell to interact with the bot.