Spaces:
Running
Running
File size: 1,041 Bytes
9cd5d9e 9a8d079 9cd5d9e e60c276 7f477b2 9cd5d9e 9a8d079 8b86767 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
title: State of the Union Analysis
emoji: 📊
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 4.42.0
app_file: app.py
pinned: false
license: mit
short_description: A data dashboard for all U.S. State of the Unions.
datasets:
- jsulz/state-of-the-union-addresses
models:
- Qwen/Qwen2.5-72B-Instruct
---
# State of the Union Analysis
This Space is a Gradio data dashboard for visualizing different aspects of State of the Union addresses over the years.
The data comes from a Hugging Face dataset - [jsulz/state-of-the-union-addresses](https://huggingface.co/datasets/jsulz/state-of-the-union-addresses). To read more about how the data was collected and transformed, visit the [dataset card](https://huggingface.co/datasets/jsulz/state-of-the-union-addresses).
The Space makes use of:
- Gradio
- Plotly (for the charts)
- nltk (to create an n-gram visualization)
- datasets (for loading the dataset from Hugging Face)
- [Quen2.5-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct) model for summarization
|