As part of a research project, I was working on developing methods to anonymize data for a local crisis response team. I quickly realized the greater potential for an easy to use (it's only three steps!) tool to allow people of all skill levels to leverage methods such as named entity recognition, regular expressions, and more to anonymize their data. anonymizePy is a tool that allows anyone to anonymize their data ✨.
- Install anonymizePy:
pip install anonymizePy
- Install neccecary model:
pip install https://huggingface.co/beki/en_spacy_pii_distilbert/resolve/main/en_spacy_pii_distilbert-any-py3-none-any.whl
Once anonymizePy is installed, you can run example.py to get an idea on how anonymizePy works!
A package by Aussie Frost. Last updated 6/6/2024. Thanks for viewing!