cognizant-ai-labs / covid-xprize

Open-source repository containing examples and documentation for the Cognizant XPRIZE Pandemic Response Challenge
Other
37 stars 76 forks source link

List of software/models we create or have to be loaded into the X-Prize Sandbox #32

Closed babakatwork closed 4 years ago

babakatwork commented 4 years ago

We need the list of software and models that we are loading into the X-Prize sandboxes for Cognizant legal to include in the agreement please.

dsargent commented 4 years ago

The software is going to be:

  1. Base X-Prize sandbox image
  2. These, and their downstream dependencies: https://github.com/leaf-ai/covid-xprize/blob/master/requirements.txt
  3. The contents of this repo, which I'm in the process of refactoring. Especially the examples directory. I don't think we're deploying any models (Keras etc.) to the Sandbox image -- right @ofrancon ?
ofrancon commented 4 years ago

No trained models, but the code to train them: a scikit learn one (linear) and a Keras one (LSTM)

dsargent commented 4 years ago

@babakatwork does the above give you what you need?

babakatwork commented 4 years ago

Yes - thanks!