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
- Host: GitHub
- URL: https://github.com/solvro/ml-ptp-team2
- Owner: Solvro
- Created: 2024-01-07T17:59:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T17:54:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T10:52:46.116Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 130 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```