jaredwinick/img2vec-keras
Image to dense vector embedding. Clone of https://github.com/christiansafka/img2vec for Keras users
This tool helps you transform images into numerical representations, called vectors. You provide an image (like a JPG file), and it outputs a string of numbers that capture the image's key visual features. This is useful for data scientists or machine learning practitioners who need to analyze or compare large collections of images.
No commits in the last 6 months.
Use this if you need to convert individual images into a standardized numerical format for tasks like image similarity, clustering, or feeding into other machine learning models.
Not ideal if you're looking for a tool to process or manipulate image content directly, rather than extracting numerical features.
Stars
37
Forks
12
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 24, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/jaredwinick/img2vec-keras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/text2vec
text2vec, text to vector....
predict-idlab/pyRDF2Vec
đ Python Implementation and Extension of RDF2Vec
IntuitionEngineeringTeam/chars2vec
Character-based word embeddings model based on RNN for handling real world texts
IITH-Compilers/IR2Vec
Implementation of IR2Vec, LLVM IR Based Scalable Program Embeddings
ddangelov/Top2Vec
Top2Vec learns jointly embedded topic, document and word vectors.