All Projects → fendouai → Chatgirl

fendouai / Chatgirl

Licence: apache-2.0
ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model. ChatGirl 一个基于 TensorFlow Seq2Seq 模型的聊天机器人。(包含预处理过的 twitter 英文数据集,训练,运行,工具代码,来波 Star 。)QQ群:167122861

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Chatgirl

My Tensorflow Tutorials
This repo contains all of my TensorFlow tutorials
Stars: ✭ 795 (+657.14%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Tensorflow Find Object
📸 A simple application to demonstrate TensorflowJS using mobile net model to predict objects via camera API.
Stars: ✭ 12 (-88.57%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Insuranceqa Corpus Zh
🚁 保险行业语料库,聊天机器人
Stars: ✭ 821 (+681.9%)
Mutual labels:  chatbot, dataset
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+571.43%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Awesome machine learning solutions
A curated list of repositories for my book Machine Learning Solutions.
Stars: ✭ 65 (-38.1%)
Mutual labels:  chatbot, dataset
Tensorflow 2.x Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Stars: ✭ 6,088 (+5698.1%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Machine Learning Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
Stars: ✭ 883 (+740.95%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Hate Speech And Offensive Language
Repository for the paper "Automated Hate Speech Detection and the Problem of Offensive Language", ICWSM 2017
Stars: ✭ 543 (+417.14%)
Mutual labels:  dataset, twitter
Math object detection
An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.
Stars: ✭ 52 (-50.48%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Tensorflow Sentiment Analysis On Amazon Reviews Data
Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Stars: ✭ 34 (-67.62%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Androidtensorflowmachinelearningexample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
Stars: ✭ 1,369 (+1203.81%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Free Tensorflow
Tensorflow 免费中文视频教程,开源代码,免费书籍.
Stars: ✭ 83 (-20.95%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Android Tensorflow Lite Example
Android TensorFlow Lite Machine Learning Example
Stars: ✭ 681 (+548.57%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+586.67%)
Mutual labels:  chatbot, twitter
Chatito
🎯🗯 Generate datasets for AI chatbots, NLP tasks, named entity recognition or text classification models using a simple DSL!
Stars: ✭ 678 (+545.71%)
Mutual labels:  chatbot, dataset
Tensorlayer
Deep Learning and Reinforcement Learning Library for Scientists and Engineers 🔥
Stars: ✭ 6,796 (+6372.38%)
Mutual labels:  chatbot, tensorflow-tutorials
Docs
TensorFlow documentation
Stars: ✭ 4,999 (+4660.95%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Awesome Twitter Data
A list of Twitter datasets and related resources.
Stars: ✭ 533 (+407.62%)
Mutual labels:  dataset, twitter
Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-68.57%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Tensorflow Brasil
Códigos e materiais sobre TensorFlow em Português
Stars: ✭ 74 (-29.52%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples

中文文档: 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

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]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].