materialsvirtuallab / megnet

Graph Networks as a Universal Machine Learning Framework for Molecules and Crystals
BSD 3-Clause "New" or "Revised" License
497 stars 155 forks source link

Web App #371

Closed alishbaimran closed 1 year ago

alishbaimran commented 1 year ago

Is there a way for me to access the web app and run the code for this locally?

shyuep commented 1 year ago

You can always clone this repo and run the MEGNet predictions locally using the code examples. That is basically what the web app does on the backend.

alishbaimran commented 1 year ago

I was hoping to see the interface and build on top of it. Is there a way to get access to the web app code (which includes the backend) as well?