Skip to content

Commit

Permalink
add new tags (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhcsilva authored Nov 6, 2024
1 parent cbd1be3 commit c10fee0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,36 @@ export const STATIC_URL_PATHS = [
"tasks",
];
export const BOUNTY_TAGS = [
{
type: "AI",
tags: [
"AI Agents",
"LLMs (Large Language Models)",
"Machine Learning Models",
"NLP (Natural Language Processing)",
"Computer Vision",
"Predictive Analytics",
"Data Labeling",
"Model Training",
"Model Optimization",
"Synthetic Data Generation",
"Speech Recognition",
"Image Processing",
"Reinforcement Learning",
"Recommendation Systems",
"Chatbots & Conversational AI",
"Model Fine-tuning",
"Data Preprocessing",
"Anomaly Detection",
"Edge AI",
"AI Infrastructure Setup",
"Model Deployment",
"Federated Learning",
"Explainable AI",
"Text-to-Image Generation",
"Automation & Workflow Orchestration",
],
},
{
type: "Technology",
tags: [
Expand Down

0 comments on commit c10fee0

Please sign in to comment.