Skip to content

jaimeh94/ds4a-project-team101

Repository files navigation

Extract, consolidate and transform data to obtain valuable and applicable insights

Team 101 - DS4A / Colombia - Cohort 6

Teaching Assistants: Jorge Andres Alzate and Gonzalo Cossio

Introduction

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.

Datafolio

Installation

Instruction for Linux/Unix systems.

1. Create virtual environment and install dependencies:
python -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
2. Configure the application environment

Copying the file env to .env and giving proper values to the variables.

3. Run the application:
FLASK_APP="gps_backend" flask run

Now the API should be reachable under localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published