Update README.md
Browse files
README.md
CHANGED
|
@@ -41,11 +41,23 @@ Also check out the [UV Docs](https://docs.astral.sh/uv/getting-started/installat
|
|
| 41 |
|
| 42 |
FYI:I had to add a CORS middleware to the API Server, so API request from localhost dont get blocked.
|
| 43 |
```bash
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
uv run fastapi_app.py
|
| 45 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
Optionally: Go to localhost:8000/docs to see the swagger.
|
| 47 |
|
| 48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
## Extend Labels
|
| 51 |
To Show more labels in the UI just edit the labels in script.js
|
|
|
|
| 41 |
|
| 42 |
FYI:I had to add a CORS middleware to the API Server, so API request from localhost dont get blocked.
|
| 43 |
```bash
|
| 44 |
+
cd Simple_MedImageInsights_Web_UI
|
| 45 |
+
```
|
| 46 |
+
then run
|
| 47 |
+
```bash
|
| 48 |
uv run fastapi_app.py
|
| 49 |
```
|
| 50 |
+
That will take some time and you will see:
|
| 51 |
+
|
| 52 |
+

|
| 53 |
+
|
| 54 |
Optionally: Go to localhost:8000/docs to see the swagger.
|
| 55 |
|
| 56 |
+
Open the index.html.
|
| 57 |
+
|
| 58 |
+
In the "Images" Folder i added some examples i found online.
|
| 59 |
+
|
| 60 |
+
Have fun.
|
| 61 |
|
| 62 |
## Extend Labels
|
| 63 |
To Show more labels in the UI just edit the labels in script.js
|