This web application features a range of AI functionalities, including data loading, processing, training, and prediction. Originally developed for estimating subsurface CO2 flow simulations, the package is currently being expanded to accommodate a variety of applications.
Function API can be found here.
- Clone the repository:
git clone https://github.com/acse-efk23/webai.git
- Change directory:
cd webai
- Create an environment (
-m
means run as a module):
python -m venv .venv
- Activate the environment:
.venv\Scripts\activate
- Install the requirements:
pip install -r requirements.txt
- Install the deepdown package:
pip install .
- Install the web plugins package:
cd web_plugins
pip install .
- Select the browser to view the web app:
cd ..
webviz preferences --browser chrome
- Run the application (viewed in local host):
webviz build configuration.yaml
The web application is built through an open source Python package developed by Equinor which can be found here.