Skip to content

Instantly share code, notes, and snippets.

View beeva-enriqueotero's full-sized avatar

Enrique Otero beeva-enriqueotero

View GitHub Profile
@beeva-enriqueotero
beeva-enriqueotero / docker-neuraltalk2-demo-camera.sh
Last active December 24, 2021 10:19
docker-neuraltalk2 demo
# 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 ..