Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 292 Bytes

videoanalyser

Small shiny app to upload a video and extract images, these images are then run through a vgg-16 network to tag.

You need ffmpeg and the keras library to run this app.

appminuUI.R is making use of miniUI, which is a bit more optimised for mobile screens.

Cheers, Longhow