Skip to content

Classify between natural Earthquakes and quarry Blasts

Notifications You must be signed in to change notification settings

JUNZHU-SEIS/CEB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Last updated: 3 Mar 2022

1. Install Anaconda and requirements

  • Download CEB repository
git clone https://github.com/JUNZHU-SEIS/CEB.git
cd CEB
  • Create CEB environment
conda create -n CEB
conda activate CEB
conda install pip
pip install -r requirements.txt

2. Pre-trained model

Located in directory: model/socal_classifier.h5

3. Batch prediction

See details in the notebook: example_batch_prediction.ipynb