check-face / checkface

Putting a face to a hash
https://checkface.facemorph.me
Other
25 stars 13 forks source link

Running an instance of checkface server #86

Open tonebonekone opened 2 years ago

tonebonekone commented 2 years ago

Hello! This is a really cool project. Thank you very much for making it open source. You mention in the README,

If you don't have a suitable GPU, you canrun the backend with an AWS p3 instance on ECS, or g3s.xlarge via docker-machine for testing.

I am trying to deploy this to an AWS instance, but am facing some issues. I'm looking at the following tutorial as a guide for deploying this. Would this be the correct strategy? Have you found that your AWS account limits needed to be lifted for running the necessary P3 or g3s.xlarge specs? Also, I'm curious what you've found to be the costs.

Apologies for all the questions, which are more related to devops and cloud than this repo specifically, but thank you very much in advance if you could provide any additional guidance. Thank you!!!