Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ SkinSense is a machine learning model for diagnosing skin diseases based on skin
|
|
| 12 |
The SkinSense model is designed to assist medical professionals in diagnosing skin diseases by analyzing images of skin lesions. It was trained on a large dataset of skin lesion images with corresponding labels for diagnosis. The model is capable of differentiating between benign and malignant skin lesions and also provides a specific diagnosis for malignant cases.
|
| 13 |
|
| 14 |
## Model Usage
|
|
|
|
| 15 |
|
| 16 |
You can use the SkinSense model by installing the `transformers` library from Hugging Face:
|
| 17 |
|
|
|
|
| 12 |
The SkinSense model is designed to assist medical professionals in diagnosing skin diseases by analyzing images of skin lesions. It was trained on a large dataset of skin lesion images with corresponding labels for diagnosis. The model is capable of differentiating between benign and malignant skin lesions and also provides a specific diagnosis for malignant cases.
|
| 13 |
|
| 14 |
## Model Usage
|
| 15 |
+
The model will be uploaded later this week in .bin format and .tar.gz.
|
| 16 |
|
| 17 |
You can use the SkinSense model by installing the `transformers` library from Hugging Face:
|
| 18 |
|