Giter VIP home page Giter VIP logo

medcostguider's Introduction

MedcostGuider

a tool to compare medical procedures costs in geographic location

Motivation

Medical costs are very expensive and need special attention when making financial decisions for non-emergency procedures.Users can make a decison based on prices around their city or different states.Not only users Government officials, hospital personnel or insurance companies can compare the rates to make any financial decision.

Pipeline

alt text

Data is generated by combining multiple sources that are mostly in .csv format. The initial files are preprocessed to remove missing values and inconsistency.The data generated is stored in s3 buckets.

Amazon redshift, a data warehouse that is designed for answering adhoc complex queries in distributed environment is used for querying the data.By setting the correct distribution keys, Sort keys and compression keys high performance is achieved.

Github Repo structure

The directory structure of repo look like this:

├── README.md 
├── flask
    └── app
        |── static
        |   |   └── css
        |   |   └── js
        |   |   └── fonts
        |── templates
        |   |   └── index.html
        |── views.py      
│   └── run.py
│   └── tornadoapp.py
├── generate_dta
│   └── procedure_code.py
├── redshift_queries
|   └── copy_s3_redshift.sql
|   └── procedure_city.txt
|   └── table_creation.sql

Prerequisites

AWS account

Boto3: to upload files to Amazon S3 for storage.

Amazon Redshift cluster: this project used 4 dc1.large nodes.

Resources

Website : Demo (www.parimala.killada.site)

medcostguider's People

Contributors

parimalak avatar

Stargazers

Pan Deng avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.