This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# docker-neuraltalk2 demo with webcam support (Warning: docker-neuraltalk2 image size > 3GB) | |
# Launch interactive container: | |
docker run -i -t -p 8000:8000 --privileged -v /dev/video0:/dev/video0 beevaenriqueotero/docker-neuraltalk2 /bin/bash | |
# And then execute: | |
git clone https://github.com/Mithul/neuraltalk2.git neuraltalk2-camera | |
luarocks install camera | |
cd neuraltalk2-camera/vis | |
python -m SimpleHTTPServer & | |
cd .. |