Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgurkaynak/deniz.co
His (highly) personal website
https://github.com/dgurkaynak/deniz.co
face-swap personal-website
Last synced: 2 months ago
JSON representation
His (highly) personal website
- Host: GitHub
- URL: https://github.com/dgurkaynak/deniz.co
- Owner: dgurkaynak
- License: mit
- Created: 2019-03-30T12:44:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T07:47:46.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:58:05.511Z (9 months ago)
- Topics: face-swap, personal-website
- Language: JavaScript
- Homepage: https://deniz.co
- Size: 68.5 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [deniz.co](https://deniz.co)
My (highly-)personal website which features face-swapping, perfomed completely in (modern-)browser-side, developed in progressive enhancement mindset.
[![Mouseover face-swapping demo](./demo-armstrong.gif)](https://deniz.co)
You can also drag & drop any face-image to try it yourself.
## Build & Running
- Clone this repo
- `npm i` to install dependencies
- `npm start` to start development server
- `npm run build` to build in production mode### Note to Self: Preprocessing face-swaps
- `npm run start:preprocessor` to start preprocessor application
- Drag & drop any face image to perform a face-swap
- Download as a zip file
- Put them under `src/assets/preprocessed` folder
- Run `./scripts/convert-proprocessed-base.png-to-jpg.sh` script to convert preprocessed image format from png to jpg
- Optimize newly added images with `ImageOptim`