diff --git a/packages/backend/src/recipe-catalog.json b/packages/backend/src/recipe-catalog.json deleted file mode 100644 index f16e4aed4..000000000 --- a/packages/backend/src/recipe-catalog.json +++ /dev/null @@ -1,192 +0,0 @@ -{ - "categories" : [ - { - "description" : "Models that work with text: classify, summarize, translate, or generate text.", - "name" : "Natural Language Processing", - "recipes" : [ - { - "applications" : [], - "description" : "Is that string token a date, a name, a place, a verb? These models can tell you!", - "name" : "Token classification" - }, - { - "applications" : [], - "description" : "Determine if text data is positive, negative, or neutral.", - "name" : "Sentiment Analysis" - }, - { - "applications" : [], - "description" : "Generate a narrative text based on a prompt.", - "name" : "Story Generation" - }, - { - "applications" : [], - "description" : "Generate a TLDR; text summary for a large set of text data.", - "name" : "Text summarization" - }, - { - "applications" : [], - "description" : "Offer your users auto-complete suggestions based on their text input.", - "name" : "Auto-complete suggestions" - }, - { - "applications" : [], - "description" : "Offer data from a data table in response to natural language questions.", - "name" : "Tabular data answer lookup" - } - ] - }, - { - "description" : "Process images, from classification to object detection and segmentation.", - "name" : "Computer Vision", - "recipes" : [ - { - "applications" : [], - "description" : "Is that image a person, a cat, or a landscape? Generate keyword labels.", - "name" : "Image classification" - }, - { - "applications" : [], - "description" : "Is it a bird, is it a plane, is it a superhero? Detect specific objects in an image.", - "name" : "Object detection" - }, - { - "applications" : [], - "description" : "Segment an image into foreground and background and remove the background.", - "name" : "Image background removal" - }, - { - "applications" : [], - "description" : "Bring color to black & white or historical photography.", - "name" : "Image colorization" - }, - { - "applications" : [], - "description" : "Increase the dimensions of an image to higher resolution.", - "name" : "Image resolution improvement" - }, - { - "applications" : [], - "description" : "Remove unwanted objects (including dust / scratches) from an image.", - "name" : "Remove unwanted objects" - }, - { - "applications" : [], - "description" : "Recreate an image to mimic the style of another.", - "name" : "Style transfer" - }, - { - "applications" : [], - "description" : "Create a 3-dimensional representation of a 2-dimensional image.", - "name" : "2D to 3D" - }, - { - "applications" : [ - { - "appStack" : { - "tags" : [] - }, - "description" : "Ready to get images of your own doggo (or other loved pet!) into this sample application? You'll need to retrain the model. Check out the Retrain tab to get started.", - "images" : [], - "input" : {}, - "models" : [ - { - "name" : "stable-diffusion2", - "rating" : "3 stars", - "retrain" : { - "dataset" : { - "reqs" : [ - { - "description" : "800 x 600 pixels", - "name" : "Dimensions" - }, - { - "description" : "*.PNG", - "name" : "File Format" - }, - { - "description" : "RGB", - "name" : "Colorspace" - }, - { - "description" : "8-bit", - "name" : "Bitdepth" - } - ], - "sampleDataset" : { - "icon" : "$APPDATA/ai-studio/recipes/provider-icons/github.png", - "provider" : "GitHub", - "url" : "https://github.com/redhat-ai/dog-on-the-moon/my-doggo" - } - }, - "description" : "Ready to get images of your own doggo (or other loved pet!) into this sample application? You'll need to retrain the model. Check out the Retrain tab to get started.", - "headline" : "Retrain with your own images", - "restrainable" : true, - "trainingEnv" : { - "description" : "You can pull and run the model training environment in Podman Desktop", - "size" : "1.23 GB", - "tag" : "latest", - "url" : "https://quay.io/redhat-ai/stable-diffusion2-model-env" - } - }, - "status" : "Default", - "tags" : [ - { - "name" : "Image", - "Type" : "Category" - }, - { - "name" : "Meta License", - "Type" : "License" - } - ] - }, - { - "name" : "unstable-diffusion3", - "rating" : "3 stars", - "retrain" : { - "description" : "Ready to get images of your own doggo (or other loved pet!) into this sample application? You'll need to retrain the model. Check out the Retrain tab to get started.", - "headline" : "Retrain with your own images", - "restrainable" : true - }, - "status" : "Non-default", - "tags" : [ - { - "name" : "Image", - "Type" : "Category" - }, - { - "name" : "MIT License", - "Type" : "License" - } - ] - } - ], - "name" : "stable-diffusion2-model", - "output" : {}, - "repo" : {}, - "thumbnails" : [] - } - ], - "description" : "Generate images based on a text prompt. Create a new image composition.", - "name" : "Image generation" - }, - { - "applications" : [], - "description" : "Extract text from an image.", - "name" : "Text extract" - } - ] - }, - { - "description" : "Recognize speech or classify audio with audio models.", - "name" : "Audio", - "recipes" : [] - }, - { - "description" : "Stuff about multimodal models goes here omfg yes amazing.", - "name" : "Multimodal", - "recipes" : [] - } - ] -}