ZackAkil / video-intelligence-api-visualiser

A simple app that lets you visualise annotations from the Google Cloud Video Intelligence API using your local files.
https://zackakil.github.io/video-intelligence-api-visualiser/
101 stars 67 forks source link

Installation guide #8

Closed zutotonno closed 2 years ago

zutotonno commented 2 years ago

Hi Zack, can you please provide an installation guide or the VUE project with all the dependencies that you created when building this application? When I pull your repo and launch index.html on my local pc, it does not work properly and it just plays the test video.

Thank you in advance

ZackAkil commented 2 years ago

Hi, @zutotonno, for this project I chose to build it without using build tools, so in theory if you download all of the code and the folder structure remains the same, it should then just work and you can change the code as you see it in the repo, however you will need to run it as a localhost server, otherwise the local test json file won't load in due to a 'CORS' error.