Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Final Submission Requirements,

The deadline for submission is 23:59 CET on 30th November 2023

The final submission of GeoHackathon 2023 should contain the following Items. Each team
should submit 2 compressed files.

File 1 should contain the report (PDF format, 1000-1500 words) and the video pitch (5 minutes).

File 2 should contain all the Python files.

Therefore, please create 2 folders. Name the folders as "team name_PY" (contains all python
files), and "team name_RV" (contains the report and the video). For example GEOHack_PY, and
GEOHack_RV.

• Please put each item in the corresponding folder. Then compress each folder (.zip, .rar) and
submit your compressed files via the link below.

Final submission link: https://forms.gle/gEXwk8bNkaqFv6i38

• The size limit for each compressed file is 1GB. Please let us know if more space is required.

• If you need to amend or update your responses, please version your submission files (such as
using "V2" at the end of your files names. such as GEOHack_PY_V2, and GEOHack_RV_V2). We
will only look at the latest version for the assessment.

Further requirements for each item can be found in the table below.

No Item Description/requirements

This should be a high level report to management report, which


describes:
● What you did and how you did it.
● Which software, filters, plugins, packages, etc. were used in
1000-1500 which order to solve the assignment.
1 words report, ● A short description of what didn’t work may be added.
PDF format ● A summary of the results and what level of confidence did you
get with the training data set.
● How long does it take to run your algorithms?
● Graphics can be added to clarify the process that you followed
Please present the method of your work and the results in a 5 minute
5 minutes video. Please keep the size of the video less than 50 MB.
2 presentation Video should be a pictorial presentation with commentary of what was
video in the report.

This item should contain all the following Python files,

a) A python code file that imports the data, trains the model and exports the
final ML model.

b) The final pre-trained ML model that can be used on its own. The file should
be named as “model”.

c) A python code file that gets the pre-trained ML as input, as well as the
The Python testing dataset, and produces the results exported in the same folder.
3
files
Other requirements are as follows:

● The code should be commented to make the code to be understood


on its own. It has to be formatted to PEP 8.
● Only open source libraries are accepted for this Hackathon
(commercial libraries are not accepted). It would be preferred to have
all the libraries imported in the beginning of the code.
● For running, the code should refer to a folder where all the data
provided for the challenge will be located (C:\GeoHackaton2023).

Please download the dataset using the following link:

https://drive.google.com/drive/folders/1XdhgGQINYJRe7elLAE5_hGxUyyMNP88b?usp=sharing

You might also like