The MLMD platform (Machine Learning for Material Design) for Material or Engineering aims at utilizing general and frontier machine learning algrithm to accelerate the material design with no-programming.
材料基因组工程理念的发展将会大幅度提高新材料的研发效率、缩短研发周期、降低研发成本、全面加速材料从设计到工程化应用的进程。 因此MLMD旨在为材料试验科研人员提供快速上手,无编程的机器学习算法平台,致力于材料试验到材料设计的一体化。
Check out help document for more information
https://ml4material.streamlit.app/
- Install anaconda.
- Create virtual envrionment
conda create -n MLMD python=3.9
- Install dependent libraries
pip install -r requirements.txt
- Run MLMD
streamlit run MLMD.py
MLMD platform is released under MIT License. See License for details