Skip to content
This repository was archived by the owner on Aug 26, 2020. It is now read-only.

radii1web/Chatbot-backend

Repository files navigation

ChatBot logo

ChatBotJS

A contextual Chatbot build with TensorflowJS and NodeJS

Install dependencies and run.

$ npm cd ChatBotNodeJS
$ npm install
$ npm start

Install dependencies and run with sample train.

$ npm cd ChatBotNodeJS
$ npm install
$ npm run seed
$ npm start

With docker.

$ npm cd ChatBotNodeJS
$ docker network create backend-bot
$ docker network create frontend-bot
$ docker-compose up --build

You can register your intents and the build agent.

Register Train Anwser

Todo List

  • Auth
  • User CRUD
  • Fallback dashboard
  • Token for requests
  • Metricis (Count request numbers ...)
  • Docker
  • Update Tensorflow JS
  • Log conversation and fallbacks
  • Data table for intents list
  • Optimizations on train and answer

About

The operational chatbot that would be used for the actionable system in dialogue management .. frontend in react https://github.com/Jaal-By-RadiiLab/chatbot-frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors