/CloakMe

User-friendly Fawkes algorithm.

Primary LanguageCSSMIT LicenseMIT

CloakMe

Cloak your face from Big Brother


CloakMe is a web interface implementation of the Fawkes algorithm developed by researchers at SANDLab, University of Chicago. You can check out more information on their website.

Installation

Pre-installation

You will need to install python3.7 (version must be <3.8), python3 pip and git.

Quick Installation (Linux Only)

  1. Clone this repository:

git clone https://github.com/pluja/CloakMe

  1. Change permissions and run setup file:

chmod a+x setup.sh

./setup.sh

Manual Installation

  1. Clone this repository:

git clone https://github.com/pluja/CloakMe

  1. Move into the directory:

cd CloakMe

  1. Create a virtual environment:

python3 -m venv venv

  1. Activate it:

source venv/bin/activate

  1. Install requirements:

python3 -m pip install -r requirements.txt

  1. Run the flask server:

flask run --host 0.0.0.0

  1. Open the url and enjoy: URL