Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.15 KB

readme.md

File metadata and controls

31 lines (20 loc) · 1.15 KB

Nanomesh dashboards

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.

Using nanomesh in your browser

Generate a 2D mesh Calculate mesh metrics
Generate a 2D mesh Calculate mesh metrics

Running locally

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