Awesome
CloakMe
<p align="center"> <img width="150" src="image.png"> </img></p> <p align="center"> Cloak your face from Big Brother </p> <br>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.
<h1 align="center"> Installation </h1>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