oaslananka / EQPulse

Real Time Earthquake Detection Sample wtih AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-Time Earthquake Detection Sample with AI

This repository contains a Python project for detecting earthquakes in real-time using artificial intelligence.

Overview

The project utilizes accelerometer data across three axes to predict seismic activity. It features real-time data collection, feature extraction, model training, and prediction.

Installation

Clone the repository and install the dependencies:

git clone https://github.com/oaslananka/RealTimeEarthquakeDetectionSamplewtihAI.git
cd RealTimeEarthquakeDetectionSamplewtihAI
pip install -r requirements.txt

Usage

Run the main application script:

python real_time_predictor.py

Contributing

Contributions are welcome! Please fork the repository and submit pull requests to the main branch.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Real Time Earthquake Detection Sample wtih AI

License:MIT License


Languages

Language:Python 100.0%