You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
st.markdown("I am **fascinated** by artificial intelligence and its applications in the oil and gas industry. I've spent the **5+** years learning, teaching, building, and deploying AI-based solutions for seismic interpretation, geological modeling, and reservoir simulation.", unsafe_allow_html=True)
32
+
st.markdown("In 2021, I started a YouTube channel where I cover all aspects of our industry (drilling, exploration, production, and reservoir) as well as hands-on AI/ML programming using Python and Tensorflow/PyTorch")
33
+
col1.markdown("The list of [Datasets](https://ruslanmiftakhov.com/blog#!/tfeeds/937619882821/c/Datasets) and [Tools](https://ruslanmiftakhov.com/blog#!/tfeeds/937619882821/c/Tools) I am updading from time to time on my website")
st.markdown('This app includes some of the best **open-source** O&G AI/ML tools so that you may test them out on your own data. \
48
+
In most cases, I will include code that allows you to input the sample data *(or your own)*, perform the computation, and save the results in each application.')
49
+
50
+
col11, col22, col33=st.columns(3)
51
+
col11.markdown("""**Open AI/ML Algorithms**
52
+
- 2D Self Supervised Denoising by [Claire](https://cebirnie92.github.io/) (Links: [GitHub](https://github.com/swag-kaust/Transform2022_SelfSupervisedDenoising) and [YouTube](https://youtu.be/d9yv90-JCZ0))✔️
53
+
- 3D Seismic Fault Segmentation
54
+
- 3D Seismic Denoising+SuperResolution
55
+
- 2D/3D Seismic Facies Prediction
56
+
- 3D Salt/Karst Delineation
57
+
- Reconstruction of Missing Seismic Data
58
+
- Neural Network for Acoustic Impedance prediction
59
+
- Well-Log Lithology Prediction
60
+
- Well-Log Synthesis
61
+
- Well-to-well correlation
62
+
- Centimeter-Scale Lithology and Facies Prediction using Core Images
63
+
- First-Break Picking
64
+
- and many more... """)
65
+
col22.markdown("""**Import**
66
+
- 2D/3D Post-Stacked Seismic import with SegyIO ✔️
67
+
- 2D Post-Stacked Seismic import as Numpy Array ✔️
68
+
- 3D Post-Stacked Seismic import as Numpy Array
69
+
- Well-Log data
70
+
- Well Trajectory data
71
+
- Surface data (attributes, horizon, ...)
72
+
- ...""")
73
+
col33.markdown("""**Visualization**
74
+
- 2D Seismic with user-defined colormap ✔️
75
+
- 3D Interactive Seismic(section view) with user-defined colormap ✔️
76
+
- Spectrum Frequency Plot ✔️
77
+
- ...""")
78
+
79
+
80
+
81
+
image=Image.open('images/Check Out My AIML Solutions.png')
0 commit comments