Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

MIPT-Oulu/DeepKnee-web

Repository files navigation

DeepKnee-web

IMPORTANT: See the main repo for the latest version of the service - https://github.com/MIPT-Oulu/DeepKnee/tree/pypackage. This repo is no longer maintained.

Description

Web-service application for automatic knee localization and osteoarthritis KL-scale grading in posteroanterior (PA) X-ray images.

example

Installation

  1. Before going through the next steps, make sure to install Conda and Node.js;
  2. Clone the repository:
git clone --recurse-submodules [email protected]:MIPT-Oulu/DeepKnee-web.git
cd DeepKnee-web
  1. Configure the environment:
# Create the environment
chmod u+x create_conda_env.sh
./create_conda_env.sh
source activate deep_knee_web

# Install KneeLocalizer
cd src_kneelocalizer
pip install .
cd ..

# Install DeepKnee
cd src_deepknee
pip install .
cd ..

source deactivate

Running

To run the app:

sh run_service.sh

This script will automatically install the required Node.js packages and build an optimized production-ready React.js app. As a final step, the script launches the webservice which is available under http:https://127.0.0.1:5000/deepknee.

License

The provided code is freely available for academic research purposes only. Any other usage is strictly prohibited without an explicit authors consent. In case of interest, please, feel free to contact the authors.

Authors

  • Design & Development: Egor Panfilov, Aleksei Tiulpin
  • Project leader: Simo Saarakkala

Research Unit of Medical Imaging, Physics and Technology,

(c) 2018, University of Oulu, Finland.