Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,5 +9,16 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
short_description: take a photo upload it and know if ur mole are healthy
|
| 11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
short_description: take a photo upload it and know if ur mole are healthy
|
| 11 |
---
|
| 12 |
+
# Detecci贸n de C谩ncer de Piel
|
| 13 |
+
|
| 14 |
+
Este es un proyecto para clasificar lesiones de piel en cuatro categor铆as:
|
| 15 |
+
1. Sin c谩ncer
|
| 16 |
+
2. Melanoma (MEL)
|
| 17 |
+
3. Carcinoma basocelular (BCC)
|
| 18 |
+
4. Lesi贸n precancerosa (AKIEC)
|
| 19 |
+
|
| 20 |
+
## C贸mo usar
|
| 21 |
+
1. Sube una imagen de una lesi贸n de piel.
|
| 22 |
+
2. El modelo devolver谩 la predicci贸n y la probabilidad asociada.
|
| 23 |
|
| 24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|