Skip to content

shubhankar-mohan/Coffee-ChatBot

 
 

Repository files navigation

Coffee-ChatBot

Coffee Shop Sales Executive ChatBot

Prerequisites

  • Python 3.5
  • Numpy
  • NLTK
  • TextBlob
  • Flask
  • virtualenv

Setting Up environment

  • Set up virtual environment
  • Enter in environment you created
  • Import python,pip in it
  • Install flask, textblob, numpy, nltk
  • Download nltk (recommended to download only required packages)

Running the tests

  • Enter in environment you created
  • Create a folder named templates and move first.html to it
  • Start server
  • Hit ip:port on which on your web browser and a form will open
  • And here you go

Deployment

Host on any web server supporting flask app. If your host is https then you can also make a fb chatbot (using webhooks) with same scripts.

About

Coffee Shop Sales Executive ChatBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 87.8%
  • HTML 12.2%