A chatbot that answers questions about nigeria, built using Flask, Js and python chatterbot module
# NaijaBot
## A Chatbot built using Flask, Chatterbot and AJAX
LIVE_DEMO :
naijaaskbot.herokuapp.com
### Naijabot loves pidgin and can answer simple questions about Nigeria
#### She requires specific questions e.g "Nigeria's Population?" to work properly, NLTK module isn't perfect.
#### Learning Resources;
w3schools.com ,
studygyaan.com,
### FLOW :
##### User calls the flask endpoint
##### Sent message in the message box is sent to '/get' endpoint which calls a function on the trained natural langauge understanding module(chatterbot)
##### Chatterbot model returns a response
##### Jquery Ajax powers the request-response cycle so that there is no page reloading everytime the user sends a message or the bot returns a response
##### Ajax logic in script tags at the bottom of index.html