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: 28 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T05:46:37.000Z (over 2 years ago)
- Last Synced: 2025-10-07T18:52:09.680Z (8 months 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: 1
- Forks: 1
- 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 - Pie Chart Sample](https://github.com/app-generator/sample-streamlit) - Free starter provided by [AppSeed](https://appseed.us/)