A Streamlit-based visualization app for exploring topological deep learning neighborhoods, built on top of TopoBench.
- Python 3.10+
pip
git clone https://github.com/geometric-intelligence/topoexplorer.git
cd topoexplorerpython -m venv .venv
source .venv/bin/activatepip install -r requirements.txtThis installs:
torch(CPU build)topobench(from the geometric-intelligence/topobench GitHub repository)streamlit
streamlit run topoexplorer/neighborhood_explorer_app.pyThe app will open in your browser at http://localhost:8501.