Artedaut
commited on
Commit
•
ebdd0b2
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +130 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
Description: The Data Extractor Extension is a browser extension designed to
|
11 |
+
help users conveniently extract data from web pages and save it in Excel
|
12 |
+
format. The primary goal of the extension is to provide a tool for quick and
|
13 |
+
efficient data collection from websites, such as prices, links, images, and
|
14 |
+
more. The extension features an integrated interface for configuring and
|
15 |
+
managing the data extraction process, as well as storing a history of
|
16 |
+
requests for further analysis. Core Features Adding Input
|
17 |
+
Fields: Users can add new input fields for specifying CSS classes
|
18 |
+
and column names using the "Add Field" button. Fields include
|
19 |
+
options to specify a CSS class, column name, and whether to parse
|
20 |
+
links. Data Extraction: The "Extract Data" button allows users
|
21 |
+
to extract data from a web page based on the specified CSS classes.
|
22 |
+
Data can be extracted as text content, image URLs, or link URLs. Saving
|
23 |
+
Data in Excel Format: Extracted data is saved in Excel (.xlsx)
|
24 |
+
format, making it easy to analyze and process. Request History:
|
25 |
+
History keeps track of past requests, including the webpage URL, date and
|
26 |
+
time of the request, and field settings. Users can view the history
|
27 |
+
of requests and delete all records. Settings: Users can
|
28 |
+
configure extension settings through a dedicated settings page.
|
29 |
+
Settings allow for adjustments to data saving parameters and interface
|
30 |
+
display. Content Interaction: The "Add Field" and "Extract
|
31 |
+
Data" buttons interact directly with the web page via content
|
32 |
+
scripts. Users can enable or disable content scripts on the active
|
33 |
+
page. Minimize Window: A "Minimize" button allows users to
|
34 |
+
collapse the extension window to free up screen space. Additional
|
35 |
+
Features Import/Export Settings: The import and export
|
36 |
+
functions have been removed, as request history now serves as the storage
|
37 |
+
solution for data. Window Interaction: The extension window
|
38 |
+
opens with the content script when clicking the extension icon, ensuring
|
39 |
+
access to all features without closing the current tab. Link Parsing
|
40 |
+
Checkbox Functionality: Checkbox options for parsing links from web
|
41 |
+
pages have been added, allowing users to save data only from active links.
|
42 |
+
Ideas for Improvement UI/UX Enhancement: The interface can be
|
43 |
+
improved to enhance usability and design. Expanded Data Extraction
|
44 |
+
Capabilities: Support for additional data types or output formats
|
45 |
+
can be added. Automation and Scheduling: Implementing automatic
|
46 |
+
data extraction based on a schedule or specific events. Integration
|
47 |
+
with Other Services: Connecting to third-party services for further
|
48 |
+
data processing or automatic cloud storage. This description provides a
|
49 |
+
clear overview of the extension's functional capabilities and its purpose.
|
50 |
+
output:
|
51 |
+
url: images/_47ffcb56-76a9-437b-a928-00c1a329bea6.jpg
|
52 |
+
base_model: stabilityai/stable-diffusion-3-medium
|
53 |
+
instance_prompt: Parser, parser_data
|
54 |
+
|
55 |
+
---
|
56 |
+
# Data Extractor Extension
|
57 |
+
|
58 |
+
<Gallery />
|
59 |
+
|
60 |
+
## Model description
|
61 |
+
|
62 |
+
[extracts any data on the site by finding a CSS class
|
63 |
+
](Description:
|
64 |
+
The Data Extractor Extension is a browser extension designed to help users conveniently extract data from web pages and save it in Excel format. The primary goal of the extension is to provide a tool for quick and efficient data collection from websites, such as prices, links, images, and more. The extension features an integrated interface for configuring and managing the data extraction process, as well as storing a history of requests for further analysis.
|
65 |
+
Core Features
|
66 |
+
|
67 |
+
Adding Input Fields:
|
68 |
+
Users can add new input fields for specifying CSS classes and column names using the "Add Field" button.
|
69 |
+
Fields include options to specify a CSS class, column name, and whether to parse links.
|
70 |
+
|
71 |
+
Data Extraction:
|
72 |
+
The "Extract Data" button allows users to extract data from a web page based on the specified CSS classes.
|
73 |
+
Data can be extracted as text content, image URLs, or link URLs.
|
74 |
+
|
75 |
+
Saving Data in Excel Format:
|
76 |
+
Extracted data is saved in Excel (.xlsx) format, making it easy to analyze and process.
|
77 |
+
|
78 |
+
Request History:
|
79 |
+
History keeps track of past requests, including the webpage URL, date and time of the request, and field settings.
|
80 |
+
Users can view the history of requests and delete all records.
|
81 |
+
|
82 |
+
Settings:
|
83 |
+
Users can configure extension settings through a dedicated settings page.
|
84 |
+
Settings allow for adjustments to data saving parameters and interface display.
|
85 |
+
|
86 |
+
Content Interaction:
|
87 |
+
The "Add Field" and "Extract Data" buttons interact directly with the web page via content scripts.
|
88 |
+
Users can enable or disable content scripts on the active page.
|
89 |
+
|
90 |
+
Minimize Window:
|
91 |
+
A "Minimize" button allows users to collapse the extension window to free up screen space.
|
92 |
+
|
93 |
+
Additional Features
|
94 |
+
|
95 |
+
Import/Export Settings:
|
96 |
+
The import and export functions have been removed, as request history now serves as the storage solution for data.
|
97 |
+
|
98 |
+
Window Interaction:
|
99 |
+
The extension window opens with the content script when clicking the extension icon, ensuring access to all features without closing the current tab.
|
100 |
+
|
101 |
+
Link Parsing Checkbox Functionality:
|
102 |
+
Checkbox options for parsing links from web pages have been added, allowing users to save data only from active links.
|
103 |
+
|
104 |
+
Ideas for Improvement
|
105 |
+
|
106 |
+
UI/UX Enhancement:
|
107 |
+
The interface can be improved to enhance usability and design.
|
108 |
+
|
109 |
+
Expanded Data Extraction Capabilities:
|
110 |
+
Support for additional data types or output formats can be added.
|
111 |
+
|
112 |
+
Automation and Scheduling:
|
113 |
+
Implementing automatic data extraction based on a schedule or specific events.
|
114 |
+
|
115 |
+
Integration with Other Services:
|
116 |
+
Connecting to third-party services for further data processing or automatic cloud storage.
|
117 |
+
|
118 |
+
This description provides a clear overview of the extension's functional capabilities and its purpose.)
|
119 |
+
|
120 |
+
## Trigger words
|
121 |
+
|
122 |
+
You should use `Parser` to trigger the image generation.
|
123 |
+
|
124 |
+
You should use `parser_data` to trigger the image generation.
|
125 |
+
|
126 |
+
|
127 |
+
## Download model
|
128 |
+
|
129 |
+
|
130 |
+
[Download](/Artedaut/Parser/tree/main) them in the Files & versions tab.
|