Mountain Guardian is a real-time Avalanche detection software equipped with report generation capabilities, polygon drawing tool and dynamic heatmaps.
Mountain Guardian is a sophisticated system designed to provide real-time avalanche detection and analysis. It harnesses the power of various technologies and data sources to offer a comprehensive solution for monitoring and understanding avalanche conditions. Here's a breakdown of the main features:
-
Real time satellite Data Acquisition:
-
Geospatial Filtering:
-
Polygon Drawing Tool:
-
Report Generation:
-
Analytics Dashboard:
-
Frontend:
- React
- React Three Fiber
- Tailwind CSS and MaterialUI
- React-Google-Maps library
- Leaflet
-
Backend:
- Flask
-
Machine Learning:
- TensorFlow/Keras
The machine learning aspect of Mountain Guardian utilizes various techniques, including change detection, LSTM (Long Short-Term Memory), and ResNet models implemented using TensorFlow/Keras. These models are responsible for analyzing the satellite data and providing real-time avalanche risk predictions.
To get started, see Requirements and Installation. See Usage for a comprehensive feature overview.
- Node.js (v14.17.0 or higher)
- Python (v3.7 or higher)
- Java Development Kit (JDK) 11
- TensorFlow (v2.0 or higher)
-
Clone the project repository:
$ git clone https://github.com/rawalabhinav/mountain-guardian.git
-
Navigate to the project directory:
$ cd Mountain-Guardian
-
Install frontend dependencies:
$ cd frontend $ npm install
-
Install backend dependencies:
$ cd ../backend $ ./mvnw clean install
-
Set up the machine learning environment:
-
Configure the project:
- Create a
.env
file in the root directory and add necessary environment variables (eg. your Google Maps API Key asREACT_APP_MAP_API_KEY = PASTE_YOUR_KEY_HERE
) - Update the backend application properties in
application.properties
.
-
Start the frontend and backend:
# Start the frontend $ cd ../frontend $ npm start # Start the backend $ cd ../backend $ ./mvnw spring-boot:run
We welcome contributions to the Mountain Guardian project. If you're interested in contributing, please read our Contribution Guidelines and follow the instructions provided.
Mountain Guardian is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.