GithubHelp home page GithubHelp logo

c2-labs / c2labs-ornl-challenge Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 13.97 MB

Python 3.52% JavaScript 0.32% TypeScript 1.24% HTML 2.27% CSS 0.27% R 0.06% Jupyter Notebook 92.25% Dockerfile 0.05%

c2labs-ornl-challenge's Introduction

Smoky Mountains Data Challenge - Sponsored by ORNL

C2 Labs participated in this data challenge to demonstrate our growing capabilities in big data and data science. Information about the challenge can be found on the Smoky Mountain Data Challenge website.

We chose to participate in Challenge 6 - Using Artificial Intelligence Techniques to Match Patients with their Best Clinical Trial Options.

About this Repository

There were multiple components of this project that were assembled to deliver the final solution:

  • ElasticSearch - configured an ELK stack to provide a big data platform for effeciently searching through large amounts of data leveraging Azure Kubernetes Service.
  • Datasets - scripts for processing data sets and flat files created from data engineering work
  • Python - contains analytical techniques using Python to build a data science model for matching patients to trials
  • R - contains analytical techniques using R to build a data science model for matching patients to trials
  • Data Wookies - contains source code for the Angular application that provides a front-end for interacting with the data models and APIs for processing data and connecting to ElasticSearch

Solution Architecture

Solution Architecture

Scale-Out Architecture

Solution Architecture

Run the Application Locally

  • Install NodeJS, Angular, and Python3 on your local development machine
  • Install all dependencies with npm install and pip install
  • From the data-wookies folder, run npm run dev to start the Node.js web server for Express (hosts the APIs)
  • From the data-wookies\client folder, run ng serve to start the Angular web server (front-end application)

Pre-Requisites

  • Download and install Python (recommend version 3) - Download
  • Download and install NodeJS (recommend 12.18.3 Long Term Support) - Download
  • Download and install Angular CLI (must be >= 9.0 version) - Download
  • Install the application packages for Python using pip, python3 -m pip install packageName

Development server

Open a terminal and from the datawookies folder run npm run dev to startup the NodeJS dev server.

Open a second terminal and from the client folder run ng serve to startup the Angular dev server. Open the website locally

The app will automatically reload if you change any of the Angualr source files. Restart the NodeJS server if you change any Python or Express.js code.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

c2labs-ornl-challenge's People

Contributors

jedthornock avatar howieavp76 avatar howieavp avatar spacedorgi avatar julietteeasley 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.