Skip to content

RASA Chatbot for fetching and updating order details

Notifications You must be signed in to change notification settings

manavendrasen/Virtual-Assistant-Dell-H2H-Chatbot

Repository files navigation

Virtual-Assistant-Team-2-Dell-H2H-Chatbot

Installation

git clone https://github.com/manavendrasen/Virtual-Assistant-Dell-H2H-Chatbot
cd Virtual-Assistant-Dell-H2H-Chatbot

Run the server

After activating the enviornment and installing rasa, requests in the dev env.

  1. Train the modal
rasa train 
  1. Start the action server
rasa run actions
  1. Start Duckling for Entity Extration
docker run -p 8000/8000 rasa/duckling
  1. Start RASA server
rasa run -m models --enable-api --cors “*” --debug

Open frontend to test the bot: https://github.com/manavendrasen/Virtual-Assistant-Dell-H2H-Frontend

About

RASA Chatbot for fetching and updating order details

Topics

Resources

Stars

Watchers

Forks