All Projects → ImpulsoGov → farolcovid

ImpulsoGov / farolcovid

Licence: MIT license
🚦🏥. Ferramenta de monitoramento do risco de colapso no sistema de saúde em municípios brasileiros com a Covid-19 • Monitoring tool & simulation of the risk of collapse in Brazilian municipalities' health system due to Covid-19

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to farolcovid

data2019nCoV
COVID-19 Pandemic Data R Package
Stars: ✭ 40 (-18.37%)
Mutual labels:  epidemiology, covid-19
covid19analysis
COVID-10 Analysis
Stars: ✭ 16 (-67.35%)
Mutual labels:  epidemiology, covid-19
Pandemic-Produce-Delivery-Project
An ongoing open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. New contributors are always, always, welcomed, regardless of where you are 🔥. Feel free to reach out at [email protected]~
Stars: ✭ 20 (-59.18%)
Mutual labels:  social-good, covid-19
covid19-analytics
Analysis of the COVID19 outbreak in Brazil mainly through epidemic and hospitalization models, by the Health Analytics and Prospera consulting business units of Funcional Heatlh Tech.
Stars: ✭ 22 (-55.1%)
Mutual labels:  epidemiology, covid-19
Covid-19-analysis
Analysis with Covid-19 data
Stars: ✭ 49 (+0%)
Mutual labels:  epidemiology, covid-19
PM COVID
Public Available Code and Data to Reproduce Analyses in "Air pollution and COVID-19 mortality in the United States: Strengths and limitations of an ecological regression analysis."
Stars: ✭ 97 (+97.96%)
Mutual labels:  epidemiology, covid-19
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-71.43%)
Mutual labels:  epidemiology, covid-19
reina-model
Agent-based simulation model for COVID-19 spread in society and patient outcomes
Stars: ✭ 30 (-38.78%)
Mutual labels:  epidemiology, covid-19
Covid-19-Tracker
This is an Covid-19 tracker especially made for India
Stars: ✭ 39 (-20.41%)
Mutual labels:  epidemiology, covid-19
App
COVID-19 App
Stars: ✭ 2,079 (+4142.86%)
Mutual labels:  epidemiology, covid-19
covid19-pr-api
COVID-19 Open API for Datasets in Puerto Rico
Stars: ✭ 21 (-57.14%)
Mutual labels:  covid-19
JUNE
June is a framework for agent based modelling in an epidemiological and geographical context.
Stars: ✭ 28 (-42.86%)
Mutual labels:  epidemiology
streamlit-aggrid
Implementation of Ag-Grid component for Streamlit
Stars: ✭ 465 (+848.98%)
Mutual labels:  streamlit
covid19.swift
🌐 Small iOS app to show some COVID-19 health, data, news and tweets
Stars: ✭ 25 (-48.98%)
Mutual labels:  covid-19
mune
Simple stock price analytics
Stars: ✭ 14 (-71.43%)
Mutual labels:  streamlit
covid-19
Data ETL & Analysis on the global and Mexican datasets of the COVID-19 pandemic.
Stars: ✭ 14 (-71.43%)
Mutual labels:  covid-19
streamlit-ace
Ace editor component for Streamlit.
Stars: ✭ 130 (+165.31%)
Mutual labels:  streamlit
flutter news app
Simple and modern news app that incorporates REST API (newsapi.org), all built entirely with Flutter. 🚀
Stars: ✭ 69 (+40.82%)
Mutual labels:  covid-19
covid19.MIScnn
Robust Chest CT Image Segmentation of COVID-19 Lung Infection based on limited data
Stars: ✭ 77 (+57.14%)
Mutual labels:  covid-19
cogviewer
Simple Cloud Optimized GeoTIFF viewer.
Stars: ✭ 21 (-57.14%)
Mutual labels:  streamlit

FarolCovid 🚦

Contributors Master update Master update Deploy docker build

Ferramenta de monitoramento do risco de colapso no sistema de saúde em municípios brasileiros com a Covid-19.

Monitoring tool & simulation of the risk of collapse in Brazilian municipalities' health system due to Covid-19.

Fontes de dados

Os dados utilizados na ferramenta estão na nossa API, cujas fontes são:

Veja mais detalhes na página de Metodologia da ferramenta.

Referências metodológicas

Os modelos e respectivos códigos utilizados são baseados no trabalho de Alison Hill e Cappra Institute for Data Science (modelo SEIR), e Kevin Systrom (ritmo de contágio), além de diversos estudos utilizados na nossa metodologia:

Veja mais detalhes na página de Metodologia da ferramenta.

📊 Como colaborar com análises

Estamos migrando as análises para outro repositório! Veja mais em coronacidades-analysis 😉

⚙️ Como executar a aplicação localmente?

Utilizando Python + Virtualenv

# Instale o 'make'
sudo apt-get install -y make

# Crie o virtualenv
make create-env

# Execute o servidor com API externa
make serve

# Execute o servidor com API local. 
# Para isso, você terá que subir a API do simulacovid-datasource
# 1. Para subir o servidor local: `make server-build-run`
# 2. Abra outro terminal e rode para subir os dados: `make loader-build-run`
make serve-local

Utilizando o Docker (Linux)

# Instale o Docker
curl -sSL https://get.docker.com | sudo sh

# Instale o 'make'
sudo apt-get install -y make

# Execute o servidor
# ficará disponível em http://localhost:8501/
make docker-build-run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].