Skip to content

Latest commit

 

History

History
62 lines (56 loc) · 2.05 KB

File metadata and controls

62 lines (56 loc) · 2.05 KB

Quicky Admin Churn Prediction Backend

This repository includes the project files related to admin churn prediction backend of Quicky delivery platform.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/HashiruG/Quicky_Admin_Churn_Prediction.git
  2. Navigate to the project directory:
    cd Quicky_Admin_Churn_Prediction
  3. Create a virtual environment:
    python -m venv venv
  4. Activate the virtual environment:
    .\venv\Scripts\activate
  5. Install dependencies:
    pip install -r requirements.txt
  6. Run the server:
    uvicorn app.main:app --reload

Other Repositories associated with this project

  1. Quicky admin main backend : https://github.com/HashiruG/Quicky_Backend
  2. Quicky admin frontend : https://github.com/HashiruG/Quicky_Frontend

Few Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot