Add-on for EFramework - democratize the use of AI/ML tools for Energy.
This repo is an adaptation of the 2D Self Supervised Seismic Denoising by Claire (Links: Paper, GitHub)
- Clone the repo
git clone https://github.com/RMiftakhov/EFramework
- Lauch a terminal in the EFramework folder
- Create a new conda enviroment
conda env create -f environment.yml
- Activate the enviroment
conda activate EFramework
cd ../
- Clone this repo
git clone https://github.com/RMiftakhov/EFramework-SeismicSelfDenoise2D
- Copy all the files from pages director
EFramework-SeismicSelfDenoise2D/pages/
toEFramework/pages/
- Copy all the folders from
EFramework-SeismicSelfDenoise2D/appdata/
toEFramework/appdata/
- Install
torch
for MacOSconda install pytorch torchvision torchaudio -c pytorch
for Windowsconda install pytorch torchvision torchaudio cpuonly -c pytorch
orconda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
- Goto folder
EFramework
- Run streamlit server
streamlit run Hello.py