Difference between revisions of "OPEN FACE - Quick start with docker after the setup"

From GUILLARD WIKI
Jump to navigation Jump to search
Line 1: Line 1:
On mac:  
On mac:  
<br/>- Start Docker application<br/>
<br/><br/>- Start Docker application<br/>
- Open the terminal and execute: <code> docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bash -l -c '/root/openface/demos/web/start-servers.sh' </code><br/>
- Open the terminal and execute:
- Open a new tab on the terminal and execute: <code> /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --unsafely-treat-as-secure="http://localhost:8000" </code><br/>
<syntaxhighlight lang="linux"> docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bash -l -c '/root/openface/demos/web/start-servers.sh' </syntaxhighlight>


(Website: https://cmusatyalab.github.io/openface/)
<br/>- Open a new tab on the terminal and execute: <syntaxhighlight lang="linux"> /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --unsafely-treat-as-secure="http://localhost:8000" </syntaxhighlight>
 
<br/><br/><u>Source:</u> https://cmusatyalab.github.io/openface/

Revision as of 11:28, 15 April 2022

On mac:

- Start Docker application
- Open the terminal and execute:

 docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bash -l -c '/root/openface/demos/web/start-servers.sh'


- Open a new tab on the terminal and execute:

 /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --unsafely-treat-as-secure="http://localhost:8000"



Source: https://cmusatyalab.github.io/openface/