18 comments (18 comments)0 reactions (0 reactions)1 assignee (1 assignee)JavaScript507 forks (507 forks)batch import
enhancementhacktoberfest-acceptedhelp wanted
Repository metrics
- Stars
- 7,090 stars (7,090 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Much like the discussion over in #38
There's been a request to run on every frame in a video.
It's possible to do in JS like so: https://jsfiddle.net/bmartel/3h98gsvk/11/
Maybe a syntax like model.classifyVideo(video) or model.classifyAny(img|gif|video)
Contributor guide
- Research direction
- Explore how to extract frames from a video using HTMLCanvasElement and requestAnimationFrame, then classify each frame with the NSFWJS model. Optimize by batching or skipping frames.
- Tech stack
- javascripttensorflow
- Domain
- frontendmachine learning
- Issue type
- Feature
- Prerequisites
- JavaScriptVideo processing concepts