A tool for predicting earthquakes over the next 30 years, utilizing historical data provided by USGS in a JSON format.
- Python 3.8+
- Jupyter Notebook or another Python environment
- Required libraries:
pandas,numpy
This project uses historical earthquake data in JSON format from USGS. The main attributes of interest include:
- Time
- Location (latitude and longitude)
- Depth
- Magnitude
If you'd like to contribute to the project, please fork the repository, make your changes, and open a pull request. All contributions are welcomed!
- Thanks to the USGS for providing the invaluable earthquake data set.
- IBM and TensorFlow documentation teams for their comprehensive guides and tutorials.