Skip to content

Chatbot developed using LSTM Network architecture and trained on Reddit Q. and A.'s.

Notifications You must be signed in to change notification settings

ngrayluna/chat_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chat_bot

ChatBot with Q. and A.'s From Reddit

Chatbot is trained on upvoted answers and their associated parent (original question) from Reddit. The user interface is developed using Python’s Kivy library.
  • Workflow completed thus far: downloaded data, pre-processed data, built model, and trained a few models.
  • Currently working on training on a larger data set...will need GPU or AWS to do this likely.
  • Next steps: limit the vocabulary to allow the LSTM to learn with smaller dataset, finish Kivy GUI, combine GUI with machine learning model in background.

Table of Contents

All scripts are written in Python3. The following libraries (and their version) were also used:
  • NumPy 1.15.3
  • ObsPy 1.1.0
  • Pandas 0.23.0
  • Keras (on top of TensorFlow) 2.2.4
  • TensorFlow 1.8.0
  • Matplotlib
  • sqlite3
  • bz2
  • kivy
Coming Soon. * Torrent file of one month of Reddit data can be found here.

About

Chatbot developed using LSTM Network architecture and trained on Reddit Q. and A.'s.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages