Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lext committed Dec 27, 2019
1 parent ffdb788 commit 0dcac2a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ you can also deploy on GPU. The inference is 3 times faster on GPU. To deploy on
To test the software, just check in your browser `localhost:5003`. Here is an example of the result of processing
a single knee X-ray via UI:

<p align="center">
<img src="pics/deepkneeui.png" width="800" alt="UI pic"/>
</p>

A YouTube Video describing the process of using the UI is shown here: https://youtu.be/4wcnmsxvim8.
The video has been recorded for DeepKnee v1, but nothing has really changed since then.
Expand All @@ -51,9 +53,11 @@ it needs to be done to `/kneel/predict/bilateral` or `/deepknee/predict/bilatera

An example script that uses the platform can be found in the file `analyze_folder.py`.

Below you can see a schematic representation of the software architecture
<img src="pics/deepknee-architecture.png" width="600" alt="DeepKnee Architecture"/>
Below you can see a schematic representation of the software architecture:

<p align="center">
<img src="pics/deepknee-architecture.png" width="600" alt="DeepKnee Architecture"/>
</p>

## A few words about PACS integration
To deploy this software in your network with persistent PACS, you need to modify docker-compose file which is used
Expand Down

0 comments on commit 0dcac2a

Please sign in to comment.