Skip to content

A github containing the code for the MOF porosity prediction tool

License

Notifications You must be signed in to change notification settings

lrcfmd/LMDS_MOF_Porosity_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Prediction of Metal Organic Framework Porosity

A Flask web app hosting a model produced for the prediction of Metal organic framework (MOF) porosity. This is a web app version of a model which has been published.

This can be used as is or as an example of creating a basic flask app for a machine learning model (or any function that takes in two inputs and returns an output)

In order to run this you must first decompress the model files. We use 7zip as it was the only compression algorithm to compress files to less than github's 25mb limit You may need to install p7zip first:

$ sudo apt install p7zip-full

Then extract the files:

$ 7z x app/model_M1.7z -oapp
$ 7z x app/model_M2.7z -oapp
$ 7z x app/model_M3.7z -oapp

About

A github containing the code for the MOF porosity prediction tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published