Skip to content
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

[DOCS] Zero-Shot Image Classification Tutorial #4133

Merged
merged 5 commits into from
Mar 15, 2024
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
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 @@ -145,6 +145,13 @@ your datasets and turn your good models into *great models*.
:image: ../_static/images/tutorials/dimension_reduction.png
:tags: Brain,Visualization

.. customcarditem::
:header: Zero-Shot Image Classification
:description: Run and evaluate zero-shot image classification models with OpenCLIP, Hugging Face Transformers, and FiftyOne.
:link: zero_shot_classification.html
:image: ../_static/images/tutorials/zero_shot_classification.png
:tags: Filtering,Model-Evaluation,Model-Zoo

.. customcarditem::
:header: Augmenting Datasets with Albumentations
:description: Learn how to apply and test out different augmentations on your datasets using FiftyOne and Albumentations.
Expand Down Expand Up @@ -192,4 +199,5 @@ your datasets and turn your good models into *great models*.
3D point clouds with Point-E <pointe.ipynb>
Monocular depth estimation <monocular_depth_estimation.ipynb>
Dimensionality reduction <dimension_reduction.ipynb>
Zero-shot classification <zero_shot_classification.ipynb>
Data augmentation <data_augmentation.ipynb>
Loading
Loading