Challenge Project

Team BearingPoint - Nicht versiegelte Flächen

⛶  Fullscreen ↓  Download 📂 Demo

data_hackdays

Description

Setup

Cloning Repository in ML Studio

git config --global user.name 'your username here'
git config --global user.email 'your email here'

Generate an ssh key: bash ssh-keygen -t ed25519 -C "your_email@example.com" Save the key in your home directory.

Use the following command to see your public ssh key: bash cat ~/.ssh/id_ed25519.pub

In your github page, go to settings > SSH and GPG Keys Here add your ssh key that you copied to the clipboad in the step prior. Type yes (the whole word) and press enter and you are done

Test you ssh connection by using this command: bash ssh -T git@github.com

Conda Environment Setup

To setup the conda environment, run the following command:

$ create_conda_env.sh

Use the following command to activate the created conda environment:

$ conda activate vision

Visual Studio Code

Visual Studio Code allows to edit and run files on Azure.

Add your own debugging configuration to the launch.json file.

example:

    "configurations": [
        {
            "name": "FlosConfig",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal",
            "python": "/anaconda/envs/vision/bin/python",
            "cwd": "~/cloudfiles/code/Users/florian.sonderegger/data_hackdays",
            "justMyCode": true
        }
    ]
This content is a preview from an external site.
 

Event finished

Event started

 
Alle Teilnehmer*innen, Sponsor, Partner, Freiwilligen und Mitarbeiter*innen unseres Hackathons sind verpflichtet, dem Hack Code of Conduct zuzustimmen. Die Organisatoren werden diesen Kodex während der gesamten Veranstaltung durchsetzen. Wir erwarten die Zusammenarbeit aller Teilnehmer*innen, um eine sichere Umgebung für alle zu gewährleisten.

Tous les participant-es, sponsors, partenaires, bénévoles et collaborateur-es de notre hackathon sont tenus d'accepter le Hack Code of Conduct. Les organisateurs feront appliquer ce code tout au long de l'événement. Nous comptons sur la coopération de tous les participants* afin de garantir un environnement sûr pour tous. Pour plus de détails sur le déroulement de l'événement, veuillez consulter les directives sur notre wiki.

Creative Commons LicenceDie Inhalte dieser Website stehen, sofern nicht anders angegeben, unter einer Creative Commons Attribution 4.0 International. / Sauf indication contraire, le contenu de ce site est placé sous Creative Commons Attribution 4.0 International.