Datasets:
Commit
Β·
a5d31a8
1
Parent(s):
5d22c29
added emojis to component list
Browse files
README.md
CHANGED
@@ -118,18 +118,18 @@ python extract_images.py --parquet_file <Path to the Parquet file or folder cont
|
|
118 |
### How to contribute
|
119 |
If you want to contribute to the dataset, the best way is to help us develop pipeline components for further processing. Components
|
120 |
we are currently looking to add are the following ([GitHub issues](https://github.com/ml6team/fondant/issues?q=is%3Aissue+is%3Aopen+label%3A%22Component+Contribution%22)):
|
121 |
-
- Image-based deduplication
|
122 |
-
- Automatic captioning
|
123 |
-
- Visual quality / aesthetic quality estimation
|
124 |
-
- Watermark detection
|
125 |
-
- Not safe for work (NSFW) content detection
|
126 |
-
- CLIP embedding generation
|
127 |
-
- Face detection
|
128 |
-
- Personal Identifiable Information (PII) detection
|
129 |
-
- Text detection
|
130 |
-
- AI generated image detection
|
131 |
-
- Image-text CLIP similarity
|
132 |
-
- Any components that you propose to develop\
|
133 |
|
134 |
We are also looking for core framework contributors and users who are willing to give feedback on usability and suggest potential improvements
|
135 |
|
|
|
118 |
### How to contribute
|
119 |
If you want to contribute to the dataset, the best way is to help us develop pipeline components for further processing. Components
|
120 |
we are currently looking to add are the following ([GitHub issues](https://github.com/ml6team/fondant/issues?q=is%3Aissue+is%3Aopen+label%3A%22Component+Contribution%22)):
|
121 |
+
- π― Image-based deduplication
|
122 |
+
- π₯οΈβ Automatic captioning
|
123 |
+
- π¨ Visual quality / aesthetic quality estimation
|
124 |
+
- π Watermark detection
|
125 |
+
- π Not safe for work (NSFW) content detection
|
126 |
+
- π CLIP embedding generation
|
127 |
+
- π Face detection
|
128 |
+
- ππ»ββοΈ Personal Identifiable Information (PII) detection
|
129 |
+
- π Text detection
|
130 |
+
- π€ AI generated image detection
|
131 |
+
- π¬ Image-text CLIP similarity
|
132 |
+
- π¨βπ¨ Any components that you propose to develop\
|
133 |
|
134 |
We are also looking for core framework contributors and users who are willing to give feedback on usability and suggest potential improvements
|
135 |
|