Skip to content

Commit d450806

Browse files
authored
Update README.md
1 parent 2ef9070 commit d450806

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

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

5555
## Running the code
5656

57-
### Python
5857
```python
5958
import fastdup
6059
fastdup.run(input_dir="/path/to/your/folder") #main running function
@@ -65,15 +64,15 @@ fastdup.create_duplicates_gallery('outliers.csv', save_path='.') #create
6564
![alt text](https://github.com/visualdatabase/fastdup/blob/main/gallery/fastdup_clip_24s_crop.gif)
6665
*Working on the Food-101 dataset. Detecting identical pairs, similar-pairs (search) and outliers (non-food images..)*
6766

68-
### Getting started examples
67+
#### Getting started examples
6968
- [Getting started on a Kaggle dataset](https://github.com/visualdatabase/fastdup/blob/main/examples/getting_started_kaggle.ipynb)
7069
- [Finding duplicates and outliers in the Food-101 datadset:](https://github.com/visualdatabase/fastdup/blob/main/examples/getting_started_food101.ipynb)
7170

72-
### Detailed instructions
71+
#### Detailed instructions
7372
[Detailed isntructions, install from stable release and installation issues](INSTALL.md)
7473
[Detailed running instructions](RUN.md)
7574

76-
## Support
75+
# Support
7776
<a href="https://join.slack.com/t/visualdatabase/shared_invite/zt-19jaydbjn-lNDEDkgvSI1QwbTXSY6dlA">Join our Slack channel</a>
7877

7978
# Technology

0 commit comments

Comments
 (0)