Skip to content

nadaelarabyy/Talab

Repository files navigation

Welcome to Talab

Talab is an Application developed to help people order food in much faster way

  • Choose a dish.
  • Wait for it !!

Steps!

  • 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.

Objective:

  • Delivering the maximum number of orders
  • Doing so with the lowest possible costs

Installation

Talab requires requires some libraries that are included in a requirements.txt file Install the dependencies and devDependencies and start the App

First create a virtual environment

python3 -m venv env

Activate on windows

.\env\Scripts\activate

Activate on Linux

source env/bin/activate

Get to project directory

cd Talab

Install project dependencies

pip3 install -r requirements.txt 

RUN !!

streamlit run frontend.py

Check your browser on http://localhost:8501

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages