Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/app-generator/sample-streamlit
Streamlit Sample - PIE Chart that loads data from external JSON | AppSeed
https://github.com/app-generator/sample-streamlit
chart-pie chart-pie-streamlit free-pie-chart json-chart json-pie-chart pie-chart pie-chart-sample pie-charts streamlit streamlit-application streamlit-dashboard streamlit-pie-chart streamlit-sample
Last synced: 11 days ago
JSON representation
Streamlit Sample - PIE Chart that loads data from external JSON | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/sample-streamlit
- Owner: app-generator
- Created: 2023-11-07T17:30:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T05:46:37.000Z (about 1 year ago)
- Last Synced: 2024-10-11T04:43:46.041Z (about 1 month ago)
- Topics: chart-pie, chart-pie-streamlit, free-pie-chart, json-chart, json-pie-chart, pie-chart, pie-chart-sample, pie-charts, streamlit, streamlit-application, streamlit-dashboard, streamlit-pie-chart, streamlit-sample
- Language: Python
- Homepage: https://github.com/app-generator/sample-streamlit
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Streamlit - Pie Chart Sample](https://github.com/app-generator/sample-streamlit)
Free Streamlit sample that loads the inputs from an external JSON and plot a PIE Chart.
# How to use it
> Install Modules via VENV
```bash
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt
```> Edit [Data.json](./data.json) (optional)
```bash
$ vi data.json
```> Start the `Streamlit` App
```bash
streamlit run dashboard.py
```Visit the app in the browser `http://localhost:8501`
![Streamlit Sample - Pie Charts loaded via an external JSON.](https://github-production-user-asset-6210df.s3.amazonaws.com/51070104/281136073-2884fb15-d078-4cb2-852c-d937b01edeae.jpg)
---
[Streamlit - Pie Chart Sample](https://github.com/app-generator/sample-streamlit) - Free starter provided by [AppSeed](https://appseed.us/)