The Ingestion Module Implementation for the Videra Video Indexer Engine.
virtualenv --python=python3 venv
source ./venv/bin/activate
python main.pymake build
make runThe following will build the docker image, establish a network and like the container on to that network.
docker-compose up ingestion-engine