amrohendawi / Bookstore-chatbot

This is an e-bookstore with an integrated Rasa chatbot and NLU pipeline built with SpaCy

Home Page:https://amrohendawi.github.io/posts/bookstore-chatbot-rasa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Bookstore

This is a simple e-bookstore with a chatbot that provides multiple services.

Demo

Ordering a book through the chatbot. order book demo

Reviewing order history. order history demo

This project uses the following technologies:

  1. Vue.js (bookstore frontend)
  2. Node.js (backend)
  3. Connection (lighter version of Express for backend-frontend-communication and API endpoint publishing)
  4. swagger-ui (API docs)
  5. MongoDB (Database => Persistent storage)
  6. docker-compose (containerizing services)
  7. Rasa (chatbot framework)
  8. Rasa NLU (NLU engine fine-tuned for e-bookstore)
  9. SpaCy (Language model fine-tuned for e-bookstore)
  10. Prodigy (Data annotation tool)

Important plugins

Project structure

Screenshot

simply clone project and run

git clone https://github.com/amrohendawi/Bookstore-chatbot.git

docker-compose up

The bookstore frontend at http://localhost:8080

Screenshot

The API docs at http://localhost:8000/docs

Screenshot

NginX proxy-forwards traffic from port 8001 to 8000

About

This is an e-bookstore with an integrated Rasa chatbot and NLU pipeline built with SpaCy

https://amrohendawi.github.io/posts/bookstore-chatbot-rasa


Languages

Language:Vue 43.1%Language:Python 37.2%Language:JavaScript 17.2%Language:HTML 1.4%Language:Dockerfile 1.1%