A security-focused software aims to detect and counter inauthentic faces in images. In particular, it was built to interact with StyleGAN, which is NVIDIA's open-source TensorFlow implementation.
 

BLADERUNNER is an over-arching project consisting of 2x scripts to counter StyleGAN-based synethetic faces.

  • (Detector) Papers_Please.py takes given known hostile data sets, scales photos down, and produces CSVs of coordinates of faces to load back into AmongUs.
  • (Analyzer) Among_Us.py takes unknown photos and tests PapersPlease coordinates against predicted eye location; based on mappings, they image may or may not be StyleGAN.