Skip to content

EuroPOND/model-web-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disease Progression Model web applications

Thanks Raz!

Raz's website template is open-source and adapted from the grayscale template: https://startbootstrap.com/themes/grayscale/. It was published under the free, MIT license.

Installation

  1. Install Flask

  2. FIXME: Install your favourite EuroPOND model(s) using docker:

sudo docker run -it europond/model-x

Once the docker container finishes installation, it should automatically connect to the shell. Once inside docker, pull the latest changes if any:

``` cd /home/model-x/ ```

``` git pull origin master```
  1. Run the website using flask:

FLASK_APP=main.py FLASK_ENV=development FLASK_DEBUG=1 flask run

Customisation

Main files to modify are:

  • main.py
  • templates/index.html

About

Disease Progression Model web applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 41.1%
  • HTML 24.4%
  • Python 22.9%
  • CSS 10.4%
  • Makefile 1.2%