RSHVR commited on
Commit
34b6cfb
·
verified ·
1 Parent(s): e394cc1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -10
README.md CHANGED
@@ -1,13 +1,51 @@
1
- ---
2
- title: Ikea Extraction
3
- emoji: 📉
4
- colorFrom: gray
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 5.27.1
8
  app_file: app.py
9
- pinned: false
10
- short_description: Extracts product images and measurements given an Ikea URL
11
- ---
 
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```
2
+ title: Artificer v1 - IKEA Product Image and Measurements Extractor
3
+ emoji: 🛋️
4
+ colorFrom: blue
5
+ colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: 4.0.0
8
  app_file: app.py
9
+ short_description: Artificer's version 1 is a Gradio-based web application that extracts product images, measurements, and materials information from IKEA product pages.
10
+ pinned: true
11
+ license: mit
12
+ ```
13
 
14
+ # 🛋️ Artificer: Image-to-blueprints generation for woodworking projects
15
+
16
+ Artificer's phase 1 is a Gradio-based web application that extracts product images, measurements, and materials information from IKEA product pages.
17
+
18
+ ## Features
19
+
20
+ - Extract high-resolution product images
21
+ - Get detailed product measurements
22
+ - Extract materials information
23
+ - Easy-to-use web interface
24
+ - Works with any IKEA product URL
25
+
26
+ ## Demo
27
+
28
+ You can try the live demo on Hugging Face Spaces: [Artificer Demo](https://huggingface.co/spaces/RSHVR/Ikea-Extraction)
29
+
30
+
31
+ ## Usage
32
+
33
+ 1. Paste an IKEA product URL into the input field
34
+ 2. Click "Extract Product Data"
35
+ 3. View the extracted images, measurements, and materials information
36
+
37
+ ## Development
38
+
39
+ The application is built with:
40
+ - Gradio 4.0+ for the web interface
41
+ - BeautifulSoup4 for HTML parsing
42
+ - Requests for fetching web pages
43
+ - Python 3.12+
44
+
45
+ ## Hugging Face Spaces
46
+
47
+ To deploy this application on Hugging Face Spaces, the repository includes a `spaces.yml` configuration file that sets up the environment and dependencies. Copy the contents of this file and paste them at the top of your README.md file.
48
+
49
+ ## License
50
+
51
+ [MIT License](LICENSE)