python -m venv .venv ..venv\Scripts\Activate.ps1 python -m pip install --upgrade pip python -m pip install -r requirements.txt python code\run_pipeline.py streamlit run code\app.py
Run this after python code\run_pipeline.py if you want data/ to show only organized folders instead of root-level generated files:
python code\clean_data_root.pyAfter cleanup, run the app normally:
streamlit run code\app.pypython code\validate_outputs.py