rrighart commited on
Commit
bb763cb
β€’
1 Parent(s): bf54b06

reset readme according to config

Browse files
Files changed (1) hide show
  1. README.md +5 -34
README.md CHANGED
@@ -1,44 +1,15 @@
1
 
2
 
3
  ---
4
- title: color tags
5
- colorFrom: gray
6
- colorTo: purple
 
7
  sdk: gradio
8
- sdk_version: 3.1.4
9
  app_file: app.py
10
  pinned: false
11
  ---
12
 
13
- # Color tags
14
-
15
- ## An App classifying images on different colors
16
-
17
- App: https://huggingface.co/spaces/rrighart/color-tags
18
-
19
- Color tags are very useful for finding pictures on the web, such as in e-commerce applications.
20
- This App provides color tags for uploaded image files.
21
- The underlying model was trained using a basic Convolutional Neural Network and an EfficientNet, with the latter giving slightly better results [1](https://www.kaggle.com/code/rrighart/the-prediction-of-color-tags/data) .
22
-
23
- For training and validation, the Vehicles Color Recognition (VCoR) dataset was used, which has 15 colors classes [2](https://www.kaggle.com/datasets/landrykezebou/vcor-vehicle-color-recognition-dataset). A separate unseen testset has overall accuracy of 84%
24
- One goal of this project was to see if the model can generalizes to other kind of products and objects. For this purpose I have used Fashion Product Images [3](https://www.kaggle.com/datasets/paramaggarwal/fashion-product-images-small) and several test images show promising results.
25
-
26
- ## Contact
27
-
28
- Ruthger Righart
29
- Self-employed data scientist in machine learning and computer vision
30
- Email: rrighart@googlemail.com
31
- Web: https://www.rrighart.com
32
-
33
- ## References
34
-
35
- 1. https://www.kaggle.com/code/rrighart/the-prediction-of-color-tags/data .
36
-
37
- 2. https://www.kaggle.com/datasets/landrykezebou/vcor-vehicle-color-recognition-dataset
38
-
39
- 3. https://www.kaggle.com/datasets/paramaggarwal/fashion-product-images-small
40
-
41
-
42
-
43
 
44
 
1
 
2
 
3
  ---
4
+ title: Color Tags
5
+ emoji: 🌍
6
+ colorFrom: yellow
7
+ colorTo: indigo
8
  sdk: gradio
9
+ sdk_version: 3.2
10
  app_file: app.py
11
  pinned: false
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15