Code Monkey home page Code Monkey logo

correcthustle-chatbot-eng's Introduction


Logo

e-Commerce Chatbot

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

e-Commerce_chatbot

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.1
  • Rasa

(back to top)

Getting Started

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

Prerequisites

  • Install rasa 3.1.1

    pip3 install rasa==3.1.1
  • Install python 3.7.0+

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

    python3 -m venv ./venv
  • Activate virtual env

    source ./venv/bin/activate

Installation

  1. Clone the repo

    git clone https://github.com/shreyasdatta/e-Commerce-chatbot-rasa.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)

Roadmap

  • hold basic greet-happy-path conversations
  • user can inquire about bot capabilities
  • user can inquire about search techniques
  • bot guides through search process
    • query user for search term
    • bot suggests search terms
    • multi-field querying (for this example, in our deployed database the bot queries from the following columns)
      • column: ProductRoles
      • column: ProductCategory
  • place an order on confirmed product choice
    • update Order table with unique order id and user_id from tracker
  • check for order status

See the pull requests for a full list of proposed features and task completion roadmap.

(back to top)

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)

Contact

Shreyas Datta - @FirePhoenix837 - [email protected]

Project Link: https://github.com/shreyasdatta/e-Commerce-chatbot-rasa

(back to top)

correcthustle-chatbot-eng's People

Contributors

shreyasdatta avatar

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.