Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1 KB

File metadata and controls

32 lines (23 loc) · 1 KB

GeoPressureLabel

This project downloads measurement label files from Zenodo records in the geolocator-dp community, extracts pressure and acceleration sensor data, and builds a neural network to predict label values from the measurements.

Features

  • Download and parse measurement files from Zenodo
  • Extract pressure and acceleration sensor data
  • Neural network for label prediction

Setup

  1. Ensure you have conda installed.
  2. Create the environment:
    conda env create -f environment.yaml
  3. Activate the environment:
    conda activate GeoPressureLabel

Usage

  • Run python download_data.py to fetch and process data.
  • Run python train_model.py to train the neural network.

References