export const recipes = [
{
title: "Bbox object detection",
type: "community",
group: "Computer Vision",
image: "bbox.png",
details: `
Simple object detection
Sample config to label with bboxes
You can configure labels and their colors
`,
config: `
`,
},
{
title: "Polygon labeling",
type: "community",
group: "Computer Vision",
image: "polygon.png",
details: "",
config: `
`,
},
{
title: "Named entity recognition",
type: "community",
group: "NLP",
image: "text.png",
config: `
`,
},
];