Restaurant chatbot
1.0.0
Architecture overview:


Detailed explanation of the project is given in my tech blog here: https://medium.com/@barua.aindriya/building-a-nlp-chatbot-for-a-restaurant-with-flask-b978337049f2
How to set up and run the project?
pip install -r requirements.txt
python data_embedder.py
feedback docs will be inserted when a user gives a feedback so that the restaurant authority can read them and take necessary action.
booking collection writer the unique booking ID and time-stamp of booking, so that when the customer comes and shows the ID at the reception, the booking can be verified.
export FLASK_APP=app
export FLASK_ENV=development
flask run