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.
- Download and parse measurement files from Zenodo
- Extract pressure and acceleration sensor data
- Neural network for label prediction
- Ensure you have conda installed.
- Create the environment:
conda env create -f environment.yaml
- Activate the environment:
conda activate GeoPressureLabel
- Run
python download_data.pyto fetch and process data. - Run
python train_model.pyto train the neural network.