svthalia / face-detect-app

Application that allows you to detect your face in pictures from thalia.nu in a jiffy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-detect-app was a temporary website where Thalia's members could try out face detection as part of the lustrum. It is superseded now by the facedetection app in concrexit.

Deploying

  1. Create an elastic beanstalk environment with a RDS instance running Postgres
  2. Enable the environment for this git repository
  3. Run eb deploy

Deploying a new Docker image is possible using: docker build -t <tag> -f Dockerbuildfile . && docker push <tag>

Just make sure you replace all references in the configuration with the domain name you are using and the Docker image you want to use.

If you want to backup/restore your database use: pg_dump -h <host> -U <user> -f face-detect-dump.sql ebdb psql -d ebdb -h <host> -U <user> -f face-detect-dump.sql

About

Application that allows you to detect your face in pictures from thalia.nu in a jiffy


Languages

Language:Python 40.7%Language:SCSS 25.7%Language:Nix 19.3%Language:HTML 11.4%Language:JavaScript 2.1%Language:Shell 0.8%