Skip to content

Commit 85bf1e1

Browse files
committed
revise why fastdup
1 parent 95928b0 commit 85bf1e1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,15 @@ concerns while providing extra functionalities.
105105

106106
## Why fastdup?
107107

108-
- **Quality**: Find and remove anomalies and outliers from your dataset, including duplicates and similar images and videos at a large scale.
109-
- **Cost**: Reduce data operation costs by intelligently sampling high-quality or novel datasets before labeling and assessing labeled data quality.
110-
- **Scale**: fastdup's C++ graph engine is highly efficient and can handle up to 400M images on a single CPU machine.
108+
With a plethora of data visualization/profiling tools available, what sets fastdup apart?
109+
Here are the top benefits of fastdup:
110+
111+
+ **Quality**: High-quality analysis to remove duplicates/near-duplicates, anomalies, mislabels, broken images, and poor-quality images.
112+
+ **Scale**: Handles 400M images on a single CPU machine. Enterprise version scales to billions of images.
113+
+ **Speed**: Highly optimized C++ engine runs efficiently even on low-resource CPU machines.
114+
+ **Privacy**: Runs locally or on your cloud infrastructure. Your data stays where it is.
115+
+ **Ease of use**: Works on labeled or unlabeled datasets, images, or videos. Get started with just 3 lines of code.
116+
111117

112118

113119
## Setting up

0 commit comments

Comments
 (0)