Skip to content

Commit e9d6912

Browse files
author
dbickson
committed
cleaning README
1 parent a80bc1a commit e9d6912

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,14 @@ python3.8 -m pip install fastdup
5454

5555
### Python
5656
```python
57-
python3.8
5857
import fastdup
59-
fastdup.run(input_dir="/path/to/your/folder", work_dir="/path/to/your/folder") #main running function
60-
```
61-
62-
### C++
63-
```bash
64-
/usr/bin/fastdup /path/to/your/folder --work_dir="/tmp/fastdup_files"
58+
fastdup.run(input_dir="/path/to/your/folder") #main running function
59+
fastdup.create_duplicates_gallery('similarity.csv', save_path='.') #create a visual gallery of found duplicates
60+
fastdup.create_duplicates_gallery('outliers.csv', save_path='.') #create a visual gallery of anomalies
6561
```
6662

6763
[Detailed running instructions](RUN.md)
6864

69-
### Support for s3 cloud/ google storage
70-
[Detailed instructions](CLOUD.md)
71-
7265
## Getting started examples
7366
- [Getting started on a Kaggle dataset](https://github.com/visualdatabase/fastdup/blob/main/examples/getting_started_kaggle.ipynb)
7467
- [Finding duplicates and outliers in the Food-101 datadset:](https://github.com/visualdatabase/fastdup/blob/main/examples/getting_started_food101.ipynb)
@@ -79,3 +72,7 @@ fastdup.run(input_dir="/path/to/your/folder", work_dir="/path/to/your/folder") #
7972

8073
# Technology
8174
We build upon several excellent open source tools. [Microsoft's ONNX Runtime](https://github.com/microsoft/onnxruntime), [Facebook's Faiss](https://github.com/facebookresearch/faiss), [Open CV](https://github.com/opencv/opencv), [Pillow Resize](https://github.com/zurutech/pillow-resize), [Apple's Turi Create](https://github.com/apple/turicreate), [Minio](https://github.com/minio/minio), [Amazon's awscli](https://github.com/aws/aws-cli).
75+
76+
# About Us
77+
<a href="https://www.linkedin.com/in/dr-danny-bickson-835b32">Danny Bickson</a>
78+
<a href="https://www.linkedin.com/in/amiralush">Amir Alush</a>

0 commit comments

Comments
 (0)