nicovlr commited on
Commit
5aaeae2
Β·
verified Β·
1 Parent(s): 52c4ca4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -19
README.md CHANGED
@@ -6,9 +6,10 @@ colorTo: indigo
6
  sdk: gradio
7
  sdk_version: "5.29.0"
8
  app_file: app.py
9
- pinned: false
10
  license: mit
11
- short_description: "Explore how AI reshapes the global economy"
 
12
  tags:
13
  - economics
14
  - ai-impact
@@ -22,33 +23,66 @@ tags:
22
  - onet
23
  - workforce
24
  - career
 
 
 
 
 
 
25
  ---
26
 
27
  # AI Economic Pulse
28
 
29
- Interactive explorer for the [Anthropic Economic Index](https://www.anthropic.com/economic-index) β€” the most comprehensive dataset on real-world AI usage in the economy.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  ## Features
32
 
33
- - **Search Your Job** β€” Find any of 800+ occupations and get an AI exposure report
34
- - **Rankings** β€” See which jobs are most and least exposed to AI
35
- - **Global Map** β€” Geographic distribution of AI adoption worldwide
36
- - **AI Usage Patterns** β€” How people use AI: collaboration, use cases, task success
37
- - **API & Enterprise** β€” How businesses use AI in production
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
- ## Data
40
 
41
- Built on the Anthropic Economic Index dataset, which tracks real-world AI usage from millions of Claude conversations. Unlike theoretical predictions, this data shows what people *actually* use AI for.
42
 
43
- | Source | What it measures |
44
- |--------|-----------------|
45
- | Job Exposure (800+ jobs) | Which occupations are most exposed to AI |
46
- | Task Penetration | O*NET task-level AI usage rates |
47
- | Claude.ai Usage (96MB) | Consumer AI usage by country, task, collaboration pattern |
48
- | API Usage (44MB) | Enterprise AI usage with cost and token metrics |
49
 
50
- ## Tech
51
 
52
- Gradio + Plotly + Pandas. All data processed on CPU free tier.
53
 
54
- **Data**: [Anthropic](https://anthropic.com) (CC-BY) | **Dashboard**: [nicovlr](https://huggingface.co/nicovlr)
 
 
 
 
6
  sdk: gradio
7
  sdk_version: "5.29.0"
8
  app_file: app.py
9
+ pinned: true
10
  license: mit
11
+ short_description: "Will AI take your job? Find out with real data"
12
+ suggested: true
13
  tags:
14
  - economics
15
  - ai-impact
 
23
  - onet
24
  - workforce
25
  - career
26
+ - trending
27
+ - featured
28
+ - ai-economics
29
+ - future-of-work
30
+ - claude
31
+ - machine-learning
32
  ---
33
 
34
  # AI Economic Pulse
35
 
36
+ **Will AI take your job?** Search 756 occupations and find out β€” powered by real data from millions of Claude conversations.
37
+
38
+ [Try it now](https://huggingface.co/spaces/nicovlr/ai-economic-pulse) | Built on the [Anthropic Economic Index](https://www.anthropic.com/economic-index)
39
+
40
+ ![AI Economic Pulse](https://img.shields.io/badge/Data-Anthropic_Economic_Index-D97757) ![Occupations](https://img.shields.io/badge/756-Occupations_Tracked-blue) ![License](https://img.shields.io/badge/License-MIT-green)
41
+
42
+ ## What is this?
43
+
44
+ The first interactive dashboard for the **Anthropic Economic Index** β€” the only dataset based on observed AI usage from millions of real conversations, not theoretical predictions.
45
+
46
+ Type your job title and instantly see:
47
+ - Your **AI exposure score** (how much AI is used in your field)
48
+ - Whether AI is **replacing** or **augmenting** your work
49
+ - How you compare to **756 other occupations**
50
+ - A **global map** of AI adoption by country
51
 
52
  ## Features
53
 
54
+ | Tab | What you get |
55
+ |-----|-------------|
56
+ | **Search Your Job** | Personalized AI exposure report for any occupation |
57
+ | **Rankings** | Top/bottom jobs by AI exposure, interactive charts |
58
+ | **Global Map** | World choropleth of AI adoption by country |
59
+ | **AI Usage Patterns** | Collaboration, use cases, task success rates |
60
+ | **API & Enterprise** | How businesses use AI in production |
61
+
62
+ ## The Data
63
+
64
+ Built on **620K+ rows** of real-world data from the Anthropic Economic Index:
65
+
66
+ | Source | Size | What it measures |
67
+ |--------|------|-----------------|
68
+ | Job Exposure | 756 jobs | AI exposure score per occupation |
69
+ | Task Penetration | 18K tasks | O*NET task-level AI penetration |
70
+ | Claude.ai Usage | 96 MB | Consumer usage by geography, task, collaboration |
71
+ | API Usage | 44 MB | Enterprise usage with cost and token metrics |
72
+
73
+ **Data period**: February 2026 (5th release) | **License**: CC-BY
74
 
75
+ ## Why this matters
76
 
77
+ Everyone asks "Will AI take my job?" β€” this is the first tool that answers with **real data**, not speculation. Built on observed usage from millions of Claude conversations across the global economy.
78
 
79
+ ## Tech Stack
 
 
 
 
 
80
 
81
+ Gradio + Plotly + Pandas + RapidFuzz. Runs entirely on CPU free tier.
82
 
83
+ ## Links
84
 
85
+ - [Anthropic Economic Index](https://www.anthropic.com/economic-index)
86
+ - [Raw Dataset](https://huggingface.co/datasets/Anthropic/EconomicIndex)
87
+ - [Research Paper](https://arxiv.org/abs/2503.04761)
88
+ - Built by [nicovlr](https://huggingface.co/nicovlr)