Web application for smart search on pre-build text index with semantic video description that was extracted with neural net
- require server from here
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 Flask server from server-repo
- Run
grunt
for building andgrunt serve
for preview.