Skip to content

cjohana031/Dash_Procolombia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evaluation of Performance measurement and prediction for tourism strategic activities

Given the pandemic impact over diverse economic sectors, it’s a focal point for Procolombia to take a look at their own area, that is, Tourism, which was affected by recent events aforementioned.

Procolombia as the main tourism, foreign investment and export promotion organism has been taking advantage of the recent economic and stability, by elaborating Campaigns and Strategies aiming to highlight best and proven-effective practices of the past and define future actions of the company.

Authors

Run Locally

Before deploy the application you have to set the respective joblibs inside folder. See this tree

.
└── Dash_Procolombia/
    ├── assets
    ├── components
    ├── data/
    │   └──final.csv
    ├── logica
    ├── modelos/
    │   ├── alianzapacifico_retrazos_0.joblib
    │   ├── ... .joblib
    │   └── ... .joblib
    ├── modelos_pais_destacado/
    │   ├── chile_retrazos_0.joblib
    │   ├── ... .joblib
    │   └── ... .joblib
    ├── app.py
    └── requirements.txt

Now clone the project!

  git clone https://github.com/miguellperezzv/Dash_Procolombia.git

You have to create a virtual enviroment (pip or conda, we sugest you conda!)

    conda create -n entornoDash python=3.8 anaconda
    conda activate entornoDash
    python3 -m venv /path/
    cd path\to\venv\Scripts\activate.bat

Go to the project directory

  cd Dash_Procolombia

Install dependencies

  pip install requirements.txt

Start the server

  python app.py

Demo

Alt Text ALt Text

Environment Variables

No needed environment variables in this project, but you have to load the joblibs, for the correct deployment of the application

Accessing to the web application

Access to the web application

Logo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.3%
  • CSS 0.7%