Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ datasets:
|
|
| 6 |
|
| 7 |
# TinyAestheticNet
|
| 8 |
|
| 9 |
-
##
|
| 10 |
|
| 11 |
To measure creativity in paintings, this study utilizes a dataset consisting of 878 open-access modern art paintings. Each artwork was rigorously evaluated by 3 fine arts experts specializing in painting. The experts reached a consensus to score the artworks on a scale of 1 to 10 across 5 distinct criteria:
|
| 12 |
* **K1:** Originality
|
|
@@ -17,7 +17,7 @@ To measure creativity in paintings, this study utilizes a dataset consisting of
|
|
| 17 |
|
| 18 |
The dataset features a well-balanced distribution, with an almost equal representation of scores across the 1 to 10 scale for each criterion.
|
| 19 |
|
| 20 |
-
##
|
| 21 |
|
| 22 |
```bash
|
| 23 |
pip install torch torchvision git+https://github.com/openai/CLIP.git huggingface_hub
|
|
@@ -75,10 +75,10 @@ for c, s in zip(criteria, scores):
|
|
| 75 |
print(f"{c}: {s:.2f}/10")
|
| 76 |
```
|
| 77 |
|
| 78 |
-
##
|
| 79 |
|
| 80 |

|
| 81 |
|
| 82 |
-
##
|
| 83 |
|
| 84 |

|
|
|
|
| 6 |
|
| 7 |
# TinyAestheticNet
|
| 8 |
|
| 9 |
+
## Data
|
| 10 |
|
| 11 |
To measure creativity in paintings, this study utilizes a dataset consisting of 878 open-access modern art paintings. Each artwork was rigorously evaluated by 3 fine arts experts specializing in painting. The experts reached a consensus to score the artworks on a scale of 1 to 10 across 5 distinct criteria:
|
| 12 |
* **K1:** Originality
|
|
|
|
| 17 |
|
| 18 |
The dataset features a well-balanced distribution, with an almost equal representation of scores across the 1 to 10 scale for each criterion.
|
| 19 |
|
| 20 |
+
## Model
|
| 21 |
|
| 22 |
```bash
|
| 23 |
pip install torch torchvision git+https://github.com/openai/CLIP.git huggingface_hub
|
|
|
|
| 75 |
print(f"{c}: {s:.2f}/10")
|
| 76 |
```
|
| 77 |
|
| 78 |
+
## Performance
|
| 79 |
|
| 80 |

|
| 81 |
|
| 82 |
+
## Explainability
|
| 83 |
|
| 84 |

|