CloakMe
CloakMe copied to clipboard
User-friendly Fawkes algorithm.
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)
- Clone this repository:
git clone https://github.com/pluja/CloakMe
- Change permissions and run setup file:
chmod a+x setup.sh
./setup.sh
Manual Installation
- Clone this repository:
git clone https://github.com/pluja/CloakMe
- Move into the directory:
cd CloakMe
- Create a virtual environment:
python3 -m venv venv
- Activate it:
source venv/bin/activate
- Install requirements:
python3 -m pip install -r requirements.txt
- Run the flask server:
flask run --host 0.0.0.0
- Open the url and enjoy: URL