roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
5.43k stars 855 forks source link

Vector Analysis with Scikit-learn and Bokeh #88

Closed yeldarby closed 1 year ago

yeldarby commented 1 year ago

Description

Adds a demo of using the new Roboflow Search & Vector Embeddings API (which we're announcing tomorrow) to pull CLIP vectors for your dataset (or a dataset on Roboflow Universe), analyze them with sklearn, and visualize them with Bokeh.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

On Colab.

Any specific deployment considerations

No

Docs

SkalskiP commented 1 year ago

@yeldarby please update notebooks-table-data.csv next time :) README.md table is auto-generated based on data in csv file.

yeldarby commented 1 year ago

Oh nice. Can you update CONTRIBUTING.md with those instructions?

SkalskiP commented 1 year ago

Done ;)