Thiago
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
## Web System Application
|
13 |
-
|
14 |
-
We developed a web system application for users to test our proposed pipilne for predicting histopathology reports. Users can interact with the platform in 2 ways: 1) Input an excel/csv spreadsheet with a column with the biopsy diagnosis (Part A,B or C). 2) Input a single biopsy diagnosis. An example of our Web System is illustraded bellow:
|
15 |
-
|
16 |
-
<table border=1>
|
17 |
-
<tr align='center' >
|
18 |
-
<td><img src="https://github.com/thiagosantos1/BreastPathologyClassificationSystem/blob/master/app/imgs/app_1.png" width="500" title="HCS App"></td>
|
19 |
-
<td><img src="https://github.com/thiagosantos1/BreastPathologyClassificationSystem/blob/master/app/imgs/app_2.png" width="500" title="HCS App"></td>
|
20 |
-
</tr>
|
21 |
-
</table>
|
22 |
-
|
23 |
-
## Model and Project Design
|
24 |
-
<table border=1>
|
25 |
-
<tr align='center' >
|
26 |
-
<td><img src="https://github.com/thiagosantos1/BreastPathologyClassificationSystem/blob/master/app/imgs/pipeline.png" width="500" title="HCS App"></td>
|
27 |
-
<td><img src="https://github.com/thiagosantos1/BreastPathologyClassificationSystem/blob/master/app/imgs/hybrid_system.png" width="400" title="HCS App"></td>
|
28 |
-
</tr>
|
29 |
-
</table>
|
|
|
1 |
+
---
|
2 |
+
title: Hierarchical Classification System for Breast Cancer
|
3 |
+
emoji: 🤗
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: orange
|
6 |
+
sdk: stremlit
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|