AdianKhairOellegaard commited on
Commit
7c4fcac
·
verified ·
1 Parent(s): 9f6814c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FinalProjectAntarctis
2
+ # Code repository
3
+
4
+ This is the Hugging Face for Adian Khair Oellegaard, Jens Gorm Rytter, Markus Bligaard Winther, Phillip Nordfang, Silas Larsen. Here, we can structure and connect our work.
5
+
6
+ ## Description
7
+ This repository is for the Applied Machine Learning 2025- Antarctic ice sheet ice thickness project. A parquet datafile of different icesheet thickness measurements along with other features is made in the create_bedmap_dataset.ipynb file. Our ML models should be compared to the glaciological model BedMachine v3.7 which thickness predictions are given in the datafile in the column: 'ith_bm'.
8
+
9
+ (Note: The datafiles are uploaded to a separate repository, called finalprojectdata)
10
+ ## Getting Started
11
+
12
+ ### If you want to to hook up the repository directly to a folder:
13
+
14
+ Step 0:
15
+ Make sure you have a Hugging Face account where finalprojectantarctis is shared with you.
16
+
17
+ Step 1:
18
+ Go to the folder where you want the code stored.
19
+
20
+ Step 2: Open Git Bash in this folder and write:
21
+
22
+ pip install huggingface_hub
23
+
24
+ Step 3: Generate a key for your account
25
+ On Hugging Face go to settings->Access Tokens: Then give the key a name and select write role.
26
+
27
+ Step 4: Login to Huggin Face user through git bash:
28
+ huggingface-cli login
29
+
30
+ Step 5: Clone repository
31
+ git clone https://huggingface.co/finalprojectantarctis/Code
32
+
33
+
34
+ Upload/Update code file:
35
+ git add <codefilename>
36
+ git commit -m "quick description of update"
37
+ git push
38
+
39
+ Download code files:
40
+ git pull
41
+
42
+ (Ask ChatGPT (or someone in the group) if you get stuck)
43
+
44
+
45
+ ### Alternatively use browser
46
+ You can also download and add files to the repository through a browser with the link:
47
+ ### Dependencies
48
+
49
+ * Prerequisites for running the code should be written in requirements.txt
50
+
51
+ ## Authors
52
+
53
+ Adian Khair Oellegaard
54
+ Jens Gorm Rytter
55
+ Markus Bligaard Winther
56
+ Phillip Nordfang
57
+ Silas Larsen
58
+
59
+ ## Acknowledgments
60
+
61
+ Inspiration, code snippets, etc.