Skip to content

adosar/aidsorb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

306 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AIdsorb logo

Static Badge Static Badge GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub Actions Workflow Status coverage Docs PyPI App

AIdsorb is a Python package for deep learning on porous materials.

It is designed to automate the repetitive tasks common to deep learning workflows, allowing researchers to focus on developing and testing new ideas instead of writing boilerplate code.

IRMOF-1 Cu-BTC UiO-66

AIdsorb provides a unified, configuration-driven interface to:

  • πŸ› οΈ Generate input representations of materials.
  • πŸ—‚οΈ Prepare and manage datasets.
  • πŸ€– Train and fine-tune models with minimal boilerplate.
  • πŸ”¬ Build reproducible and repeatable deep learning workflows.

βš™οΈ Installation

Important

It is strongly recommended to perform the installation inside a virtual environment.

Assuming an activated virtual environment:

pip install aidsorb

πŸš€ Usage

Note

Refer to the πŸ“š Documentation for more information.

AIdsorb Intro

πŸ’‘ Questions and Contributing

Questions

If you have any questions about how to use AIdsorb, we encourage you to post them in the πŸ’¬ Discussions section of the repository.

Note

Please make sure to read the documentation carefully first before asking your question.

Contributing

We welcome contributions from the community! Please read our πŸ™Œ Contributing Guidelines before submitting PRs or opening issues.

πŸ“‘ Citing

  • To cite the software, please refer to the citation file or click the citation button.
  • To cite the paper, please use the following BibTeX entry:
Show BibTex entry
@article{Sarikas2024,
  title = {Gas adsorption meets geometric deep learning: points, set and match},
  volume = {14},
  ISSN = {2045-2322},
  url = {http://dx.doi.org/10.1038/s41598-024-76319-8},
  DOI = {10.1038/s41598-024-76319-8},
  number = {1},
  journal = {Scientific Reports},
  publisher = {Springer Science and Business Media LLC},
  author = {Sarikas,  Antonios P. and Gkagkas,  Konstantinos and Froudakis,  George E.},
  year = {2024},
  month = nov
}

βš–οΈ License

AIdosrb is released under the GNU General Public License v3.0 only.