TruongGiaThach / cheemsbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Cheemsbot from Rasa

Powered by Rasa Open Source | To assist in e-commerce support conversations
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

CheemsBot

A chatbot capable of reading, deciphering intents from user messages, and output appropriate responses based on it.

Assist in searching for products and narrowing down searches through conversations.

Place orders and track the status of an order.

(back to top)

Built With

  • Rasa Open Source 3.3
  • Rasa

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Install rasa 3.3.3

    pip3 install rasa==3.3.3
  • Install python 3.8.0+

  • Create a new virtual environment by choosing a Python interpreter[v.3.8.0] and making a ./venv directory to hold it

    python3 -m venv ./venv
  • Activate virtual env

    venv/Scripts/activate
    source ./venv/bin/activate

Installation

  1. Clone the repo

    git clone https://github.com/TruongGiaThach/cheemsbot.git
  2. Activate virtual env

  3. Mount the model (models/20220716-025700-trusting-normal.tar.gz)

  4. Run the rasa shell command

    rasa shell

(back to top)

Run this repo

rasa run  --cors "*" --enable-api

rasa run actions

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Run cheemsbot:

docker compose up
rasa run actions --auto-reload
rasa run shell
rasa run  --cors "*" --enable-api

About


Languages

Language:Python 83.5%Language:HTML 16.3%Language:Shell 0.2%