A collection of deep learning models for analyzing the Human Protein Atlas images.
- HPA-model-template
- HPA-model-example
- HPA-model-bestfitting
- HPA-model-WAIR
- HPA-model-pudae
- HPA-model-wienerschnitzelgemeinschaft
- HPA-model-vpp
- HPA-model-One More Layer
- HPA-model-conv is all you need
- HPA-model-NTU_MiRA
- HPA-model-Random Walk
The model zoo is built using Vue.js. Make sure you have node
installed.
-
Clone this repo to a folder.
git clone git@github.com:CellProfiling/HPA-model-zoo.git cd HPA-model-zoo
-
Run
npm install
in the folder to install the dependencies -
Run
npm run serve
to start a dev server which supports hot reloading when you edit the files. Go and see it throughhttp://localhost:8000/#/
. -
For vue-material UI elements, you can find those here.
-
When you have made the changes, commit in a new branch and make a pull request to our GitHub repository targeting the master branch.
-
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/
.