Skip to content

Commit

Permalink
Merge pull request voxel51#4245 from voxel51/docs/clustering-tutorial
Browse files Browse the repository at this point in the history
[DOCS] Clustering Tutorial
  • Loading branch information
brimoor authored Apr 8, 2024
2 parents aff97ce + 06af687 commit 85339fc
Show file tree
Hide file tree
Showing 13 changed files with 574 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
566 changes: 566 additions & 0 deletions docs/source/tutorials/clustering.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@ your datasets and turn your good models into *great models*.
:image: ../_static/images/tutorials/data_augmentation.png
:tags: App,Dataset-Curation,Visualization

.. customcarditem::
:header: Clustering Images with Embeddings
:description: Use embeddings to cluster images in your dataset and visualize the results in FiftyOne.
:link: clustering.html
:image: ../_static/images/tutorials/clustering.jpg
:tags: App,Brain,Dataset-Curation,Embeddings,Visualization

.. End of tutorial cards
.. raw:: html
Expand Down Expand Up @@ -201,3 +208,4 @@ your datasets and turn your good models into *great models*.
Dimensionality reduction <dimension_reduction.ipynb>
Zero-shot classification <zero_shot_classification.ipynb>
Data augmentation <data_augmentation.ipynb>
Clustering images <clustering.ipynb>

0 comments on commit 85339fc

Please sign in to comment.