Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A deep learning ChatoBot build with nodejs and tensorflowjs

Notifications You must be signed in to change notification settings

ran-j/ChatBotNodeJS

Repository files navigation

ChatBot logo

ChatBotJS

A contextual Chatbot with entities extractor 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

Build with docker.

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

Use respository.

$ docker pull docker.pkg.github.com/ran-j/chatbotnodejs/chatbotnodejs:latest
$ docker run --publish 3000:3000 --detach --name chatbotnodejs chatbotnodejs:latest

Configuration

Change mongoURI in ./bin/Config.js

Routes

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 ...)
  • Entity Extractor
  • Docker
  • Update Tensorflow JS
  • Log conversation and fallbacks
  • Data table for intents list
  • Optimizations on train and answer

About

A deep learning ChatoBot build with nodejs and tensorflowjs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /