Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
EQTransformer, a python package for earthquake signal detection and phase picking using AI.
| Date | Stars |
|---|---|
| 2026-07-24 | 413 |
| 2026-07-25 | 413 |
| 2026-07-28 | 413 |
| 2026-07-30 | 413 |
| 2026-08-06 | 413 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
 # An AI-Based Earthquake Signal Detector and Phase Picker           -------------- ## Description **EQTransformer** is an AI-based earthquake signal detector and phase (P&S) picker based on a deep neural network with an attention mechanism. It has a hierarchical architecture specifically designed for earthquake signals. **EQTransformer** has been trained on global seismic data and can perform detection and arrival time picking simultaneously and efficiently. In addition to the prediction probabilities, it can also provide estimated model uncertainties. The **EQTransformer** python 3 package includes modules for downloading continuous seismic data, preprocessing, performing earthquake signal detection, and phase (P & S) picking using pre-trained models, building and testing new models, and performing a simple phase association. Developer: S. Mostafa Mousavi ([email protected]) * [Links](#Links) * [Installation](#Installation) * [Tutorials](#Tutorials) * [Related Software Packages](#Related-Software-Packages) * [A Quick Example](#A-Quick-Example) * [Reference](#Reference) * [Test Set](#Test-Set) * [Contributing](#Contributing) * [Reporting Bugs](#Reporting-Bugs) * [Studies That Used EqT](#Some-of-the-studies-in-which-EqT-has-been-used) ----------- ## Links * Documentation: https://rebrand.ly/EQT-documentations * Paper: https://rdcu.be/b58li ----------------- ## Installation **EQTransformer** supports a variety of platforms, including macOS, Windows, and Linux operating systems. Note that you will need to have Python 3.x (3.6 or 3.7) installed. The **EQTransformer** Python package can be installed using the following options: #### Via Anaconda (recommended): conda create -n eqt python=3.7 conda activate eqt conda install conda-forge::obspy conda install -c smousavi05 eqtransformer ##### Note: sometimes you need to keep repeating executing the last line multiple time to succeed. #### Via PyPI: If you already have `Obspy` installed on your machine, you can get **EQTransformer** through PyPI: pip install EQTransformer #### From source: The sources for **EQTransformer** can be downloaded from the `GitHub repo`. ##### Note: the GitHub version has been modified for Tensorflow 2.5.0 You can either clone the public repository: git clone https://github.com/smousavi05/EQTransformer.git or (if you are working on Colab) pip install git+https://github.com/smousavi05/EQTransformer Once you have a copy of the source, you can cd to **EQTransformer** directory and install it with: python setup.py install If you have installed **EQTransformer** Python package before and want to upgrade to the latest version, you can use the following command: pip install EQTransformer -U ##### To install EqT on M1 laptop with python>=3.9 from the source (GitHub) code by changing tensorflow to tensorflow-maco in the setup.py and follow these steps: conda create -n eqt python=3.10 conda activa
Excerpt of 16,604 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7db5ac09072d51f0, topic:deep-learning, topic:neural-network
matched fp:7db5ac09072d51f0, topic:transformer