Rest API, and server backend for retrieving and processing videos through specified computer vision algorithms.
First API I had written.
To install needed dependendencies run npm install.
To run unit tests and make sure everything is working as intended run npm test.
-
To start API run
npm run api. -
To start Video Processing Manager run
npm run manager.
- API settings can be configured by editing the
api_config.jsonfile. - Video Processing Manager settings can be configured by editing the
manager_config.jsonfile. - AWS settings can be configured by editing the
aws_config.jsonfile. - Docker image and be configured by editing the Docker file.