Files
SeismStart/README.md

1.1 KiB

Demo submission of team Space Needle PL LTD DM for Nasa Space Apps Challenge 2024

This is the git repository containing all code, reports and results created by us. Below are instructions on how to interpret our results.

How to use

  1. Clone repo
  2. Set up the requirements (obspy, numpy, pandas, matplotlib, tqdm, tensorflow)
  3. Download and unzip the dataset provided by the hackathon into the root of the repository
  4. Run any of the pyhton files in the repository root or the the jupyter notebooks in ./preprocessed/lunar/data/

Results

  • A writeup can be found in space_apps_2024_seismic_detection.zip
  • Results against the training data can be found in training_report.json
  • Estimated start of events in the testing data can be found in lunar_test_arrivals.json
  • The results of the two ML algorithms implemented can be found in their respective jupyter notebooks