Skip to content

jorfsson/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

chatbot

Explorations in building a chatbot in JavaScript.

Uses a Vue frontend to allow users to submit questions and will display responses depending on what bot is being used.

Built a response generator based on parsed Reddit comments. Pushshift.IO API retreives queries based on question parameters, and ensuing comments are cleaned and return randomly.

Built a markov chain generator based on Pride and Prejudice. Depending on the nGrams model used (biGrams vs triGrams), model will return a sentence generated by probabilities of word combinations.

Implemented the Brain.js module to build and LSTM that trains itself on Reddit Parent/Child comments as response/answer data.

About

Chatbot practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published