Skip to content

[https://rishabbot.herokuapp.com] I implement Tensorflows Sequence to Sequence model to train a chatbot on a reddit/AIML compatible open-source dataset. The bot holds a fun conversation and its just been trained for sometime .

rishab-sharma/chatbot_tensor

Repository files navigation

Tensorflow + AIML Chatbot

Tensorflowa and AIML Chatbot by Rishab Shama

Link

Rishab Bot

Screen UI

hh

Overview

This is the full code for Amazing Tensorflow and AIML Chatbot model to train a chatbot on a AIML open-source dataset. The bot holds a fun conversation and its just been trained for sometime.

Dependencies

Use pip to install any missing dependencies

Usage

Project is No Longer Maintained. Will soon come up with better usable code.

To train the bot, edit the seq2seq.ini file so that mode is set to train like so

mode = train

then run the code like so

python execute.py

To test the bot during or after training, edit the seq2seq.ini file so that mode is set to test like so

mode = test

then run the code like so

python execute.py

About

[https://rishabbot.herokuapp.com] I implement Tensorflows Sequence to Sequence model to train a chatbot on a reddit/AIML compatible open-source dataset. The bot holds a fun conversation and its just been trained for sometime .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published