frappierer commited on
Commit
e95ded7
·
verified ·
1 Parent(s): 597d646

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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
- Run the index.html in the folder and have fun.
 
 
 
 
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656dc73c3e60cb2621f11623/RXgwN9QcE1jM24qIl5UmQ.png)
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