Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.19 KB

drawing

Alchemist

The Alchemist uses a pool of optimization algorithms and machine learning models to search for viable glass compositions for a given glass transition temperature (Tg) value.

Dependencies

The main pymfe requirement is:

Python = 3.5

Installation

The installation can be done by following these steps:

git clone [email protected]:ealcobaca/Glass-Generator.git
cd Glass-Generator
python3.5 -m venv env3.5/
source env3.5/bin/activate
pip install -r requirements.txt

or you can use the Makefile

make install

Run

The GUI application can be run using the Makefile as follow:

make gui

Alchemist

Authors

See also the list of contributors who participated in this project.