Coffee Shop Sales Executive ChatBot
- Python 3.5
- Numpy
- NLTK
- TextBlob
- Flask
- virtualenv
- 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)
- 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
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.