💫 Stellar Minesite
-
Create an environment & install the requirements using your favorite Python packaging tool:
# using uv uv venv source .venv/bin/activate uv pip install -r requirements.txt
-
Run the Streamlit app locally using the following command:
streamlit run Home.py