Skip to content

openva/video-ocr-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-ocr-docker

A Dockerized version of Richmond Sunlight's video OCR process.

Instructions

Replace the VPC ID with your own VPC ID, and the EC2 Zone with your own Zone. And the video file with the one that you need.

docker-machine create --driver amazonec2 --amazonec2-vpc-id vpc-2a495e48 --amazonec2-zone "c" video-processor
eval $(docker-machine env video-processor)
docker build -t video-processor .
docker run ubuntu /bin/bash 'cd ~; ./manager.sh https://www.richmondsunlight.com/video/house/floor/20170223.mp4 house'
docker-machine stop video-processor

About

A Dockerized version of Richmond Sunlight's video OCR process.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages