This repo implements a Customer Assistance for Resturants to help them to pick their meal of the day.
To run the app, Create a new venv and install dependencies:
conda create -n customer_assistance
conda activate customer_assistance
pip install -r requirements.txt
Run the main app:
python app.py
It will ask you for questions to assist you with.