Thermodynamics + Machine Learning
Predictions of thermodynamic properties for any substance based on hybrid thermodynamic models
Hybrid machine learning models to predict various thermodynamic properties - from phase equilibria to transport properties

Install MLThermoProperties.jl in Julia by
julia> using Pkg; Pkg.add("MLThermoProperties")MLThermoProperties.jl uses Clapeyron.jl as backend for the calculation of thermodynamic bulk properties and phase equilibria. The Clapeyron.jl documentation can be found here.
For transport properties, the methods from EntropyScaling.jl (see documentation) are employed.
The MLThermoProperties models and their usage are documented here.