Spaces:
Sleeping
Sleeping
File size: 623 Bytes
e36f870 c27b543 e36f870 c27b543 e36f870 c27b543 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
title: Liquefaction Probability Calculator V1.0
emoji: π
colorFrom: blue
colorTo: red
sdk: streamlit
sdk_version: 1.29.0
app_file: app.py
pinned: false
---
# Liquefaction Probability Calculator V1.0
This application predicts liquefaction probability using a deep learning model that combines LSTM, Transformer, and FFT-based approaches.
## Description
The Liquefaction Probability Calculator takes soil, earthquake, and site data as input and predicts the probability of liquefaction occurrence. It also provides SHAP (SHapley Additive exPlanations) analysis to explain the model's predictions.
## Requirements |