dgbpy
is a framework for research and deployment of machine learning models from seismic and well data.
With pipenv:
pipenv install git+https://github.com/OpendTect/dgbpy.git#egg=dgbpy
With pip:
pip3 install git+https://github.com/OpendTect/dgbpy.git
After that just import dgbpy
:
import dgbpy
To get the developer version, run
git clone --recursive https://github.com/OpendTect/dgbpy.git
Please cite dgbpy
in your publications if it helps your research.
Huck A., and Mogg W., Ibrahim O. dgbpy library for seismic interpretation with deep learning. 2019.
@misc{dgbpy_2019,
author = {A. Huck and W. Mogg and O. Ibrahim},
title = {dgbpy library for seismic interpretation with deep learning},
year = 2019
}