/magicplotter

Streamlit App to create interactive visualizations

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MagicPlotter

Use this Streamlit app to create interactive visualizations from your data in minutes.

Check it out on   st badge

Below you can find a demo on how to use the app.

magicplotter_demo.mp4

Running the app locally

git clone https://github.com/pedromasb/magicplotter.git
cd magicplotter
pip install -r requirements.txt

# Downgrade the streamlit version to avoid problems when uploading data files locally
pip install --upgrade streamlit==1.29.0

streamlit run Hello.py