Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.08 KB

README.md

File metadata and controls

36 lines (27 loc) · 2.08 KB

HPA-Model-Zoo

A collection of deep learning models for analyzing the Human Protein Atlas images.

Models

Development

The model zoo is built using Vue.js. Make sure you have node installed.

Install

  1. Clone this repo to a folder.

    git clone git@github.com:CellProfiling/HPA-model-zoo.git
    cd HPA-model-zoo
  2. Run npm install in the folder to install the dependencies

  3. Run npm run serve to start a dev server which supports hot reloading when you edit the files. Go and see it through http://localhost:8000/#/.

  4. For vue-material UI elements, you can find those here.

  5. When you have made the changes, commit in a new branch and make a pull request to our GitHub repository targeting the master branch.

  6. When the pull request is merged to master branch, netlify will automatically build and publish the new version of the site at https://modelzoo.cellprofiling.org/.