Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ model-index:
|
|
30 |
This model is built to detect different types of skin cancer from dermatoscopic images. It was trained using the **HAM10000** dataset and is designed to classify seven types of skin lesions. The goal of this model is to assist in the early detection of skin cancer, particularly in regions where temperatures are rising, making skin cancer detection increasingly important.
|
31 |
|
32 |
## Model Overview
|
33 |
-
The model is a Convolutional Neural Network (CNN) developed using **TensorFlow** and **Keras**. It takes input images of skin lesions and predicts one of the seven skin cancer classes. The model achieved an accuracy of **
|
34 |
|
35 |
## Classes Detected
|
36 |
The model predicts the following seven types of skin cancer:
|
|
|
30 |
This model is built to detect different types of skin cancer from dermatoscopic images. It was trained using the **HAM10000** dataset and is designed to classify seven types of skin lesions. The goal of this model is to assist in the early detection of skin cancer, particularly in regions where temperatures are rising, making skin cancer detection increasingly important.
|
31 |
|
32 |
## Model Overview
|
33 |
+
The model is a Convolutional Neural Network (CNN) developed using **TensorFlow** and **Keras**. It takes input images of skin lesions and predicts one of the seven skin cancer classes. The model achieved an accuracy of **73%**, which can be further improved with fine-tuning and larger datasets.
|
34 |
|
35 |
## Classes Detected
|
36 |
The model predicts the following seven types of skin cancer:
|