awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Feature Extractors · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesFeature Extractors

Tools that leverage pre-trained models to transform raw data into high-quality vector representations for downstream tasks.

Distinguishing note: Focuses on the extraction of latent representations rather than the training of the encoders themselves.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Feature Extractors. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Feature Extractors

Awesome Feature Extractors GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • openai/CLIP

    openai/CLIP

    32,614View on GitHub↗

    CLIP is a neural network architecture designed to map visual and textual data into a shared latent vector space. By utilizing transformer-based feature extraction and multi-modal tokenization, the system aligns images and natural language strings, enabling cross-modal similarity analysis and semantic classification. The project functions as a zero-shot classification engine, identifying image content by calculating the cosine similarity between visual features and arbitrary text labels without requiring task-specific retraining. Beyond inference, it serves as a research toolkit for evaluating

    Using pre-trained visual encoders to generate high-quality data representations for building specialized machine learning models with minimal additional training effort.

    Jupyter Notebookdeep-learningmachine-learning
    32,614View on GitHub↗