FragDBnet commited on
Commit
d9056e0
·
verified ·
1 Parent(s): 386a93f

Add Use Cases section + intro before tier table (consistency with GitHub)

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -609,6 +609,8 @@ Community discussions attached to editorial articles, with threading support for
609
 
610
  ### Tier Availability
611
 
 
 
612
  | Tier | CSV Core | Parquet Datasets |
613
  |------|----------|------------------|
614
  | **$200 One-Time Core** | ✅ | ❌ |
@@ -637,6 +639,30 @@ news_comments = pq.read_table('news_comments.parquet').to_pandas()
637
 
638
  Full schema in [`SPEC.md`](SPEC.md).
639
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
640
  ### Full Database
641
 
642
  | | Sample | Full Database |
 
609
 
610
  ### Tier Availability
611
 
612
+ The parquet datasets ship with **all paid tiers except the $200 Core**:
613
+
614
  | Tier | CSV Core | Parquet Datasets |
615
  |------|----------|------------------|
616
  | **$200 One-Time Core** | ✅ | ❌ |
 
639
 
640
  Full schema in [`SPEC.md`](SPEC.md).
641
 
642
+ ### Use Cases
643
+
644
+ **CSV Core (all tiers):**
645
+ - **E-commerce** — Enrich product listings with detailed fragrance data, notes, accords
646
+ - **Mobile Apps** — Build fragrance collection managers, scent discovery apps, perfume catalog apps
647
+ - **Data Analysis** — Analyze fragrance industry trends by brand, country, perfumer, year
648
+ - **Recommendations** — Content-based or collaborative filtering systems using accord/note vectors
649
+ - **Multilingual UIs** — Localized perfume catalogs in 23 languages out of the box
650
+ - **Knowledge Graphs** — Brand → Perfumer → Fragrance → Notes → Accords graph construction
651
+ - **Market Research** — Country-of-origin analysis, parent company portfolios, perfumer productivity stats
652
+
653
+ **Parquet Datasets ($400+ tiers):**
654
+ - **NLP & Sentiment Analysis** — Train models on 4.6M multilingual fragrance reviews
655
+ - **Recommender Systems** — Hybrid models combining CSV structure with review text similarity
656
+ - **Language Models** — Domain-specific corpus for fragrance/perfumery LLM fine-tuning
657
+ - **Review Classification** — Identify positive/negative reviews, fake review detection
658
+ - **Trend Detection** — News article timeline analysis, emerging fragrance trends
659
+ - **Author Networks** — Identify influential reviewers, perfumery journalists, community leaders
660
+ - **Content-Based Discovery** — "Articles about this perfume" — JOIN news.related_pids with fragrances.pid
661
+ - **Community Analytics** — Reply networks, engagement metrics on editorial content
662
+ - **Cross-Language Studies** — Compare review sentiment across 23 languages for the same fragrance
663
+ - **Search Engines** — Full-text search across reviews, articles, and structured metadata
664
+ - **Knowledge Extraction** — Mine 24K editorial articles for perfume facts, launch dates, perfumer interviews
665
+
666
  ### Full Database
667
 
668
  | | Sample | Full Database |