fsuarez commited on
Commit
7c9ee0d
·
1 Parent(s): 96372d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -2
README.md CHANGED
@@ -16,13 +16,49 @@ co2_eq_emissions:
16
  emissions: 1.6524320573590656
17
  ---
18
 
19
- # Model Trained Using AutoTrain
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  - Problem type: Multi-class Classification
22
  - Model ID: 86974143294
23
  - CO2 Emissions (in grams): 1.6524
24
 
25
- ## Validation Metrics
26
 
27
  - Loss: 0.079
28
  - Accuracy: 0.983
 
16
  emissions: 1.6524320573590656
17
  ---
18
 
19
+ 📒 image-classification-model
20
+
21
+ ## Web Element Classification Model
22
+
23
+ This model has undergone rigorous 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:
24
+
25
+ - **Button**: Identifying interactive buttons that users can click or tap on for various website functions.
26
+
27
+ - **Textfield**: Recognizing text input fields where users can type or enter information.
28
+
29
+ - **Checkbox**: Detecting checkboxes that users can select or deselect to make choices or indicate preferences.
30
+
31
+ - **Radiobutton**: Identifying radio buttons that allow users to choose a single option from a list.
32
+
33
+ - **Tables**: Recognizing tabular data structures that organize information in rows and columns.
34
+
35
+ - **AppBar**: Detecting app bars or navigation bars typically found at the top of webpages, often containing menus, search bars, or branding elements.
36
+
37
+ This extensive training equips the model with the ability to accurately classify these web elements.
38
+
39
+
40
+ # 🧪 Dataset Content
41
+
42
+ 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.
43
+
44
+
45
+ | Name | Quantity of images |
46
+ |--------------|--------------------|
47
+ | Button | 2934 |
48
+ | Textfield | 100 |
49
+ | Checkbox | 422 |
50
+ | Radiobutton | 466 |
51
+ | Tables | 100 |
52
+ | AppBar | 100 |
53
+
54
+
55
+ # 🤗 Model Trained Using AutoTrain
56
 
57
  - Problem type: Multi-class Classification
58
  - Model ID: 86974143294
59
  - CO2 Emissions (in grams): 1.6524
60
 
61
+ ## 📐 Validation Metrics
62
 
63
  - Loss: 0.079
64
  - Accuracy: 0.983