スキル一覧に戻る
do-ops885

feature-extraction

by do-ops885

Dermatology GOAP Orchestrator

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: feature-extraction description: Extracts vector embeddings for fairness analysis using MobileNetV3 with FairDisCo disentanglement license: MIT compatibility: opencode metadata: audience: developers workflow: clinical-pipeline

What I do

I extract feature embeddings from segmented skin regions using MobileNetV3 with FairDisCo (Fair Disentangled Continual) disentanglement. This ensures features are suitable for downstream fairness analysis across demographic groups.

When to use me

Use this when:

  • Segmentation is complete and you need feature vectors
  • You need embeddings for lesion classification
  • Fairness analysis requires disentangled feature representations

Key Concepts

  • MobileNetV3: Efficient CNN for feature extraction
  • FairDisCo: Disentanglement method for fair representations
  • Feature Vector: Embedding suitable for classification and similarity
  • features_extracted: State flag after extraction complete

Source Files

  • services/vision.ts: Feature extraction implementation
  • types.ts: FeatureMetadata interface

Code Patterns

  • Run MobileNetV2/V3 on segmented skin regions
  • Apply FairDisCo disentanglement for fair representations
  • Return feature vector and bias metrics

Operational Constraints

  • Must use tf.tidy() or explicit dispose() for all tensors
  • FairDisCo ensures demographic bias is minimized
  • Feature quality directly impacts lesion detection accuracy

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です