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.
The main pymfe requirement is:
Python = 3.5
The installation can be done by following these steps:
git clone git@github.com: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
The GUI application can be run using the Makefile as follow:
make gui
- Bruno Pimentel - Initial work - bapimentel
- Edesio Alcobaça - Initial work - ealcobaca
See also the list of contributors who participated in this project.