Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 510 Bytes

File metadata and controls

21 lines (16 loc) · 510 Bytes

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

Clean Data Folder View

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.py

After cleanup, run the app normally:

streamlit run code\app.py

python code\validate_outputs.py