Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,51 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- >-
|
| 7 |
+
beauty, cosmetics, skincare, ecommerce, structured data, product data, machine
|
| 8 |
+
learning, data analysis, recommendation system, ingredient analysis, clean
|
| 9 |
+
beauty, classification, pricing, natural language processing, dataset
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Beauty Product Dataset (Sample)
|
| 13 |
+
|
| 14 |
+
A sample dataset from **BeautyFeeds.io**, containing 500 structured beauty product records across categories like skincare, makeup, and haircare. This dataset is ideal for machine learning, data analysis, and ecommerce applications.
|
| 15 |
+
|
| 16 |
+
## 🧾 Dataset Features
|
| 17 |
+
|
| 18 |
+
Each product includes:
|
| 19 |
+
- Product name & brand
|
| 20 |
+
- Price, original price, discount
|
| 21 |
+
- INCI ingredient list
|
| 22 |
+
- Category hierarchy (category_1, category_2, ...)
|
| 23 |
+
- Stock status
|
| 24 |
+
- Product description
|
| 25 |
+
- Image link and product URL
|
| 26 |
+
|
| 27 |
+
## 🔍 AI & ML Interests
|
| 28 |
+
|
| 29 |
+
This dataset supports a variety of AI use cases:
|
| 30 |
+
- Product recommendation systems
|
| 31 |
+
- Ingredient-based clustering
|
| 32 |
+
- Price prediction
|
| 33 |
+
- NLP for product descriptions
|
| 34 |
+
- Clean beauty classification models
|
| 35 |
+
|
| 36 |
+
## 📥 Use Cases
|
| 37 |
+
|
| 38 |
+
- Build a skincare recommendation engine
|
| 39 |
+
- Analyze ingredient trends
|
| 40 |
+
- Tag products by claims (e.g., “vegan” or “fragrance-free”)
|
| 41 |
+
- Monitor pricing trends by category
|
| 42 |
+
|
| 43 |
+
## 📄 License
|
| 44 |
+
|
| 45 |
+
**CC BY-NC 4.0**
|
| 46 |
+
|
| 47 |
+
## 🌐 Source
|
| 48 |
+
|
| 49 |
+
This dataset is provided by [BeautyFeeds.io](https://beautyfeeds.io), a platform offering structured, weekly-updated beauty product data via API or downloadable formats.
|
| 50 |
+
|
| 51 |
+
---
|