Skip to content

burpcute/snap-and-clarifai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

snap-and-clarifai

  1. When watching video or YouTube, tab the app and it will take video snapshot from the video frame .
  2. hit "Predict" and the image will parse to the Claifai API. And return celebrity names.
  3. Backend javascript do the part of snapshot, where popup.js do the image parsing, analysis and return result.
  4. (fixed) I am still working on the 'onclick' event in popup.js 100:103, the links wont render accordingly. For now the remedy is catDiv.innerHTML from popup.js 86 where I insert a tag 'target = blank' to the src.
  5. Working on chrome:// address error, background error when open tab in chrome://url

Reference:
Clarifai cloud engine
clarifai-javascript-starter
Yulon

p.s: I should clari'fai' I hava not tested on any chrome/mac/linux os yet. my enviroment is windows 10, and I am using jquery 3.3.1.

About

a video screen shot chrome extension using clarifai celebrity model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.3%
  • CSS 30.6%
  • HTML 6.1%