Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)