Skip to content

Python Package for Station Quality Analysis and Predicted Magnitude Based on Convolutional Neural Network

License

Notifications You must be signed in to change notification settings

hakimbmkg/LinduAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinduAI

Zenodo-DOI

Python Package for Station Quality Analysis and Predicted Magnitude Based on Convolutional Neural Network

Screen Shot 2022-01-04 at 15 31 46

Installation

Using Conda, make new env conda (*recommended)

conda create -n linduai python=3.8
pip install tensorflow==2.4.1

or clone for repository

git clone https://github.com/hakimbmkg/LinduAI
python setup.py install

or

Using pip

pip install linduai

Requirement

  • python 3.8
  • tensorflow 2.4.1
  • numpy
  • obspy
  • keras
  • librosa

Example

from LinduAI.main.modelmag import Modelsmag

Modelsmag.predictedmag('/your/path/CISI.IA_20090616044802.645_EV', 'input/your/models_mags')


* you can used model in folder example (LinduAI_Models)
* Mseed Event also in folder example

Cite as

Hakim, Arif Rachman and Widyadharma, Putu Hendra. (2022). LinduAI (1.0.0). Zenodo. https://doi.org/10.5281/zenodo.6785556
@software{hakim_arif_rachman_2022_6785556,
  author       = {Hakim, Arif Rachman and Widyadharma, Putu Hendra},
  title        = {LinduAI},
  month        = jun,
  year         = 2022,
  publisher    = {Zenodo},
  version      = {1.0.0},
  doi          = {10.5281/zenodo.6785556},
  url          = {https://doi.org/10.5281/zenodo.6785556}
}

About

Python Package for Station Quality Analysis and Predicted Magnitude Based on Convolutional Neural Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages