Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Add thumbnails to card items #787

Merged
merged 2 commits into from
Sep 22, 2021
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
2 changes: 1 addition & 1 deletion docs/source/reference/audio_classification.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. customcarditem::
:header: Audio Classification
:card_description: Learn to classify audio spectrogram images with Flash and build an example classifier for the UrbanSound8k data set.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/audio_classification.jpg
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/audio_classification.svg
:tags: Audio,Classification

.. _audio_classification:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/graph_classification.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Graph Classification
:card_description: Learn to classify graphs with Flash and build an example classifier for the KKI data set.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Graph,Classification

.. _graph_classification:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/image_classification.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. customcarditem::
:header: Image Classification
:card_description: Learn to classify images with Flash and build an example Ants / Bees classifier.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/image_classification.jpg
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/image_classification.svg
:tags: Image,Classification

.. _image_classification:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. customcarditem::
:header: Multi-label Image Classification
:card_description: Learn to classify images in a multi-label setting with Flash and build an example classifier which predicts genres from movie posters.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/image_classification_multi_label.jpg
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/multi_label_image_classification.svg
:tags: Image,Multi-label,Classification

.. _image_classification_multi_label:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/image_embedder.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Image Embedder
:card_description: Learn to generate embeddings from images with Flash.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/image_embedder.svg
:tags: Image,Embedding

.. _image_embedder:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/instance_segmentation.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Instance Segmentation
:card_description: Learn to segment objects in images with Flash and build a model for segmenting images of pets.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/instance_segmentation.svg
:tags: Image,Segmentation,Detection

.. _instance_segmentation:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/keypoint_detection.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Keypoint Detection
:card_description: Learn to detect keypoints in images with Flash and build a network to detect facial keypoints with the BIWI data set.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/keypoint_detection.svg
:tags: Image,Keypoint,Detection

.. _keypoint_detection:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/object_detection.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Object Detection
:card_description: Learn to detect objects in images with Flash and build an example detector with the COCO data set.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/object_detection.svg
:tags: Image,Detection

.. _object_detection:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/pointcloud_object_detection.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Point Cloud Object Detection
:card_description: Learn to detect objects in point clouds with Flash and build an example detector with the KITTI data set.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/point_cloud_object_detection.svg
:tags: Point-Cloud,Detection

.. _pointcloud_object_detection:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/pointcloud_segmentation.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Point Cloud Segmentation
:card_description: Learn to segment objects in point clouds with Flash and build an example network with the KITTI data set.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/point_cloud_segmentation.svg
:tags: Point-Cloud,Segmentation

.. _pointcloud_segmentation:
Expand Down
6 changes: 6 additions & 0 deletions docs/source/reference/question_answering.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.. customcarditem::
:header: Extractive Question Answering
:card_description: Learn to answer questions pertaining to some known textual context.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/default.svg
:tags: NLP,Text

.. _question_answering:

##################
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/semantic_segmentation.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Semantic Segmentation
:card_description: Learn to segment images with Flash and build a model which segments images from the CARLA driving simulator.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/semantic_segmentation.svg
:tags: Image,Segmentation

.. _semantic_segmentation:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/speech_recognition.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Speech Recognition
:card_description: Learn to recognize speech Flash (speech-to-text) and train a model on the TIMIT corpus.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/speech_recognition.svg
:tags: Audio,Speech-Recognition,NLP

.. _speech_recognition:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/style_transfer.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Style Transfer
:card_description: Learn about image style transfer with Flash and build an example which transfers style from The Starry Night to images from the COCO data set.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/style_transfer.svg
:tags: Image,Style-Transfer

.. _style_transfer:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/summarization.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Summarization
:card_description: Learn to summarize long passages of text with Flash and build an example model with the XSUM data set.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/summarization.svg
:tags: Text,Summarization,NLP

.. _summarization:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/tabular_classification.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Tabular Classification
:card_description: Learn to classify tabular records with Flash and build an example model to predict survival rates on the Titanic.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/tabular_classification.svg
:tags: Tabular,Classification

.. _tabular_classification:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/text_classification.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Text Classification
:card_description: Learn to classify text with Flash and build an example sentiment analyser for IMDB reviews.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/text_classification.svg
:tags: Text,Classification,NLP

.. _text_classification:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Multi-label Text Classification
:card_description: Learn to classify text in a multi-label setting with Flash and build an example comment toxicity classifier.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/multi_label_text_classification.svg
:tags: Text,Multi-label,Classification,NLP

.. _text_classification_multi_label:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/translation.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Translation
:card_description: Learn to translate text with Flash and build an example model which translates from English to Romanian.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/translation.svg
:tags: Text,Translation,NLP

.. _translation:
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/video_classification.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. customcarditem::
:header: Video Classification
:card_description: Learn to classify videos with Flash and build an example action classifier.
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/video_classification.svg
:tags: Video,Classification

.. _video_classification:
Expand Down