Spaces:
Sleeping
Sleeping
File size: 1,443 Bytes
7505508 34b6cfb 7505508 6abe54e 9fff519 705b15b 7505508 6f555e5 34b6cfb 7505508 34b6cfb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
sdk: gradio
emoji: ๐๏ธ
colorFrom: blue
colorTo: yellow
title: Artificer v1
short_description: Extracts product images, and measurements.
thumbnail: >-
https://cdn-uploads.huggingface.co/production/uploads/6495a514a4428a51351c114f/PNLrwbvOrMz54MOnfoux_.png
---
# ๐๏ธ Artificer: Image-to-blueprints generation for woodworking projects
Artificer's version 1 is a Gradio-based web application that extracts product images, measurements, and materials information from IKEA product pages.
## Features
- Extract high-resolution product images
- Get detailed product measurements
- Extract materials information
- Easy-to-use web interface
- Works with any IKEA product URL
## Demo
You can try the live demo on Hugging Face Spaces: [Artificer Demo](https://huggingface.co/spaces/RSHVR/Ikea-Extraction)
## Usage
1. Paste an IKEA product URL into the input field
2. Click "Extract Product Data"
3. View the extracted images, measurements, and materials information
## Development
The application is built with:
- Gradio 4.0+ for the web interface
- BeautifulSoup4 for HTML parsing
- Requests for fetching web pages
- Python 3.12+
## Hugging Face Spaces
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.
## License
[MIT License](LICENSE) |