Photify is a project which helps the user make DEVSOC themed masks as well as badges for the social media challenge.
- Automatic face detection
- Generate images with custom DEVSOC masks
- Save PNG images of generated mask images
- Generate DEVSOC participant badge
- Save jpg images of generated badges
- DEVSOC theme colors and clean UI
$ git clone https://github.com/CodeChefVIT/Photify-DEVSOC
$ cd Photify-DEVSOC
$ npm install
$ node server.js
- face-api.js: https://github.com/justadudewhohacks/face-api.js/
- spooky masks: https://github.com/jlengstorf/spooky-masks-facial-recognition
- #wearafuckingmask: https://wearafuckingmask.com
- DIYmaskchallenge: https://diymaskchallenge.org
This project has been forked and built upon @jcheong0428's maskon project.
With ❤️ by CodeChef-VIT