Giter Site home page Giter Site logo

unus's Introduction

Ūnus

Ūnus is a machine learning based patient matching engine built for the ONC Patient Matching Challenge.

Detailed write up are available here:

http://mindfulmachines.io/blog/2017/7/23/onc-patient-matching-challenge-part1

http://mindfulmachines.io/blog/2017/7/23/onc-patient-matching-challenge-part-2

Technology

The technologies used to build the matching engine are:

  • Scala
  • Play
  • Spark
  • PostgreSQL
  • Docker

Installing

Clone this repository:

git clone https://github.com/mindfulmachines/unus.git

Install Java 8

Install SBT

Install Docker

Running

Place the FInalDataset.csv file in the data/ folder.

Configure a docker volume for PostgreSQL:

docker volume create postgresql

Start the postgres server:

docker-compose up

Optionally configure the database url by editing conf/application.conf. Specifically if you're using Docker Machine (Windows 7) the database url is probably jdbc:postgresql://192.168.99.100/postgres.

Start the play application:

sbt "runMain PlayApp"

Go to localhost:9000 to view the UI. The first time it may take a while for the UI to be available as data is loaded into the DB. You can also check localhost:4040 for how Spark is progressing.

unus's People

Contributors

mejran avatar

Watchers

James Cloos avatar An 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.