twilio-automation-plugin
zero-shot-prediction-plugin
twilio-automation-plugin | zero-shot-prediction-plugin | |
---|---|---|
3 | 3 | |
2 | 30 | |
- | - | |
6.2 | 7.3 | |
about 1 year ago | 5 months ago | |
Python | Python | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
twilio-automation-plugin
-
Zero-Shot Prediction Plugin for FiftyOne
Week 1: 🎨 AI Art Gallery & Twilio Automation
-
Plugin for Building and Managing Plugins!
Some of these plugins were simpler than others. On one end, the Twilio automation plugin consists of a single Python file without bells and whistles. On the opposite extreme, plugins like Active Learning, which required multiple operators, caching, and special handling for many different scenarios. Plugins like Reverse Image Search and Concept Space Traversal were challenging in a different way, mostly because I am new to JavaScript. But that is for another day.
-
Build Custom Computer Vision Applications
In the AI Art Gallery and Twilio Automation plugins, I had used the ctx.trigger() method to perform operations like reloading samples (ctx.trigger(“reload_samples”)), and reloading the dataset (ctx.trigger(“reload_dataset”)). I was even aware from VoxelGPT that you could use ctx.trigger() to set the session’s view.
zero-shot-prediction-plugin
-
Zero-Shot Prediction Plugin for FiftyOne
fiftyone plugins download https://github.com/jacobmarks/zero-shot-prediction-plugin
-
A History of CLIP Model Training Data Advances
For a comprehensive catalog of papers pushing the state of CLIP models forward, check out this Awesome CLIP Papers Github repository. Additionally, the Zero-shot Prediction Plugin for FiftyOne allows you to apply any of the OpenCLIP-compatible models to your own data.
-
Plugin for Building and Managing Plugins!
Week 6: đźŽZero-shot Prediction
What are some alternatives?
image-deduplication-plugin - Remove exact and approximate duplicates from your dataset in FiftyOne!
pytesseract-ocr-plugin - Run optical character recognition with PyTesseract from the FiftyOne App!
image-quality-issues - FiftyOne Plugin for finding common image quality issues
fiftyone-plugins - A curated list of plugins that you can add to your FiftyOne install!
concept-interpolation - Interpolate between two text concepts using a CLIP model and FiftyOne Plugins!
ai-art-gallery - Use text-to-image models Stable Diffusion, DALL-E2, DALL-E3, SDXL, SSD-1B, Kandinsky-2.2, and LCM from UI. Add images directly to your dataset! [Moved to: https://github.com/jacobmarks/text-to-image]
text-to-image - Use text-to-image models Stable Diffusion, DALL-E2, DALL-E3, SDXL, SSD-1B, Kandinsky-2.2, and LCM from UI. Add images directly to your dataset!
concept-space-traversal-plugin - Traverse the space of concepts with a multi-modal similarity index in FiftyOne
reverse-image-search-plugin - Find the images in your dataset most similar to a query image from URL or drag-and-drop, with FiftyOne!