Skip to content

acse-efk23/WebAI

Repository files navigation

WebAI

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.

Usage


  1. Clone the repository:
git clone https://github.com/acse-efk23/webai.git
  1. Change directory:
cd webai
  1. Create an environment (-m means run as a module):
python -m venv .venv
  1. Activate the environment:
.venv\Scripts\activate
  1. Install the requirements:
pip install -r requirements.txt
  1. Install the deepdown package:
pip install .
  1. Install the web plugins package:
cd web_plugins
pip install .
  1. Select the browser to view the web app:
cd ..
webviz preferences --browser chrome
  1. Run the application (viewed in local host):
webviz build configuration.yaml

Web Application


Web Application Gif

Deep Learning Architecture


Neural Network Architecture Figure

Comparison with Physics-Based Simulation


AI Predictions vs Physics Simulation Figure

Acknowledgements


The web application is built through an open source Python package developed by Equinor which can be found here.

About

Web interface for AI applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages