Skip to content
/ detect Public

Zero-shot object detection in the browser with CLIP and TensorFlow.js

Notifications You must be signed in to change notification settings

jseeio/detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero-shot object detection with CLIP and TensorFlow.js

The app loads a TensorFlow.js CLIP model from modelzoo.js and h5 weights from HF. CLIP encodes images and texts into a 512-dimensional embedding space. The app captures the webcam stream and encodes it into a 512-dimensional vector. Then it compares the vector with the embeddings of provided classes and if the target class is found, sound is played and the class is displayed.

About

Zero-shot object detection in the browser with CLIP and TensorFlow.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published