smousavi05 / EQTransformer

EQTransformer, a python package for earthquake signal detection and phase picking using AI.
https://rebrand.ly/EQT-documentations
MIT License
314 stars 149 forks source link

EQTransformer using Colaboratory #103

Closed maihao14 closed 2 years ago

maihao14 commented 2 years ago

Thanks for your amazing Python package EQTransformer. I noticed that installing EQT via Google Colab by: pip install git+https://github.com/smousavi05/EQTransformer will raise an error:

ERROR: Cannot install EQTransformer and eqtransformer==0.1.61 because these package versions have conflicting dependencies.

Thus, I upload a more detailed version of how to install EQT on Google Colab. I didn't do any change on the original repo but only in the newly uploaded Colab notebook: e.g., rewrite the package versions EQT specified about NumPy; add full folder directory of the pre-trained model file. And it will work successfully on Google Colab. Please take a look at it, and hope it would help.

smousavi05 commented 2 years ago

Thanks