tarunkolla / FISH-Bot

This is a chat bot that could pick up general conversations and also answer questions related to a specific domain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FISH-Bot

FISH bot is a generic chat bot that is a sequentional model build using a Bidirection Recurring Neural Netowrk. This chatbot is developed from Daniel Kukiela. Changes have been made to few files to make it domain specific aswell.

ChatBot Conversations

Example 1:

Conversation 1

Example 2:

Conversation 2

Example 3:

Conversation 3

Example 4:

Conversation 4

Other info:

  • Model trained on Linux machine with 8GB RAM, 8GB P4000 Nvedia GPU and 8 core processor.
  • Total number of steps trained: 75K
  • 2.5M pairs of conservations from reddit May 2018 comments.
  • 125,000 vocab size.
  • Domain specific bot trained from data in convo folder.

About

This is a chat bot that could pick up general conversations and also answer questions related to a specific domain.


Languages

Language:Python 97.9%Language:Shell 2.1%