ahmed-ai commited on
Commit
937ff96
1 Parent(s): ffd8271

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -64,13 +64,15 @@ The dataset consisted of 14 categories:
64
  - Squamous cell carcinoma
65
  - Vascular lesions
66
 
67
- ## Download the dataset locally
68
- Follow [Kaggle API guide](https://www.kaggle.com/docs/api) to get started
69
- ```bash
70
- kaggle datasets download -d ahmedxc4/skin-ds
 
71
  ```
72
 
73
 
 
74
  Citation for the original datasets
75
 
76
  ### MSLDv2.0
 
64
  - Squamous cell carcinoma
65
  - Vascular lesions
66
 
67
+ ## Load the dataset
68
+ ```python
69
+ from datasets import load_dataset
70
+
71
+ dataset = load_dataset("ahmed-ai/skin-lesions-dataset")
72
  ```
73
 
74
 
75
+
76
  Citation for the original datasets
77
 
78
  ### MSLDv2.0