Skip to content
forked from liang-jacky/MLMD

A no-programming Machine Learning platform for Material Design

License

Notifications You must be signed in to change notification settings

003sunshine/MLMD

Repository files navigation

MLMD

The MLMD platform (Machine Learning for Material Design) for Material or Engineering aims at general and frontier machine learning algorithm with visualization. It is built on the traditional machine learning framework mostly based scikit-learn, which provides the machine learning in python.

Feature Engineering Regression Classification Active Learning
law law law law

Check out help document for more information

Remote access

https://ml4material.streamlit.app/

Local deploy

  1. Install anaconda.
  2. Create virtual envrionment
conda create -n MLMD python=3.9
  1. Install dependent libraries
pip install -r requirements.txt
  1. Run MLMD
streamlit run MLMD.py

License

MLMD platform is released under MIT License. See License for details

About

A no-programming Machine Learning platform for Material Design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%