Skip to content

quickstart notebook + README file #357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<a href="https://www.visual-layer.com" target="_blank" rel="noopener noreferrer" name="top">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./gallery/logo_dark_mode.png" width=600>
<source media="(prefers-color-scheme: light)" srcset="./gallery/logo.png" width=600>
<img alt="fastdup logo." src="./gallery/logo.png">
<source media="(prefers-color-scheme: light)" srcset="./gallery/Logo-fastdup-by-VL.png" width=600>
<img alt="fastdup logo." src="./gallery/Logo-fastdup-by-VL.png">
</picture>
</a>
<br>
Expand All @@ -24,7 +24,7 @@

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[pypi-shield]: https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11|%203.12-blue?style=for-the-badge
[pypi-shield]: https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11-blue?style=for-the-badge
[pypi-url]: https://pypi.org/project/fastdup/
[pypiversion-shield]: https://img.shields.io/pypi/v/fastdup?style=for-the-badge&color=lightblue
[downloads-shield]: https://img.shields.io/pepy/dt/fastdup?style=for-the-badge&color=success
Expand All @@ -34,12 +34,12 @@
[license-shield]: https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-purple.svg?style=for-the-badge
[license-url]: https://github.com/visual-layer/fastdup/blob/main/LICENSE
[os-shield]: https://img.shields.io/badge/Supported%20OS-macOS%20%7C%20Linux%20%7C%20Windows%20-yellow?style=for-the-badge
[os-url]: https://visual-layer.readme.io/docs/installation
[os-url]: https://visual-layer.readme.io/docs/quickstart



<p align="left">
An unsupervised and free tool for image and video dataset analysis founded by the authors of <a href="https://github.com/apache/tvm">XGBoost</a>, <a href="https://github.com/apache/tvm">Apache TVM</a> & <a href="https://github.com/apple/turicreate">Turi Create</a> - <a href="https://www.linkedin.com/in/dr-danny-bickson-835b32">Danny Bickson</a>, <a href="https://www.linkedin.com/in/carlos-guestrin-5352a869">Carlos Guestrin</a> and <a href="https://www.linkedin.com/in/amiralush">Amir Alush</a>.</p>
A powerful open-source tool for analyzing image and video datasets founded by the authors of <a href="https://github.com/apache/tvm">XGBoost</a>, <a href="https://github.com/apache/tvm">Apache TVM</a> & <a href="https://github.com/apple/turicreate">Turi Create</a> - <a href="https://www.linkedin.com/in/dr-danny-bickson-835b32">Danny Bickson</a>, <a href="https://www.linkedin.com/in/carlos-guestrin-5352a869">Carlos Guestrin</a> and <a href="https://www.linkedin.com/in/amiralush">Amir Alush</a>.</p>
<hr>
<a href="https://visual-layer.readme.io/" target="_blank" rel="noopener noreferrer">Documentation</a>
·
Expand Down Expand Up @@ -111,7 +111,12 @@ fd.vis.stats_gallery() # gallery of image statistics (e.g. blur, brightn
fd.vis.similarity_gallery() # gallery of similar images
```

![results](./gallery/gifl_fastdup_quickstart_V1_optimized.gif)
## Check this [quickstart tutorial](https://youtu.be/Gt46ciEIxtw) for more info

<video controls>
<source src="./gallery/fastdup_quickstart_video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>


## Features & Advantages
Expand Down
Loading