Skip to content

Dashboard application to explore statistical features of the molecular datasets contained in the WS22 database.

License

Notifications You must be signed in to change notification settings

maxjr82/ws22-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WS22 database: towards configurationally diverse molecular datasets

python version Streamlit

This repository contains a dashboard application developed with Streamlit to facilitate the preliminary data exploration of the molecular datasets available in the WS22 database hosted in the ZENODO repository (https://doi.org/10.5281/zenodo.7032333). The dashboard provides an interactive framework for the users to easily navigate through the data by visualizing the molecular conformations and anticipating statistical insights via histograms and boxplots of the quantum chemical properties and geometrical features stored in the datasets.

Requirements

The dashboard was designed to work with Python3 (tested with version 3.8.1). In addition to the Streamlit application, one needs to install the following Python packages:

  • ase (Atomic Simulation Environment)
  • numpy
  • pandas
  • plotly
  • py3Dmol
  • requests

How to use

To run the dashboard locally, one needs first to download the application from this GitHub repository, and then run the provided Python script directly from a Linux terminal as follows:

$ streamlit run app/dashboard.py

It is not necessary to download the datasets to the local machine to run the application. The data will be read directly from the ZENODO repository.

About

Dashboard application to explore statistical features of the molecular datasets contained in the WS22 database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages