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: platforms/aidoc/README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ This example uses a subset of the callback message attributes, covering only the
9
9
The high-level design of this REST service involves a few key components:
10
10
11
11
1.**MONAI Deploy Application**: The core AI logic is encapsulated in a standard MONAI Deploy application (e.g., `AISpleenSegApp`), which is built and tested as a regular containerized workload.
12
-
2.**RESTful Service**: A lightweight RESTful application, built using Flask, acts as the front-end. It exposes endpoints to start and check the status of a processing job.
12
+
2.**REST Service**: A lightweight REST application, built using Flask, acts as the front-end. It exposes endpoints to start and check the status of a processing job.
13
13
3.**Request Handling**:
14
-
- When the RESTful service receives a request to process data, it handles only one request at a time, as per the API specification.
14
+
- When the REST service receives a request to process data, it handles only one request at a time, as per the API specification.
15
15
- It creates an instance of the MONAI Deploy application.
16
16
- It sets the necessary environment variables for the input and output folders.
17
17
- Crucially, it delegates the execution of the MONAI Deploy application to a separate background thread to avoid blocking the web server.
0 commit comments