PanopticML
Default plugin for panoptic, provides all machine learning functionalities such as:
- image embeddings using OpenAI CLIP
- images clustering using FAISS Kmeans or HDBScan
- images to images similarity using FAISS Index L2
- text to images similarity using FAISS Index L2 + CLIP
Available models
Several models are available in this plugin to compute the embeddings:
- google mobilenet: a really light model with lower performances but made to run on bad devices, no support for text similarity
- openAI CLIP: default model for panoptic, good performances, runs well on most computers with a decent CPU, support text similarity and has a good understanding of semantics
- meta dinosV2: model that will have better performances than CLIP on pure visual similarities but less understanding of themes and semantics, no support for text similarity, runs well on CPU
- google SIGLIP2: computing heavy model, NVDIA GPU recommended but works also on CPU (it will take a long time to compute embeddings), way better results than CLIP on text similarity and semantics, and pretty good visual features
- auto transformers: want to tryout any huggingface multimodal model ? you can just provide its id to panopticML and should be able to use it directly
Clustering functions
- Kmeans: specify a number of clusters, really fast
- HDBScan: automatic number of clusters, a bit slower and excludes a lot of images
- Images to text: considering several texts, create a cluster per text and put each image to the text it is the closest to
- Find duplicates: create clusters with only images sharing a lot of similarity together, good to find duplicates or near duplicates
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
panopticml-0.0.11.tar.gz
(3.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file panopticml-0.0.11.tar.gz.
File metadata
- Download URL: panopticml-0.0.11.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2397931a8c9894c5960b817181236bd40ab5015b4dd8438322819b7842fd60a
|
|
| MD5 |
a0b21276b74f05486f7059a883d8a2da
|
|
| BLAKE2b-256 |
2dd2a81f6e7aaf6b759c74a1a7fb2d261f468e1fffff398495ac932a119eb43b
|
File details
Details for the file panopticml-0.0.11-py3-none-any.whl.
File metadata
- Download URL: panopticml-0.0.11-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b84dd4c673d2ae73faa8bc908fbac82d13cb4a0d167749bc96f96f8187bd76eb
|
|
| MD5 |
6677b837f1bef940db27dedcaf708e7d
|
|
| BLAKE2b-256 |
1b4ffaa1f3ffd445c0bd0f32cc094012f70650ec7f608b5b4409a635c4abe5b3
|