Skip to content

Rest API, database, and server backend for retrieving and processing videos through specified computer vision algorithms.

License

Notifications You must be signed in to change notification settings

houtanf/Video-Processing-Server

Repository files navigation

Video-Processing-Server Coverage Status

Rest API, and server backend for retrieving and processing videos through specified computer vision algorithms.

First API I had written.

Install

To install needed dependendencies run npm install.

Test

To run unit tests and make sure everything is working as intended run npm test.

Execution

  1. To start API run npm run api.

  2. To start Video Processing Manager run npm run manager.

Configuration

  • API settings can be configured by editing the api_config.json file.
  • Video Processing Manager settings can be configured by editing the manager_config.json file.
  • AWS settings can be configured by editing the aws_config.json file.
  • Docker image and be configured by editing the Docker file.

About

Rest API, database, and server backend for retrieving and processing videos through specified computer vision algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages