You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrations/nuance_pin/README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ with minimal code changes.
8
8
9
9
## Prerequisites
10
10
11
-
Before setting up and running the example MONAI spleen segmentation app to run as a Nuance PIN App, the user will need to install/download the following libraries.
11
+
Before setting up and running the example MONAI lung nodule detection app to run as a Nuance PIN App, the user will need to install/download the following libraries.
12
12
It is optional to use a GPU for the example app, however, it is recommended that a GPU is used for inference as it is very computationally intensive.
13
13
14
14
Minimum software requirements:
@@ -30,9 +30,9 @@ cd integrations/nuance_pin
30
30
In this folder you will see the following directory structure
31
31
```bash
32
32
nuance_pin
33
-
├── app# directory with MONAI app code
34
-
├── lib # directory where we will place Nuance PIN wheels
35
-
├── model# directory where we will place the model used by our MONAI app
33
+
├── app/# directory with MONAI app code
34
+
├── lib/# you should create this directory where we will place Nuance PIN wheels
35
+
├── model/# directory where we will place the model used by our MONAI app
@@ -48,7 +48,7 @@ To download the test data you may follow the instructions in the [Lund Nodule De
48
48
49
49
### Download Nuance PIN SDK
50
50
51
-
Place the Nuance PIN `ai_service` wheel in the `nuance_pin/lib` folder. This can be obtained in the link provided in step 3 of of the [prerequisites](#prerequisites).
51
+
Place the Nuance PIN `ai_service` wheel in the `nuance_pin/lib` folder. This can be obtained in the link provided in step 4 of of the [prerequisites](#prerequisites).
52
52
53
53
### Running the Example App in the Container
54
54
@@ -57,7 +57,7 @@ Now we are ready to build and start the container that runs our MONAI app as a N
57
57
docker-compose up --build
58
58
```
59
59
60
-
If the build is successful the a service will start on `localhost:5000`. We can verify the service is running
60
+
If the build is successful the service will start on `localhost:5000`. We can verify the service is running
0 commit comments