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.
.
└── 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.gitYou 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.batGo to the project directory
cd Dash_ProcolombiaInstall dependencies
pip install requirements.txtStart the server
python app.pyNo needed environment variables in this project, but you have to load the joblibs, for the correct deployment of the application
Access to the web application


