Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fendouai/chatgirl
ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model. ChatGirl 一个基于 TensorFlow Seq2Seq 模型的聊天机器人。(包含预处理过的 twitter 英文数据集,训练,运行,工具代码,来波 Star 。)QQ群:167122861
https://github.com/fendouai/chatgirl
chatbot dataset tensorflow tensorflow-examples tensorflow-seq2seq-model tensorflow-tutorials twitter
Last synced: 2 months ago
JSON representation
ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model. ChatGirl 一个基于 TensorFlow Seq2Seq 模型的聊天机器人。(包含预处理过的 twitter 英文数据集,训练,运行,工具代码,来波 Star 。)QQ群:167122861
- Host: GitHub
- URL: https://github.com/fendouai/chatgirl
- Owner: fendouai
- License: apache-2.0
- Created: 2017-08-02T14:35:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T15:31:54.000Z (over 7 years ago)
- Last Synced: 2024-09-22T08:02:04.117Z (4 months ago)
- Topics: chatbot, dataset, tensorflow, tensorflow-examples, tensorflow-seq2seq-model, tensorflow-tutorials, twitter
- Language: Python
- Homepage: http://www.tensorflownews.com/
- Size: 64 MB
- Stars: 115
- Watchers: 13
- Forks: 46
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
中文文档:
https://github.com/fendouai/ChatGirl/blob/master/README_CN.MD## Introduction
[Under developing,it is not working well yet.But you can just train,and run it.]
ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model.## TensorFlowNews
* TensorFlow CNN Model Project:[https://github.com/fendouai/FaceRank](https://github.com/fendouai/FaceRank)
* TensorFlow LSTM Model Project:[https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot](https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot)
* TensorFlow Seq2Seq Model Project:[https://github.com/fendouai/ChatGirl](https://github.com/fendouai/ChatGirl)
## Data
twitter dataset:
> https://github.com/suriyadeepan/datasets
## Train
You need to add a model folder to save the model.
Train_Model.py## Run
Run_model.py
## Tool
idx2w,w2idx:You can use this tool to change word to id;or change id to word.
You can get the demo from hello.py.## Result
Result.md(the train result is too long,here is part of the result.)
## Blog
http://www.tensorflownews.com/
## RoadMap
* dataset
* model[under developing]