Visualize Equalify CSV Output
Steps
- Download output from Equalify.
- Name the output file
input.csv
and place it in the project directory. - (Optional but recommended) Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
- Install required dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run equalify-csv-visualizer.py