Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 879 Bytes

readme.md

File metadata and controls

27 lines (20 loc) · 879 Bytes

CABKARO

This app will help users to book cabs once they login into their account and select a pickup and drop location. Based on this information and the availability of drivers, we will map customers to drivers and register a ride. This application gives an interactive user interface, made using Streamlit. Database management was done using MySQL-python connectivity.

Prerequisites

Your computer must have Python installed

Installation

Now as you have installled python lets move forward

  1. Clone the repo
    git clone https://github.com/debjit20504/CABKARO.git
  2. Install requirement file
    python -m pip install -r requirements.txt
  3. Run the webapp
     python -m streamlit run cabkaro.py