From 0757524b984ac69dc3e0f96b58b2f379310bfc23 Mon Sep 17 00:00:00 2001 From: Derisis13 Date: Sat, 5 Oct 2024 18:04:55 +0200 Subject: [PATCH] Feat: added Original dataset to gitignore to decrease repo size Feat: preliminary readme file --- .gitignore | 5 +++++ README.md | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 82f9275..1709720 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# Original Dataset +space_apps_2024_seismic_detection/ + + + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/README.md b/README.md new file mode 100644 index 0000000..197abda --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Demo submission of team PL LTD DM for Nasa Space Apps Challenge 2024 + +Hi! + + +## How to use + +0. Clone repo +1. Set up the requirements +3. Download and unzip the dataset provided by the hackathon +4. Run program +