Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -79,19 +79,19 @@ We have prepared a sample Fondant pipeline for downloading the dataset.
|
|
79 |
pip install fondant
|
80 |
```
|
81 |
|
82 |
-
2) Clone the [
|
83 |
|
84 |
```bash
|
85 |
-
git clone https://github.com/ml6team/fondant.git
|
86 |
```
|
87 |
|
88 |
-
3) Make sure that Docker
|
89 |
|
90 |
```bash
|
91 |
-
fondant run pipeline
|
92 |
```
|
93 |
|
94 |
-
**Note:** For local testing purposes, the pipeline will only download the first 100
|
95 |
If you want to download the full dataset, you will need to modify the component arguments in the `pipeline.py` file,
|
96 |
specifically the following part:
|
97 |
|
|
|
79 |
pip install fondant
|
80 |
```
|
81 |
|
82 |
+
2) Clone the [sample GitHub repository](https://github.com/ml6team/fondant-usecase-filter-creative-commons)
|
83 |
|
84 |
```bash
|
85 |
+
git clone https://github.com/ml6team/fondant-usecase-filter-creative-commons.git
|
86 |
```
|
87 |
|
88 |
+
3) Make sure that Docker is running, navigate to the `src` folder, and initiate the pipeline by executing:
|
89 |
|
90 |
```bash
|
91 |
+
fondant run local pipeline
|
92 |
```
|
93 |
|
94 |
+
**Note:** For local testing purposes, the pipeline will only download the first 100 images.
|
95 |
If you want to download the full dataset, you will need to modify the component arguments in the `pipeline.py` file,
|
96 |
specifically the following part:
|
97 |
|