Spaces:
Running
Running
Drop uOttawa from byline — keep just the author name
Browse files
app.py
CHANGED
|
@@ -52,11 +52,11 @@ LOW_CONFIDENCE_THRESHOLD = 0.5
|
|
| 52 |
TITLE: dict[str, str] = {
|
| 53 |
"en": (
|
| 54 |
"# Chronic Wound Classifier — 4-class AZH demo\n"
|
| 55 |
-
"*Developed, trained, and deployed by **John Boby Mesadieu**
|
| 56 |
),
|
| 57 |
"fr": (
|
| 58 |
"# Classification des plaies chroniques — démo AZH 4 classes\n"
|
| 59 |
-
"*Conçu, entraîné et déployé par **John Boby Mesadieu**
|
| 60 |
),
|
| 61 |
}
|
| 62 |
|
|
@@ -117,7 +117,7 @@ set (n=184); the best 10-fold ensemble of the same recipe averages 0.7989.
|
|
| 117 |
**Out of scope.** Not for clinical decision-making. No claim of diagnostic accuracy on real patient
|
| 118 |
cohorts. No fairness audit across skin tones. No mobile or offline build.
|
| 119 |
|
| 120 |
-
**Author.** Developed, trained, and deployed by **John Boby Mesadieu**
|
| 121 |
|
| 122 |
**Dataset citation.** Anisuzzaman et al. 2022, *Multi-modal wound classification using wound image
|
| 123 |
and location by deep neural network*, Sci. Rep. 12:20057.
|
|
@@ -132,7 +132,7 @@ la même recette atteint en moyenne 0,7989.
|
|
| 132 |
sur de vraies cohortes de patients. Aucun audit d'équité par teinte de peau. Aucune version mobile
|
| 133 |
ou hors ligne.
|
| 134 |
|
| 135 |
-
**Auteur.** Conçu, entraîné et déployé par **John Boby Mesadieu**
|
| 136 |
|
| 137 |
**Référence du jeu de données.** Anisuzzaman et coll. 2022, *Multi-modal wound classification using
|
| 138 |
wound image and location by deep neural network*, Sci. Rep. 12:20057.
|
|
|
|
| 52 |
TITLE: dict[str, str] = {
|
| 53 |
"en": (
|
| 54 |
"# Chronic Wound Classifier — 4-class AZH demo\n"
|
| 55 |
+
"*Developed, trained, and deployed by **John Boby Mesadieu**.*"
|
| 56 |
),
|
| 57 |
"fr": (
|
| 58 |
"# Classification des plaies chroniques — démo AZH 4 classes\n"
|
| 59 |
+
"*Conçu, entraîné et déployé par **John Boby Mesadieu**.*"
|
| 60 |
),
|
| 61 |
}
|
| 62 |
|
|
|
|
| 117 |
**Out of scope.** Not for clinical decision-making. No claim of diagnostic accuracy on real patient
|
| 118 |
cohorts. No fairness audit across skin tones. No mobile or offline build.
|
| 119 |
|
| 120 |
+
**Author.** Developed, trained, and deployed by **John Boby Mesadieu**.
|
| 121 |
|
| 122 |
**Dataset citation.** Anisuzzaman et al. 2022, *Multi-modal wound classification using wound image
|
| 123 |
and location by deep neural network*, Sci. Rep. 12:20057.
|
|
|
|
| 132 |
sur de vraies cohortes de patients. Aucun audit d'équité par teinte de peau. Aucune version mobile
|
| 133 |
ou hors ligne.
|
| 134 |
|
| 135 |
+
**Auteur.** Conçu, entraîné et déployé par **John Boby Mesadieu**.
|
| 136 |
|
| 137 |
**Référence du jeu de données.** Anisuzzaman et coll. 2022, *Multi-modal wound classification using
|
| 138 |
wound image and location by deep neural network*, Sci. Rep. 12:20057.
|