Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 450 Bytes

pmap-tool

Streamlit app to create perceptual maps, powered by 🐍 Python.

Libraries powering the tool:

  • streamlit as application framework
  • prince for running Correspondence Analysis (perceptual maps)
  • factor-analyzer for rotation support
  • pandas for data handling
  • openpyxl for excel support
  • altair for visualizations

Launch app

To run locally:

streamlit run app.py