Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -244,16 +244,16 @@ The **Model ID** can be used to retrieve the corresponding pre-trained model fro
|
|
| 244 |
## 🔎 Filter dataset with the FLAIR-HUB Dataset Browser
|
| 245 |
|
| 246 |
A small desktop GUI to browse and download subsets
|
| 247 |
-
of the IGNF/FLAIR-HUB dataset from Hugging Face with filters for: Domain, Year, Modality or Data type.
|
| 248 |
|
| 249 |
Requirements:
|
| 250 |
|
| 251 |
-
- Python 3.9+
|
| 252 |
- Tkinter (usually included; on Linux you may need: sudo apt-get install python3-tk)
|
| 253 |
- Python packages: pip install `huggingface_hub`
|
| 254 |
|
| 255 |
Run:
|
| 256 |
-
1.
|
| 257 |
2. In a terminal: ```pip install huggingface_hub```
|
| 258 |
3. Launch: ```python flair-hub-HF-dl.py```
|
| 259 |
|
|
|
|
| 244 |
## 🔎 Filter dataset with the FLAIR-HUB Dataset Browser
|
| 245 |
|
| 246 |
A small desktop GUI to browse and download subsets
|
| 247 |
+
of the **IGNF/FLAIR-HUB** dataset from Hugging Face with filters for: Domain, Year, Modality or Data type.
|
| 248 |
|
| 249 |
Requirements:
|
| 250 |
|
| 251 |
+
- Python **3.9+**
|
| 252 |
- Tkinter (usually included; on Linux you may need: sudo apt-get install python3-tk)
|
| 253 |
- Python packages: pip install `huggingface_hub`
|
| 254 |
|
| 255 |
Run:
|
| 256 |
+
1. Download the file `flair-hub-HF-dl.py` from the *Files* section of this dataset.
|
| 257 |
2. In a terminal: ```pip install huggingface_hub```
|
| 258 |
3. Launch: ```python flair-hub-HF-dl.py```
|
| 259 |
|