BrandonJoffe / home_surveillance

Home surveillance system with facial recognition
1.22k stars 384 forks source link

Mac installation #43

Open atozappliance opened 6 years ago

atozappliance commented 6 years ago

Hell please help me install this on a mac. So far I tried following this Clone Repo git clone https://github.com/BrandonJoffe/home_surveillance.git Pull Docker Image docker pull bjoffe/openface_flask_v2 Run Docker image, make sure you mount your User (for MAC) or home (for Ubuntu) directory as a volume so you can access your local files docker run -v /Users/:/host -p 9000:9000 -p 8000:8000 -p 5000:5000 -t -i bjoffe/openface_flask_v2 /bin/bash Navigate to the home_surveillance project inside the volume within your Docker container Move into the system directory cd system Run WebApp.py python WebApp.py Visit localhost:5000 Login Username: admin Password admin

1) i installed docker. However when I run "Run WebApp.py" nothing happens with terminal.