Found 97 repositories(showing 30)
bshao001
A chatbot implemented in TensorFlow based on the seq2seq model, with certain rules integrated.
domerin0
A chatbot based on seq2seq architecture done with tensorflow.
saiwaiyanyu
tensorflow+bert+seq2seq 周公解梦。AI遇上玄学,说出你的梦境(dream),模型自动解析decode梦境的征兆。类似聊天机器人(chatbot,QA),你问我答。
fendouai
ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model. ChatGirl 一个基于 TensorFlow Seq2Seq 模型的聊天机器人。(包含预处理过的 twitter 英文数据集,训练,运行,工具代码,来波 Star 。)QQ群:167122861
higepon
No description available
kenhenry
In this demo code, we implement Tensorflows Sequence to Sequence model to train a chatbot on the Cornell Movie Dialogue dataset.The dataset has been in the project. After training for a few hours, the bot is able to hold a fun conversation.
kunalBhashkar
Deep Learning-based chatbot using Tensorflow
changwookjun
Chatbot using Tensorflow (Model is seq2seq) Extend V2.0 ko
kenhenry
tensorflow-seq2seq-chatbot-zh中文聊天机器人
karma9874
Chatbot based Seq2Seq model with bidirectional rnn and attention mechanism with tensorflow, trained on Cornell Movie-Dialogs Corpus and deployed on a Flask Server
manumathewthomas
Chat with Joey - Seq2Seq chatbot using Tensorflow
kuhanw
A implementation of seq2seq as a chatbot in Tensorflow
jalajthanaki
Built the cahtbot using tensorflow. This chatbot based on RNN and seq2seq model.
krishnaik06
Chatbot using Seq2seq model using Tensorflow
bobbyrathoree
Blatherson is a chatbot developed using Seq2Seq NMT model by Tensorflow. It uses reddit comments/replies dump since last year (around 900 GB), and is continuously learning.
nanfeng1101
seq2seq model for chatbot and translate using theano, tensorflow and pytorch.
KevinMathewT
Chatbot using Seq2Seq model using Tensorflow
Tensorflow.js Chatbot based on Seq2Seq LSTM Model
IvanBongiorni
Chatbot for Twitter Customer Support. A Seq2seq Neural Network with Multiplicative Attention mechanism implemented in TensorFlow 2.
AndrewFatula
Simple implementation of seq2seq chatbot model using tensorflow, model trained on Google Cloud TPU v1 in Google Colaboratory
FR0ST1N
Seq2Seq Chatbot Using Tensorflow.
VeeShostak
Tensorflow chatbot based on the seq2seq model, trained on a twitter chat log
igorvishnevskiy
Chatbot model trained using Sequence-to-Sequence algorithm running on the Tensorflow 1.0 machine learning platform.
changwookjun
Chatbot using Tensorflow (Model is seq2seq) ko
intangere
Seq2Seq Chatbot written using Tensorflow
bikash
Tensorflow seq2seq chatbot in python
7enTropy7
Seq2seq model implementation of chatbot using TensorFlow in Python
ranjan-sumit
SEQ2SEQ Chatbot uses NLP, DNLP, RNN, Deep Learning concepts along with PYthon, tensorflow and NLTK.
Abhishekjha111
# Seq2Seq-Chatbot ## Introduction This Chatbot is a TensorFlow implementation of Seq2Seq Mode. It make use of a seq2seq model RNN for sentence predictions. The chatbot is trained on Cornell Movie Dialogs Corpus on Conversation of lenghth between 5 to 2 words ## Installation To run this chabtot you will need: * Python 3.5 * Tensorflow (1.13.1) * Numpy * Flask * Matplotlib * [Dataset](http://www.cs.cornell.edu/~cristian/data/cornell_movie_dialogs_corpus.zip)
lmyhaha
Explored chat between chatbots about a given topic in the training set corpus. Trained an AI program-based chatbot that can talk to itself using TensorFlow, used Seq2Seq model for training, and optimized the model using a hierarchical neural network.