PogusTheWhisper commited on
Commit
2760bfe
1 Parent(s): 1cf0b1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -9
README.md CHANGED
@@ -6,21 +6,38 @@ tags:
6
  ---
7
 
8
  [Github Repo](https://github.com/PogusTheWhisper/SurgiCare.git)
9
- [Train from this data](https://www.kaggle.com/datasets/ibrahimfateen/wound-classification)
10
- # SurgiCare_V1_best
11
- I used EfficientNet-B3 to train for 25 epochs, monitoring the validation loss.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  * Accuracy: 0.9062 Approximately 11 seconds per image.
 
13
 
14
  ![alt text](https://raw.githubusercontent.com/PogusTheWhisper/SurgiCare/main/wound_classify_train/SurgiCare-V1-best.png)
15
 
16
- # SurgiCare_V1_fast
17
- I used MobileNetV3Large to train for 50 epochs, monitoring the validation loss.
18
  * Accuracy: 0.7969 Approximately 5 seconds per image.
19
-
 
20
  ![alt text](https://raw.githubusercontent.com/PogusTheWhisper/SurgiCare/main/wound_classify_train/SurgiCare-V1-fast.png)
21
 
22
- # SurgiCare_V1_mini
23
- I used MobileNetV3Small to train for 50 epochs, monitoring the validation loss.
24
  * Accuracy: 0.7812 Approximately 4 seconds per image.
25
-
 
26
  ![alt text](https://raw.githubusercontent.com/PogusTheWhisper/SurgiCare/main/wound_classify_train/SurgiCare-V1-mini.png)
 
6
  ---
7
 
8
  [Github Repo](https://github.com/PogusTheWhisper/SurgiCare.git)
9
+
10
+ # Surgicare
11
+
12
+ > Surgicare (Surgical + Care)
13
+ ![](https://imgur.com/a/uteaCTW)
14
+
15
+ SurgiCare is an AI system designed to support post-surgery patient recovery. In this repository, we focus on a wound classification model trained on an open-source dataset. Our objective is to improve the accuracy of wound detection and guide patients in managing their wound recovery efficiently.
16
+
17
+ - **Online Demo**: [https://surgicare-demo.streamlit.app/](https://surgicare-demo.streamlit.app/)
18
+ - Wound dataset: [https://www.kaggle.com/datasets/ibrahimfateen/wound-classification](https://www.kaggle.com/datasets/ibrahimfateen/wound-classification))
19
+
20
+ - Github Repo: [https://github.com/PogusTheWhisper/SurgiCare.git](https://github.com/PogusTheWhisper/SurgiCare.git)
21
+ - Pretrained Models:
22
+ * Surgicare-V1-best: [https://huggingface.co/PogusTheWhisper/SurgiCare/resolve/main/SurgiCare-V1-best.keras](https://huggingface.co/PogusTheWhisper/SurgiCare/resolve/main/SurgiCare-V1-best.keras)
23
+ * Surgicare-V1-fast: [https://huggingface.co/PogusTheWhisper/SurgiCare/resolve/main/SurgiCare-V1-mini-best-model.keras](https://huggingface.co/PogusTheWhisper/SurgiCare/resolve/main/SurgiCare-V1-mini-best-model.keras)
24
+ * Surgicare-V1-mini: [https://huggingface.co/PogusTheWhisper/SurgiCare/resolve/main/SurgiCare-V1-mini-best-model.keras](https://huggingface.co/PogusTheWhisper/SurgiCare/resolve/main/SurgiCare-V1-mini-best-model.keras)
25
+
26
+ ## Result of training!!
27
+ ### Efficientnet B3
28
  * Accuracy: 0.9062 Approximately 11 seconds per image.
29
+ * I used EfficientNet-B3 to train for 25 epochs, monitoring the validation loss.
30
 
31
  ![alt text](https://raw.githubusercontent.com/PogusTheWhisper/SurgiCare/main/wound_classify_train/SurgiCare-V1-best.png)
32
 
33
+ ### MobileNetV3Large
 
34
  * Accuracy: 0.7969 Approximately 5 seconds per image.
35
+ * I used MobileNetV3Large to train for 50 epochs, monitoring the validation loss.
36
+
37
  ![alt text](https://raw.githubusercontent.com/PogusTheWhisper/SurgiCare/main/wound_classify_train/SurgiCare-V1-fast.png)
38
 
39
+ ### MobileNetV3Small
 
40
  * Accuracy: 0.7812 Approximately 4 seconds per image.
41
+ * I used MobileNetV3Small to train for 50 epochs, monitoring the validation loss.
42
+
43
  ![alt text](https://raw.githubusercontent.com/PogusTheWhisper/SurgiCare/main/wound_classify_train/SurgiCare-V1-mini.png)