christiansafka/img2vec
:fire: Use pre-trained models in PyTorch to extract vector embeddings for any image
This tool helps you analyze images by converting them into numerical descriptions, called vector embeddings. You input an image or a collection of images, and it outputs a list of numbers that capture the image's key visual characteristics. This is ideal for data scientists, machine learning engineers, or researchers working with image datasets who need to quantify visual information.
622 stars. No commits in the last 6 months.
Use this if you need to transform images into numerical data for tasks like grouping similar images, building recommendation engines, or training classification models.
Not ideal if you need a user-friendly application with a graphical interface, as this requires coding knowledge to operate.
Stars
622
Forks
98
Language
Python
License
MIT
Category
Last pushed
May 13, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/christiansafka/img2vec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
shibing624/similarities
Similarities: a toolkit for similarity calculation and semantic search....
explosion/sense2vec
🦆 Contextually-keyed word vectors
chakki-works/chakin
Simple downloader for pre-trained word vectors
sebischair/Lbl2Vec
Lbl2Vec learns jointly embedded label, document and word vectors to retrieve documents with...
airalcorn2/Deep-Semantic-Similarity-Model
My Keras implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent...