Metadata-Version: 2.1
Name: fawkes
Version: 0.0.3
Summary: An utility to protect user privacy
Home-page: https://github.com/Shawn-Shan/fawkes
Author: Shawn Shan
Author-email: shansixiong@cs.uchicago.edu
License: MIT
Description: # 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 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). 
        
        ### How to protect my image
        
        
        ### 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}
        }
        ```
Keywords: fawkes privacy clearview
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.5
Description-Content-Type: text/markdown
