diff --git a/public/assets/appGallery/imageClassification.png b/public/assets/appGallery/imageClassification.png new file mode 100644 index 000000000..e4109c3eb Binary files /dev/null and b/public/assets/appGallery/imageClassification.png differ diff --git a/src/utils/GalleryLoader.ts b/src/utils/GalleryLoader.ts index 63fda2fe9..443f2e847 100644 --- a/src/utils/GalleryLoader.ts +++ b/src/utils/GalleryLoader.ts @@ -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",