joseph-data commited on
Commit
e5eeadc
·
verified ·
1 Parent(s): 9184a2c

Sync from GitHub via hub-sync

Browse files
Files changed (3) hide show
  1. Dockerfile +2 -0
  2. README.md +15 -8
  3. data/scb_months_lvl1.parquet +2 -2
Dockerfile CHANGED
@@ -35,6 +35,8 @@ ENV PATH="/app/.venv/bin:$PATH"
35
  # Copy only what the app needs at runtime
36
  COPY app.py ./app.py
37
  COPY data ./data
 
 
38
 
39
  # Requirement for deployment at hf
40
  EXPOSE 7860
 
35
  # Copy only what the app needs at runtime
36
  COPY app.py ./app.py
37
  COPY data ./data
38
+ COPY logos ./logos
39
+ COPY _brand.yml ./_brand.yml
40
 
41
  # Requirement for deployment at hf
42
  EXPOSE 7860
README.md CHANGED
@@ -12,17 +12,24 @@ license: mit
12
 
13
  ![AI-Econ Lab logo](logos/lab.svg)
14
 
 
 
15
  ## Overview
16
 
17
- This repository builds and deploys **AI Exposure & Employment Dashboard** — a Shiny app
18
- for exploring monthly Swedish employment by occupation alongside DAIOE measures of AI
19
- exposure. The app is packaged with Docker and syncs to Hugging Face Spaces from the
20
- `main` branch.
 
 
 
 
 
21
 
22
- The dashboard reads `data/scb_months_lvl1.parquet`, filters observations by year, sex,
23
- occupation, AI exposure metric, and employment-change horizon, then shows summary value
24
- boxes (average AI exposure, median employment change, observation count), a Plotly
25
- scatter plot with an OLS trendline, and a filterable data table.
26
 
27
  ## Runtime Files
28
 
 
12
 
13
  ![AI-Econ Lab logo](logos/lab.svg)
14
 
15
+ **[Live app on Hugging Face Spaces](https://huggingface.co/spaces/joseph-data/app_months)**
16
+
17
  ## Overview
18
 
19
+ This repository builds and deploys the **AI Exposure & Employment Dashboard** — an
20
+ interactive Shiny app for exploring monthly Swedish employment by occupation alongside
21
+ **DAIOE** (Dynamic AI Occupational Exposure Index) scores.
22
+
23
+ **DAIOE** measures the potential applicability of AI to occupational content over time.
24
+ It tracks annual progress across nine AI subdomains (games, vision, language, speech)
25
+ and links capability advances to occupational requirements via O*NET abilities, weighted
26
+ by ability importance and social-skill intensity. It is a measure of AI *exposure*, not
27
+ adoption or automation probability. See the [AI-Econ Lab](https://www.ai-econlab.com/ai-exposure-daioe) for full methodology.
28
 
29
+ The dashboard filters observations by year, sex, occupation, DAIOE metric, and
30
+ employment-change horizon, then shows summary value boxes (average AI exposure, median
31
+ employment change, observation count), a Plotly scatter plot with an OLS trendline, and
32
+ a filterable data table.
33
 
34
  ## Runtime Files
35
 
data/scb_months_lvl1.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e022b2f932438566e431649210e8838551a400f10b3c109610bb3d83dcf7c0a
3
- size 167890
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:483d52571ddb91659c560e1e2fb105972a45f3eb4a82a61b48d7b00c2b84dfee
3
+ size 169394