A web-based viewer for Cryo-EM processing workflow metadata in YAML format.
To run the demo:
- Install the required dependency:
pip install streamlit pyyaml
- Launch the viewer, specifying the folder containing the metadata:
streamlit run viewer-cryoem-cnb.py -- -d /path/to/your/metadata
- Your default browser should automatically open the application. If not, you can access it manually at http://localhost:8501.