Coder Social home page Coder Social logo

horizon733 / customer-care-chatbot Goto Github PK

View Code? Open in Web Editor NEW
40.0 1.0 35.0 162 KB

customer care chatbot made with Rasa Open Source.

License: GNU General Public License v2.0

Python 69.97% HTML 23.64% Dockerfile 6.39%
chatbot rasa-chatbot rasa-nlu customer-care-bot python python3 rasa-core opensource bot

customer-care-chatbot's Introduction

Customer Care Bot

Customer care bot for ecomm company which can solve faq and chitchat with users, can contact directly to team.

๐Ÿ›  Features

  • Basic E-commerce FAQ
  • Basic chitchats
  • Out of Scope
  • Contact us form
  • Send Emails

โšก Quick Setup

  • Initialize a virtual environment via:
  • Conda:
conda create --name rasaenv python=3.7
  • virtualenv
virtualenv -p python3.7 rasaenv
  • use pipenv
cd /customer-care-chatbot
pipenv install
  • Install Rasa
python -m pip install -U pip
pip install rasa

๐Ÿงช Testing

  • Train bot
rasa train
  • Test bot on shell
rasa shell
  • start rasa server
rasa run --enable-api --cors "*" --debug[Optional] -p {PORT}[optional]
  • start actions server
rasa run actions -p {PORT}[Optional]

Tutorial links:

customer-care-chatbot's People

Contributors

horizon733 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

customer-care-chatbot's Issues

Deployment okteto : Socket .io channel is giving 404 because of CORS although rasa is running with CORS "*" option

Describe the bug
I have deployed this bot on okteto . After deployment I tried to integrate it on my local webpage but it fails due to CORS error . Although RASA is running with CORS "*" option

To Reproduce
Deploy the bot on okteto

Expected behavior
Bot should run

Desktop (please complete the following information):

  • OS: [e.g. iOS] : Windows
  • Browser [e.g. chrome, safari] : Chrome , Edge
  • Version [e.g. 22]

Additional context
Deploying on okteto

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.