2
0
mirror of https://github.com/Shawn-Shan/fawkes.git synced 2024-09-20 07:26:37 +05:30
fawkes/README.md
Shawn-Shan ca94d464a5 readme fix
Former-commit-id: 7dfb4a060d2c4eaca2956c1d2af02249bd714173 [formerly 68e0cb90c39dd7288b820c3063ea34489be8e12b]
Former-commit-id: 46080d4a72e4cf993dc460cab3c30ea7a97c9808
2020-07-07 11:21:30 -05:00

28 lines
1.2 KiB
Markdown

# Fawkes
Fawkes is a privacy protection system developed by researchers at University of Chicago. For more information about the project, please refer to our project [webpage](http://sandlab.cs.uchicago.edu/fawkes/).
We published an academic paper to summary our work "[Fawkes: Protecting Personal Privacy against Unauthorized Deep Learning Models](https://arxiv.org/pdf/2002.08327.pdf)" at *USENIX Security 2020*.
### BEFORE YOU RUN OUR CODE
If you would like to use Fawkes to protect your images, please check out our binary implementation on the [website](http://sandlab.cs.uchicago.edu/fawkes/#code).
If you are a developer or researcher planning to customize and modify on our existing code. Please refer to [fawkes_dev](https://github.com/Shawn-Shan/fawkes/tree/master/fawkes_dev).
### INSTALL FAWKES
Fawkes can be installed with pip. Simply run:
`pip install fawkes`
### Citation
```
@inproceedings{shan2020fawkes,
title={Fawkes: Protecting Personal Privacy against Unauthorized Deep Learning Models},
author={Shan, Shawn and Wenger, Emily and Zhang, Jiayun and Li, Huiying and Zheng, Haitao and Zhao, Ben Y},
booktitle="Proc. of USENIX Security",
year={2020}
}
```