This repository contains the code for the following three items:
fastsolv
: thefastsolv
python package which allows using the trainedfastsolv
model for solid solubility prediction (installable from PyPI viapip install fastsolv
).fastsolv_web
: thefastsolv_web
python package which serves a web-based version of thefastsolv
predictor, one instance of which is hosted at fastsolv.mit.edu.paper
: the original development code and models used for training thefastsolv
model, as described in 'Solid Solubility Prediction at the Limit of Aleatoric Uncertainty' by Attia, Burns, Doyle, and Green.
See the README.md
file within each directory for additional details.