Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

lybros/SmartVideoSearch

Repository files navigation

🔍 SmartVideoSearch

Codacy Badge Code Climate Issue Count

Web application for smart search on pre-build text index with semantic video description that was extracted with neural net

demo

ScreenShot

ScreenShot

requirments

  • require Ruby and Compass for compiling SCSS into CSS
  • require NodeJS for serving static files

install

npm i

set apiUrl and elasticUrl into app/src/constants.js, for example like:

hackApp.constant('apiUrl', 'localhost:5000/');
hackApp.constant('elasticUrl', 'localhost:9200/');

run

  • Run Flask server from server-repo
  • Run grunt for building and grunt serve for preview.