BrandonJoffe / home_surveillance

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

Google Cloud Integration #67

Open kumarsatyamdhiman opened 5 years ago

kumarsatyamdhiman commented 5 years ago

Hi Brandon, Great Work! I was working on the project and would like to know the procedure to integrate your system with Cloud Platforms for Remote Access.

pageauc commented 5 years ago

You might want to take a look at rclone https://rclone.org/ I have integrated this into several of my projects eg pi-timolo, speed-camera. rclone works reliably. I have sample demo code on github if you are interested. https://github.com/pageauc/rclone4pi This can be adapted for other platforms not just raspberry pi. Rclone is cross platform and can communicate with many cloud providers. I mainly use google drive and dropbox. Regards

kumarsatyamdhiman commented 5 years ago

Hi, Thanks for you answer sir, but i am looking for a solution to run the system from GCP Server. Tried but unable to get the expected response with docker container . A procedure or a solution will be really appreciated. Thanks and Regards