This repository contains a Python project for detecting earthquakes in real-time using artificial intelligence.
The project utilizes accelerometer data across three axes to predict seismic activity. It features real-time data collection, feature extraction, model training, and prediction.
Clone the repository and install the dependencies:
git clone https://github.com/oaslananka/RealTimeEarthquakeDetectionSamplewtihAI.git
cd RealTimeEarthquakeDetectionSamplewtihAI
pip install -r requirements.txt
Run the main application script:
python real_time_predictor.py
Contributions are welcome! Please fork the repository and submit pull requests to the main branch.
This project is licensed under the MIT License - see the LICENSE file for details.