Skip to content

ruXlab/keras-chatbot

Repository files navigation

Keras ChatBot

Originally published on bitbucket tsagias/chatbot by Manos Tsagkias

My aim is to update it to the recent versions of dependencies


This project aims at developing a chatbot that uses recurrent neural networks trained on movie subtitles.

How do I get set up?

First install the dependencies (Theano, Keras):

#!python

pip install -r requirements.txt

Then, run it:

#!python

python lstm2.py data/lacollectioneuse.txt

Releases

No releases published

Packages

No packages published

Languages