This repo contains dashboards for nanomesh. A dashboard is a web app to glance at and play with some data. They were developed using Streamlit.
Generate a 2D mesh | Calculate mesh metrics |
First, install the requirements:
pip install -r requirements.txt
To run:
- Generate a 2D mesh using this dashboard:
streamlit run .\meshing_dash.py
- Compare mesh metrics using this dashboard:
streamlit run .\metrics_dash.py