- Cristian Plaza
- Duvan Naranjo
- Jaime Cabrera-Salcedo
- Javier López
- Juan Carlos Valencia
- Julian Luna
Teaching Assistants: Jorge Andres Alzate and Gonzalo Cossio
Data Science for All (DS4A) Colombia, is an intensive training program oriented to providing skills in data science and related subjects.
This program is sponsored by MinTiC (Ministry of Information Technology of Colombia) and developed by Correlation One. The authors of the present document were enrolled in cohort #6 of this program, held between March and July of 2022.
Besides attending classes and presenting the regular assignments, the students enrolled in this program must complete a Capstone Project, which is a team initiative to solve one real-world business problem or opportunity, applying the tools and methods learned during the DS4A program.
Instruction for Linux/Unix systems.
python -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
Copying the file env
to .env
and giving proper values to the variables.
FLASK_APP="gps_backend" flask run
Now the API should be reachable under localhost:5000
.