fsuarez commited on
Commit
053eb98
·
1 Parent(s): 1151bf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -13
README.md CHANGED
@@ -18,7 +18,7 @@ co2_eq_emissions:
18
 
19
  ## 📒 image-classification-model
20
 
21
- This model has udergone training using the "image-classification" dataset, with a focus on multi-class classification to categorize specific segments of websites. Each segment corresponds to one of six potential features, encompassing a broad spectrum of web elements, including:
22
 
23
  - **Button**: Identifying interactive buttons that users can click or tap on for various website functions.
24
 
@@ -30,25 +30,22 @@ This model has udergone training using the "image-classification" dataset, with
30
 
31
  - **Tables**: Recognizing tabular data structures that organize information in rows and columns.
32
 
33
- - **AppBar**: Detecting app bars or navigation bars typically found at the top of webpages, often containing menus, search bars, or branding elements.
34
 
35
  This extensive training equips the model with the ability to accurately classify these web elements.
36
 
37
-
38
  # 🧪 Dataset Content
39
 
40
  The dataset is structured to facilitate the analysis of website components. It includes various types of objects commonly found on websites, such as buttons, text fields, checkboxes, radio buttons, tables, and app bars. Each object type is organized into its respective category within the dataset, allowing for precise classification.
41
 
42
-
43
- | Feature | Quantity of images |
44
- |--------------|--------------------|
45
- | Button | 2934 |
46
- | Textfield | 100 |
47
- | Checkbox | 422 |
48
- | Radiobutton | 466 |
49
- | Tables | 100 |
50
- | AppBar | 100 |
51
-
52
 
53
  # 🤗 Model Trained Using AutoTrain
54
 
 
18
 
19
  ## 📒 image-classification-model
20
 
21
+ This model has undergone training on the "image-classification" dataset, focusing on multi-class classification to categorize specific segments of websites. Each segment corresponds to one of six potential features, encompassing a broad spectrum of web elements, including:
22
 
23
  - **Button**: Identifying interactive buttons that users can click or tap on for various website functions.
24
 
 
30
 
31
  - **Tables**: Recognizing tabular data structures that organize information in rows and columns.
32
 
33
+ - **AppBar**: Detecting app bars or navigation bars typically found at the top of web pages, often containing menus, search bars, or branding elements.
34
 
35
  This extensive training equips the model with the ability to accurately classify these web elements.
36
 
 
37
  # 🧪 Dataset Content
38
 
39
  The dataset is structured to facilitate the analysis of website components. It includes various types of objects commonly found on websites, such as buttons, text fields, checkboxes, radio buttons, tables, and app bars. Each object type is organized into its respective category within the dataset, allowing for precise classification.
40
 
41
+ | Web Element Category | Quantity of images |
42
+ |----------------------|--------------------|
43
+ | Button | 2934 |
44
+ | Textfield | 100 |
45
+ | Checkbox | 422 |
46
+ | Radiobutton | 466 |
47
+ | Tables | 100 |
48
+ | AppBar | 100 |
 
 
49
 
50
  # 🤗 Model Trained Using AutoTrain
51