You can access the publicly available version of the visualization online at https://archaeobotanical-data-visualizer.streamlit.app
If you prefer to run it locally, follow the steps below.
git clone https://github.com/joaomessiah/python-radar-visualization.git
cd python-radar-visualizationIt’s recommended to use a Python virtual environment (e.g. venv):
python -m venv .venv
source .venv/bin/activate # on Linux/Mac
.venv\Scripts\activate # on WindowsThen install all dependencies:
pip install -r requirements.txtLaunch the Streamlit interface:
streamlit run app.pyOnce the application is running, a link will appear in your terminal (usually starting with http://localhost:8501). Open that link in your browser to view the visualization.