primetimetran
commited on
Commit
•
ab4b435
1
Parent(s):
47d4b6c
Update
Browse files- .gitattributes +1 -0
- README.md +13 -12
- assets/imgs-preview.gif +3 -0
- assets/matrix-previews.gif +3 -0
.gitattributes
CHANGED
@@ -32,4 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
32 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
36 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,23 +1,22 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
language:
|
4 |
-
-
|
5 |
-
thumbnail: "url to a thumbnail used in social sharing"
|
6 |
tags:
|
7 |
-
-
|
8 |
-
-
|
9 |
-
- medical
|
10 |
-
- medical
|
11 |
-
-
|
12 |
-
|
13 |
-
- [dataset1](https://www.breastcancer.org/facts-statistics](https://www.cancerimagingarchive.net/collection/breast-cancer-screening-dbt)
|
14 |
metrics:
|
15 |
-
- 62% Sensitivity
|
16 |
-
base_model: "N/A"
|
17 |
---
|
18 |
|
19 |
# HerBreastsFriend(HBF)
|
20 |
|
|
|
|
|
21 |
A model for identifying breast cancer in patients inspired by a study conducted by Duke & blogged about by jamanetwork[^1].
|
22 |
|
23 |
Their studies finding's were that there's a lot of room for improvement. They came to this conclusion after building their
|
@@ -25,6 +24,8 @@ own AI model for breast cancer detection/prognoses and achieved a 65% on sensiti
|
|
25 |
|
26 |
### Details
|
27 |
|
|
|
|
|
28 |
- KNN strategy
|
29 |
- n_neighbors=5
|
30 |
- StandardScaler
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
|
|
5 |
tags:
|
6 |
+
- image classification
|
7 |
+
- classification
|
8 |
+
- medical imaging
|
9 |
+
- medical
|
10 |
+
- dicom
|
11 |
+
- cancer
|
|
|
12 |
metrics:
|
13 |
+
- '62% Sensitivity'
|
|
|
14 |
---
|
15 |
|
16 |
# HerBreastsFriend(HBF)
|
17 |
|
18 |
+
![Demo](./assets/imgs-preview.gif)
|
19 |
+
|
20 |
A model for identifying breast cancer in patients inspired by a study conducted by Duke & blogged about by jamanetwork[^1].
|
21 |
|
22 |
Their studies finding's were that there's a lot of room for improvement. They came to this conclusion after building their
|
|
|
24 |
|
25 |
### Details
|
26 |
|
27 |
+
![Demo](./assets/matrix-previews.gif)
|
28 |
+
|
29 |
- KNN strategy
|
30 |
- n_neighbors=5
|
31 |
- StandardScaler
|
assets/imgs-preview.gif
ADDED
Git LFS Details
|
assets/matrix-previews.gif
ADDED
Git LFS Details
|