This is the official implementation of Real-time Earthquake Detection and Phase-picking with multi-task Attention Network
trg_all.mp4
To run this repository, we suggest to install packages with Anaconda.
Clone this repository:
git clone https://github.com/tso1257771/RED-PAN.git
cd RED-PAN
Create a new environment via pip (suggested)
conda create --name redpan python==3.10.0
conda activate redpan
pip install -r requirements.txt
or via environment.yml
conda env create --file environment.yml
conda activate redpan