Skip to content

Commit

Permalink
feat: Add Image Classification app to the gallery
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Aug 31, 2023
1 parent 35f536b commit d7c34b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added public/assets/appGallery/imageClassification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/utils/GalleryLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ const data: GalleryData = {
},
],
},
{
title: "Image Classification",
description: "Classify any image using Hugging Face Transformers",
imagePath: "/assets/appGallery/imageClassification.png",
appPath: "imageClassification",
relevantNodes: [
{
name: "HUGGING_FACE_PIPELINE",
docs: "https://docs.flojoy.ai/nodes/AI_ML/IMAGE_CLASSIFICATION/HUGGING_FACE_PIPELINE/",
},
],
},
// {
// description: "Predict future events with the Prophet node",
// title: "Time series forecasting",
Expand Down

0 comments on commit d7c34b1

Please sign in to comment.