seedmanc commited on
Commit
22be750
1 Parent(s): 1d50f06

Update README.md

Browse files

what are licences

Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -1,14 +1,17 @@
1
  ---
2
- title: Laion Aesthetic Predictor
3
- emoji: 🎨
4
- colorFrom: red
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 3.6
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
  duplicated_from: Geonmo/laion-aesthetic-predictor
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
  ---
2
+ title: Batch Laion Aesthetic Predictor
3
+ emoji: 🏆
4
+ colorFrom: blue
5
+ colorTo: red
6
  sdk: gradio
7
+ sdk_version: 3.18.0
8
+ app_file: opp.py
9
+ pinned: true
 
10
  duplicated_from: Geonmo/laion-aesthetic-predictor
11
  ---
12
 
13
+ Computes several aesthetic scores statistics over a bunch of pictures (min, max, range, average, median, coeff. of variance), exporting the results in CSV.
14
+
15
+ Currently uses the sac+logos+ava1-l14-linearMSE.pth MLP trained on 224x224 images from CLIP checkpoint ViT-L/14. Should work on CPU and CUDA, though I can only test for CPU here.
16
+
17
+ [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1zTrHop7pStcCwPAUP_nekK1rp6lcppYx?usp=sharing) for more configurability (ViT-L/14@336px available) and free GPU acceleration.