Spaces:
Running
Running
Sync from GitHub via hub-sync
Browse files- Dockerfile +2 -0
- README.md +15 -8
- 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 |

|
| 14 |
|
|
|
|
|
|
|
| 15 |
## Overview
|
| 16 |
|
| 17 |
-
This repository builds and deploys **AI Exposure & Employment Dashboard** —
|
| 18 |
-
for exploring monthly Swedish employment by occupation alongside
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
The dashboard
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
|
| 27 |
## Runtime Files
|
| 28 |
|
|
|
|
| 12 |
|
| 13 |

|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:483d52571ddb91659c560e1e2fb105972a45f3eb4a82a61b48d7b00c2b84dfee
|
| 3 |
+
size 169394
|