cfahlgren1 HF staff commited on
Commit
2a215c2
·
1 Parent(s): 0d21acd

improve descriptions

Browse files
Files changed (1) hide show
  1. lib/categories.tsx +6 -6
lib/categories.tsx CHANGED
@@ -13,7 +13,7 @@ export const categories: Category[] = [
13
  title: "Segment",
14
  slug: "segment",
15
  icon: Scissors,
16
- description: "Break down images into distinct segments based on the object or background.",
17
  status: "Coming Soon",
18
  colorName: "indigo",
19
  graphic: SegmentationIcon
@@ -22,7 +22,7 @@ export const categories: Category[] = [
22
  title: "Embed",
23
  slug: "embed",
24
  icon: Sparkles,
25
- description: "Create vector embeddings for text and images.",
26
  status: "Coming Soon",
27
  colorName: "teal",
28
  graphic: EmbeddingIcon
@@ -31,7 +31,7 @@ export const categories: Category[] = [
31
  title: "Transcribe",
32
  slug: "transcribe",
33
  icon: Mic,
34
- description: "Convert speech to text with high accuracy using advanced AI-powered transcription (Whisper).",
35
  status: "Coming Soon",
36
  colorName: "rose",
37
  graphic: TranscriptionIcon
@@ -40,7 +40,7 @@ export const categories: Category[] = [
40
  title: "Sentiment",
41
  slug: "sentiment",
42
  icon: Smile,
43
- description: "Analyze text to determine the emotional tone and attitude, classifying it as positive, negative, or neutral.",
44
  status: "Coming Soon",
45
  colorName: "amber",
46
  graphic: SentimentAnalysisIcon
@@ -49,7 +49,7 @@ export const categories: Category[] = [
49
  title: "Classify",
50
  slug: "classify",
51
  icon: Tags,
52
- description: "Categorize text or images into predefined classes using machine learning algorithms.",
53
  status: "Coming Soon",
54
  colorName: "purple",
55
  graphic: ClassificationIcon
@@ -58,7 +58,7 @@ export const categories: Category[] = [
58
  title: "Generate Text",
59
  slug: "generate-text",
60
  icon: Type,
61
- description: "Create human-like text based on prompts or context using advanced language models.",
62
  status: "Coming Soon",
63
  colorName: "blue",
64
  graphic: TextGenerationIcon
 
13
  title: "Segment",
14
  slug: "segment",
15
  icon: Scissors,
16
+ description: "Slice and dice images with precision. Carve out objects and backgrounds like a digital sculptor.",
17
  status: "Coming Soon",
18
  colorName: "indigo",
19
  graphic: SegmentationIcon
 
22
  title: "Embed",
23
  slug: "embed",
24
  icon: Sparkles,
25
+ description: "Transform words and pixels into mathematical magic.",
26
  status: "Coming Soon",
27
  colorName: "teal",
28
  graphic: EmbeddingIcon
 
31
  title: "Transcribe",
32
  slug: "transcribe",
33
  icon: Mic,
34
+ description: "AI that hears all and forgets nothing (except the 'uhms').",
35
  status: "Coming Soon",
36
  colorName: "rose",
37
  graphic: TranscriptionIcon
 
40
  title: "Sentiment",
41
  slug: "sentiment",
42
  icon: Smile,
43
+ description: "Read between the lines. From 🤗 to 😠, we've got feelings figured out.",
44
  status: "Coming Soon",
45
  colorName: "amber",
46
  graphic: SentimentAnalysisIcon
 
49
  title: "Classify",
50
  slug: "classify",
51
  icon: Tags,
52
+ description: "Sort the digital chaos.",
53
  status: "Coming Soon",
54
  colorName: "purple",
55
  graphic: ClassificationIcon
 
58
  title: "Generate Text",
59
  slug: "generate-text",
60
  icon: Type,
61
+ description: "Llama. Qwen. Enough said.",
62
  status: "Coming Soon",
63
  colorName: "blue",
64
  graphic: TextGenerationIcon