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.
You will need to install python3.7
(version must be <3.8), python3 pip
and git
.
- Clone this repository:
git clone https://github.com/pluja/CloakMe
- Change permissions and run setup file:
chmod a+x setup.sh
./setup.sh
- 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