docs: readme
Browse files
README.md
CHANGED
@@ -1,13 +1,27 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
- image-to-image
|
6 |
-
language:
|
7 |
-
- en
|
8 |
tags:
|
9 |
- medical
|
10 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Botox Injections (Before & After)
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- image-classification
|
7 |
- image-to-image
|
|
|
|
|
8 |
tags:
|
9 |
- medical
|
10 |
- code
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: id
|
14 |
+
dtype: int32
|
15 |
+
- name: before
|
16 |
+
dtype: image
|
17 |
+
- name: after
|
18 |
+
dtype: image
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 38806781
|
22 |
+
num_examples: 23
|
23 |
+
download_size: 38824211
|
24 |
+
dataset_size: 38806781
|
25 |
---
|
26 |
|
27 |
# Botox Injections (Before & After)
|