Talab is an Application developed to help people order food in much faster way
- Choose a dish.
- Wait for it !!
- Each client chooses a set of restaurants as his favourite ones.
- When the client orders a dish we take care of assigning the order to a restaurant and to a delivery guy that would get the order to the client.
- Delivering the maximum number of orders
- Doing so with the lowest possible costs
Talab requires requires some libraries that are included in a requirements.txt file Install the dependencies and devDependencies and start the App
python3 -m venv env
.\env\Scripts\activate
source env/bin/activate
cd Talab
pip3 install -r requirements.txt
streamlit run frontend.py