An open API service indexing awesome lists of open source software.

https://github.com/solvro/ml-ptp-team2

Patch the Planet: Restore Missing Data | Team 2
https://github.com/solvro/ml-ptp-team2

Last synced: about 1 year ago
JSON representation

Patch the Planet: Restore Missing Data | Team 2

Awesome Lists containing this project

README

          

# PTP1
Patch the Planet: Restore Missing Data | Team 2

## Participants
- Daniel Borkowski
- Jakub Chojnacki
- Mikołaj Czachorowski
- Julia Farganus
- Agata Groszek
- Kasia Matuszek

## Challenge
https://thinkonward.com/app/c/challenges/patch-the-planet

## Data

- [Dataset](https://thinkonward.com/app/c/challenges/patch-the-planet/data)

## Installation steps

1. Create new virtual environment:

```
conda create --name ptp python=3.10
```

2. Activate environment
```
conda activate ptp
```

3. Update _pip_ version:
```
python -m pip install --upgrade pip
```
4. Install _ptp_ package:

```
python -m pip install -e .[dev] --extra-index-url https://download.pytorch.org/whl/cu121
```
5. Enable precommit hook:
```
pre-commit install
```