Skip to content

Commit

Permalink
Backed is fully functional. Logs are shown, but not yet stored.
Browse files Browse the repository at this point in the history
  • Loading branch information
lext committed Nov 20, 2019
1 parent 3d1817a commit 76348aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ Codes for paper **Automatic Knee Osteoarthritis Diagnosis from Plain Radiographs

**This branch is made only for inference purposes. Re-training is possible only in the master branch!!!**

### Inference on your data
### Running the backend server
This code requires the fresh-most docker and docker compose installed.

Execute `sh deploy.sh cpu` to deploy the app on CPU. If you have installed nvidia-docker,
you can also deploy on GPU. The inference is 3 times faster on GPU. To deploy on GPU, run `sh deploy.sh gpu`.

Be careful, this app carries all the dependencies and weighs around 10GB in total.

## License
This code is freely available only for research purposes. Commercial use is not allowed by any means.
Expand Down

0 comments on commit 76348aa

Please sign in to comment.