/simplebot

Simplebot is a sentiment analysis chatbot

Primary LanguagePython

Welcome to Simplebot

Simplebot is a chatbot with sentiment analysis capabilities, integrating with Flask, Twilio and WhatsApp

Single user chat session

Currently Simplebot is a single user proof of consept. If you would like to read the implementation tutorial, please visit the Twilio blogs.

Tutorial splash

To grow this script into a more capable chatbot there are number modifications needed.

  • Future enhancement: SimpleBot would benefit greatly from being integrated with user sessions, allowing for multiple and more complex conversations between users and the bot.
  • Try to expand and improve the conversation.
  • Refine the classifier.
  • Expand the level of granularity in the train corpus with more detailed answers without generating false positives.