Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.
/ face-detect-app Public archive

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

Notifications You must be signed in to change notification settings

svthalia/face-detect-app

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published